2
0
forked from Ivasoft/openwrt

ar71xx: generate ubootenv from uci-defaults instead of providing defconfig

I noticed most of /etc/defconfig was replaced by /etc/uci-defaults, which is
indeed much nicer. So I moved over ubootenv from having a defconfig-entry to
also be generated from uci-defaults.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 28971
This commit is contained in:
Gabor Juhos
2011-11-12 10:54:04 +00:00
parent 0e35877fea
commit 8687fc3e41
2 changed files with 37 additions and 5 deletions

View File

@@ -1,5 +0,0 @@
config ubootenv
option dev /dev/mtd1
option offset 0x0
option envsize 0x10000
option secsize 0x10000