From 3013d789d1911725a1298c8d0f60c06beefe7f56 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 10 Nov 2015 00:16:24 +0000 Subject: kirkwood: rework Linksys EA[34]500 DTS - Use board engineering names rather than marketing names - Linksys uses a dual firmware layout, where the bootloader will switch to the other stored image when one fails to boot three consecutive times. In order to make this firmware compatible with the factory images and the stock bootloader we must match this layout. Signed-off-by: Claudio Leite git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47429 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-envtools/files/kirkwood | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/boot/uboot-envtools') diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index 98f85dada2..1066371b7b 100644 --- a/package/boot/uboot-envtools/files/kirkwood +++ b/package/boot/uboot-envtools/files/kirkwood @@ -15,7 +15,7 @@ board=$(kirkwood_board_name) case "$board" in "ea3500") - ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x20000" + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000" ;; "ea4500" | \ "guruplug-server-plus" | \ -- cgit v1.2.3