From d9d838bc97c5acabebf27ac2a760e7301d0b3625 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 1 Dec 2016 07:29:49 +0100 Subject: lantiq: fix image validation errors The boards did not have the name set that is expected during metadata validation on sysupgrade. Signed-off-by: Mathias Kresin --- target/linux/lantiq/base-files/etc/board.d/01_leds | 4 ++-- target/linux/lantiq/base-files/etc/board.d/02_network | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/lantiq/base-files') diff --git a/target/linux/lantiq/base-files/etc/board.d/01_leds b/target/linux/lantiq/base-files/etc/board.d/01_leds index d215393ba4..b9164389aa 100755 --- a/target/linux/lantiq/base-files/etc/board.d/01_leds +++ b/target/linux/lantiq/base-files/etc/board.d/01_leds @@ -52,10 +52,10 @@ FRITZ7320) P2812HNUF*) ucidef_set_led_wlan "wifi" "wifi" "p2812hnufx:green:wlan" "phy0radio" ;; -VGV7510KW22) +VGV7510KW22*) ucidef_set_led_wlan "wifi" "wifi" "vgv7510kw22:green:wlan" "phy0radio" ;; -VGV7519) +VGV7519*) ucidef_set_led_wlan "wifi" "wifi" "vgv7519:green:wireless" "phy0radio" ;; WBMR300) diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index c2a1fbe680..bc61a73362 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -134,13 +134,13 @@ VR200v) "0:lan" "2:lan" "4:lan" "5:lan" "6t@eth0" ;; -VGV7510KW22) +VGV7510KW22*) wan_mac=$(macaddr_add "$(mtd_get_mac_binary board_config 22)" 2) ucidef_add_switch "switch0" \ "2:lan:2" "3:lan:1" "4:lan:4" "5:lan:3" "6t@eth0" ;; -VGV7519) +VGV7519*) wan_mac=$(mtd_get_mac_binary board_config 22) ucidef_add_switch "switch0" \ "0:lan:4" "1:lan:3" "2:lan:2" "4:lan:1" "6t@eth0" -- cgit v1.2.3