aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/files/kirkwood
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-envtools/files/kirkwood')
-rw-r--r--package/boot/uboot-envtools/files/kirkwood14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood
index cfd3550ea9..516b52e24f 100644
--- a/package/boot/uboot-envtools/files/kirkwood
+++ b/package/boot/uboot-envtools/files/kirkwood
@@ -13,15 +13,15 @@ touch /etc/config/ubootenv
board=$(board_name)
case "$board" in
-dockstar|\
-ib62x0|\
-linksys-viper|\
-nsa310b|\
-nsa325|\
-pogo_e02)
+seagate,dockstar|\
+raidsonic,ib-nas62x0|\
+linksys,viper|\
+zyxel,nsa310b|\
+zyxel,nsa325|\
+cloudengines,pogoe02)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
;;
-linksys-audi)
+linksys,audi)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000"
;;
esac