From 7782715373a0f902e89a1e2613d30098b8fc26b8 Mon Sep 17 00:00:00 2001 From: Lech Perczak Date: Tue, 21 Aug 2018 23:06:59 +0200 Subject: [PATCH] ath79: ubnt-xm: disable WAN on (rocket|bullet)-m ubnt,bullet-m and ubnt,rocket-m targets support only single Ethernet port, therefore disable creation of WAN zone and interfaces for them, as their intended purpose is a wireless bridge. This aligns the configuration with one found in ar71xx target. ubnt,nano-m target is kept as is, being a two-port device. Signed-off-by: Lech Perczak --- target/linux/ath79/base-files/etc/board.d/02_network | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index 14ecea5676..1a83d56cc7 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -19,6 +19,8 @@ ath79_setup_interfaces() tplink,tl-mr3020-v1|\ tplink,tl-mr3040-v2|\ tplink,tl-wr703n|\ + ubnt,bullet-m|\ + ubnt,rocket-m|\ ubnt,unifiac-lite|\ ubnt,unifiac-mesh|\ ubnt,unifi) -- 2.30.2