base-files: allow exceptions when removing devicename from LEDs
[openwrt/staging/dedeckeh.git] / target / linux / ramips / rt305x / base-files / etc / uci-defaults / 04_led_migration
1 . /lib/functions.sh
2 . /lib/functions/migrations.sh
3
4 board=$(board_name)
5
6 case "$board" in
7 fon,fonera-20n)
8 migrate_leds "^fonera20n:=fonera-20n:"
9 ;;
10 intenso,memory2move)
11 migrate_leds "^m2m:=memory2move:"
12 ;;
13 esac
14
15 migrations_apply system
16
17 exit 0