aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-12-01 07:29:49 +0100
committerMathias Kresin <dev@kresin.me>2016-12-04 07:03:17 +0100
commitd9d838bc97c5acabebf27ac2a760e7301d0b3625 (patch)
tree5092f4e4dc28e8c658dd01cd3c44c30ca1a66a0a /target/linux/lantiq/base-files/etc/board.d/01_leds
parentabedd718aa99193d17f37b281ca3f2452c1bcc23 (diff)
downloadupstream-d9d838bc97c5acabebf27ac2a760e7301d0b3625.tar.gz
upstream-d9d838bc97c5acabebf27ac2a760e7301d0b3625.tar.bz2
upstream-d9d838bc97c5acabebf27ac2a760e7301d0b3625.zip
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/01_leds4
1 files changed, 2 insertions, 2 deletions
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)