Author: luka Date: 2015-11-11 13:48:29 +0100 (Wed, 11 Nov 2015) New Revision: 47457
Modified: trunk/package/boot/uboot-envtools/files/kirkwood Log: uboot-envtools: kirkwood: fix EA35/4500 board names Signed-off-by: Claudio Leite <[email protected]> Modified: trunk/package/boot/uboot-envtools/files/kirkwood =================================================================== --- trunk/package/boot/uboot-envtools/files/kirkwood 2015-11-11 11:39:21 UTC (rev 47456) +++ trunk/package/boot/uboot-envtools/files/kirkwood 2015-11-11 12:48:29 UTC (rev 47457) @@ -14,17 +14,17 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
