From: Rafał Miłecki Date: Thu, 18 Aug 2016 08:39:34 +0000 (+0200) Subject: bcm53xx: generate proper network config for Tenda AC9 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=31fada8beca63e1d786aa21d364afedf104f6573 bcm53xx: generate proper network config for Tenda AC9 It's a more complex device with 2 interfaces on the SoC, one we can use for LAN and another for WAN. Signed-off-by: Rafał Miłecki --- diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network index 70ae89c006..5e6092a86e 100755 --- a/target/linux/bcm53xx/base-files/etc/board.d/02_network +++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network @@ -8,6 +8,16 @@ board_config_update board=$(cat /proc/device-tree/compatible | tr '\0' '\t' | cut -f 1) + +case "$board" in +tenda,ac9) + ucidef_add_switch "switch0" \ + "1:lan" "2:lan" "3:lan" "4:lan" "8@eth0" "0:wan" "5@eth1" + board_config_flush + exit 0 + ;; +esac + case "$board" in asus,rt-ac87u) ifname=eth1