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/kirkwood16
1 files changed, 8 insertions, 8 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood
index b4a4d4e1c1..055e0eba42 100644
--- a/package/boot/uboot-envtools/files/kirkwood
+++ b/package/boot/uboot-envtools/files/kirkwood
@@ -14,16 +14,16 @@ touch /etc/config/ubootenv
board=$(kirkwood_board_name)
case "$board" in
-"dockstar" | \
-"guruplug-server-plus" | \
-"ib62x0" | \
-"linksys-viper" | \
-"pogo_e02" | \
-"sheevaplug" | \
-"sheevaplug-esata" )
+dockstar|\
+guruplug-server-plus|\
+ib62x0|\
+linksys-viper|\
+pogo_e02|\
+sheevaplug|\
+sheevaplug-esata)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000"
;;
-"linksys-audi")
+linksys-audi)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000"
;;
esac