ramips: split further base-files across subtargets
[openwrt/openwrt.git] / target / linux / ramips / mt7621 / 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
8 case "$board" in
9 netgear,wndr3700-v5)
10 migrate_leds "^wndr3700v5:=wndr3700-v5:"
11 ;;
12 esac
13
14 migrations_apply system
15
16 exit 0