1a7b371a9979cd307135cbc26dd56ec422ebc4d7
[openwrt/staging/chunkeey.git] / target / linux / ath79 / nand / base-files / etc / uci-defaults / 04_led_migration
1 #!/bin/sh
2
3 . /lib/functions.sh
4 . /lib/functions/migrations.sh
5
6 board=$(board_name)
7 boardonly="${board##*,}"
8
9 case "$board" in
10 mikrotik,*)
11 migrate_leds "^rb:=mikrotik:"
12 ;;
13 esac
14
15 migrations_apply system
16
17 exit 0