diff mbox series

[OpenWrt-Devel,v2,1/2] ath79: use board name in LED migrations

Message ID 20190917124300.4505-1-freifunk@adrianschmutzler.de
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel,v2,1/2] ath79: use board name in LED migrations | expand

Commit Message

Adrian Schmutzler Sept. 17, 2019, 12:42 p.m. UTC
Several devices added to LED migration script will just have their
(old) board name converted to tp-link.

By using a variable for this, the amount of code in the migration
script can be reduced and the chance for typos is reduced.

This patch also introduces the marker for beginning of a pattern
"^" to the regex, so the match is more specific.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 .../ath79/base-files/etc/uci-defaults/04_led_migration     | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/ath79/base-files/etc/uci-defaults/04_led_migration b/target/linux/ath79/base-files/etc/uci-defaults/04_led_migration
index b1afd0ee76..4e4e91c788 100644
--- a/target/linux/ath79/base-files/etc/uci-defaults/04_led_migration
+++ b/target/linux/ath79/base-files/etc/uci-defaults/04_led_migration
@@ -4,6 +4,7 @@ 
 . /lib/functions/migrations.sh
 
 board=$(board_name)
+boardonly="${board##*,}"
 
 case "$board" in
 engenius,epg5000)
@@ -12,11 +13,9 @@  engenius,epg5000)
 tplink,archer-c7-v2)
 	migrate_leds ":blue:=:green:"
 	;;
-tplink,archer-c7-v4)
-	migrate_leds "archer-c7-v4:=tp-link:"
-	;;
+tplink,archer-c7-v4|\
 tplink,archer-c7-v5)
-	migrate_leds "archer-c7-v5:=tp-link:"
+	migrate_leds "^$boardonly:=tp-link:"
 	;;
 tplink,re355-v1)
 	migrate_leds "re355:=tp-link:"