From c9e2c35f46346fc460a78b8f13b70d538c47cb27 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 28 Dec 2017 10:18:48 +0100 Subject: kirkwood: use the generic board detect Drop the target specific detection function in favour of the generic one provided by base-files. Signed-off-by: Mathias Kresin --- package/boot/uboot-envtools/files/kirkwood | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'package/boot') 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 -- cgit v1.2.3