treewide: remove execute bit and shebang from board.d files
[openwrt/staging/rmilecki.git] / target / linux / kirkwood / base-files / etc / board.d / 03_gpio_switches
1
2 . /lib/functions/uci-defaults.sh
3
4 board_config_update
5
6 board=$(board_name)
7
8 case "$board" in
9 checkpoint,l-50)
10 ucidef_add_gpio_switch "mpcie-rst" "mPCIE Card reset" "502" "1"
11 ucidef_add_gpio_switch "exp-card-rst" "Express Card reset" "497" "1"
12 ;;
13 esac
14
15 board_config_flush
16
17 exit 0