From: Luka Perkov Date: Sun, 18 Jan 2015 16:45:11 +0000 (+0000) Subject: uboot-envtools: fix Linksys EA3500 env size X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=f65a3470a9252c6a4eba79330670537672329b6f;p=15.05%2Fopenwrt.git uboot-envtools: fix Linksys EA3500 env size Signed-off-by: Claudio Leite git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44037 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index c868d07b12..98f85dada2 100644 --- a/package/boot/uboot-envtools/files/kirkwood +++ b/package/boot/uboot-envtools/files/kirkwood @@ -14,7 +14,9 @@ touch /etc/config/ubootenv board=$(kirkwood_board_name) case "$board" in -"ea3500" | \ +"ea3500") + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x20000" + ;; "ea4500" | \ "guruplug-server-plus" | \ "ib62x0" | \