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