lantiq: remove model name from LED labels
[openwrt/openwrt.git] / target / linux / lantiq / falcon / base-files / etc / uci-defaults / 01_led_migration
1 #
2 # Copyright (C) 2020 OpenWrt.org
3 #
4
5 . /lib/functions/migrations.sh
6
7 board=$(board_name)
8
9 case "$board" in
10 lantiq,easy98020)
11 migrate_leds "easy98020:="
12 ;;
13 esac
14
15 remove_devicename_leds
16
17 migrations_apply system
18
19 exit 0