treewide: remove execute bit and shebang from board.d files
[openwrt/staging/chunkeey.git] / target / linux / malta / base-files / etc / board.d / 02_network
1
2 . /lib/functions/uci-defaults.sh
3
4 board_config_update
5
6 ucidef_set_interface_wan "eth0"
7 if [ -d "/sys/class/net/eth1" ]; then
8 ucidef_set_interface_lan "eth1"
9 fi
10
11 board_config_flush
12
13 exit 0