uboot-envtools: add 'dockstar' for kirkwood
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / kirkwood
index ef6c1131a7b97d30e90d1eb5ae82cb9d9c1664b2..b4a4d4e1c111c2acaf5f0ef52c116affb0b3111d 100644 (file)
@@ -14,11 +14,18 @@ touch /etc/config/ubootenv
 board=$(kirkwood_board_name)
 
 case "$board" in
-"ea4500" | \
+"dockstar" | \
+"guruplug-server-plus" | \
 "ib62x0" | \
-"pogo_e02")
+"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