aboutsummaryrefslogtreecommitdiff
path: root/target/linux/lantiq/falcon/base-files/etc/uci-defaults/01_led_migration
blob: adc2e336f662d25dba8d2b5fb47bc3834616b094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Copyright (C) 2020 OpenWrt.org
#

. /lib/functions/migrations.sh

board=$(board_name)

case "$board" in
lantiq,easy98020)
	migrate_leds "easy98020:="
	;;
esac

remove_devicename_leds

migrations_apply system

exit 0