diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-11 12:48:29 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-11 12:48:29 +0000 |
commit | 36d6f95b0834da34a4fad89bf7cda18f95aa0025 (patch) | |
tree | 7b40f0f4bb15b6d23ff71f5d1858b178f03b38a8 /package/boot/uboot-envtools/files | |
parent | 599c2ac3b9bb133bf62229a386761fe857bd9e1d (diff) | |
download | master-187ad058-36d6f95b0834da34a4fad89bf7cda18f95aa0025.tar.gz master-187ad058-36d6f95b0834da34a4fad89bf7cda18f95aa0025.tar.bz2 master-187ad058-36d6f95b0834da34a4fad89bf7cda18f95aa0025.zip |
uboot-envtools: kirkwood: fix EA35/4500 board names
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47457 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-envtools/files')
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index 1066371b7b..35cbd84bab 100644 --- a/package/boot/uboot-envtools/files/kirkwood +++ b/package/boot/uboot-envtools/files/kirkwood @@ -14,17 +14,17 @@ touch /etc/config/ubootenv board=$(kirkwood_board_name) case "$board" in -"ea3500") - ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000" - ;; -"ea4500" | \ "guruplug-server-plus" | \ "ib62x0" | \ +"linksys-viper" | \ "pogo_e02" | \ "sheevaplug" | \ "sheevaplug-esata" ) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ;; +"linksys-audi") + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000" + ;; esac config_load ubootenv |