ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / at91 / base-files / etc / board.d / 02_network
1 #
2 # Copyright (C) 2014-2015 OpenWrt.org
3 #
4
5 . /lib/functions/uci-defaults.sh
6
7 board_config_update
8
9 case "$(board_name)" in
10
11 atmel,sama5d3-xplained|microchip,sama7g5ek)
12 ucidef_set_interfaces_lan_wan "eth0" "eth1"
13 ;;
14
15 *)
16 ucidef_set_interface_lan "eth0"
17 ;;
18
19 esac
20
21 board_config_flush
22
23 exit 0