Openwrt/target/linux/ipq806x/base-files/etc/uci-defaults/04_led_migration
Adrian Schmutzler d181b2cefa ipq806x: remove model name from LED labels
Like in the previous patches for ath79 and ramips, this will remove
the "devicename" from LED labels in ipq806x.

The devicename is removed in DTS files and 01_leds, and a migration
script is added.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-10-07 01:31:45 +02:00

8 lines
88 B
Plaintext

. /lib/functions/migrations.sh
remove_devicename_leds
migrations_apply system
exit 0