diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:24 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:24 +0000 |
commit | 3013d789d1911725a1298c8d0f60c06beefe7f56 (patch) | |
tree | 9035900264145341f3062f52bf90a14b62d26c97 /package | |
parent | 7dc0744e1192493076d17f21a230bd2e644f5f69 (diff) | |
download | master-187ad058-3013d789d1911725a1298c8d0f60c06beefe7f56.tar.gz master-187ad058-3013d789d1911725a1298c8d0f60c06beefe7f56.tar.bz2 master-187ad058-3013d789d1911725a1298c8d0f60c06beefe7f56.zip |
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 <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47429 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 2 |
1 files changed, 1 insertions, 1 deletions
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" | \ |