imx: introduce 'cortexa7' subtarget
[openwrt/staging/thess.git] / target / linux / imx / cortexa7 / base-files / etc / board.d / 02_network
1 . /lib/functions/uci-defaults.sh
2
3 board=$(board_name)
4
5 board_config_update
6
7 case "$board" in
8 *)
9 ucidef_set_interfaces_lan_wan "eth0" "eth1"
10 ;;
11 esac
12
13 board_config_flush
14
15 exit 0