mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 09:56:12 +02:00
ramips: fix 04_led_migration case syntax for mt7621
Commit f761f4052c4 had bogus case syntax, the uci-defaults script threw
errors as a result and exited non-zero, probably didn't do what was
intended, but tried over and over since the non-zero exit prevents the
script from being deleted.
Fixes: f761f4052c41 ("ramips: mt7621: harmonize naming scheme for Mikrotik")
Signed-off-by: Russell Senior <russell@personaltelco.net>
[extend commit title, add Fixes]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
ebddc5f984
commit
fe9a2beecb
@ -9,14 +9,16 @@ boardonly="${board##*,}"
|
||||
case "$board" in
|
||||
mikrotik,routerboard-750gr3)
|
||||
migrate_leds "^rb750gr3:=$boardonly:"
|
||||
;;
|
||||
mikrotik,routerboard-m11g)
|
||||
migrate_leds "^rbm11g:=$boardonly:"
|
||||
;;
|
||||
mikrotik,routerboard-m33g)
|
||||
migrate_leds "^rbm33g:=$boardonly:"
|
||||
;;
|
||||
netgear,wndr3700-v5)
|
||||
migrate_leds "^wndr3700v5:=$boardonly:"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
migrations_apply system
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user