From e420b7b5c517d03e1282b5889065e22143f9c4ef Mon Sep 17 00:00:00 2001 From: Christoph Krapp Date: Mon, 2 Jul 2018 14:39:54 +0200 Subject: ath79: add support for UniFi AC-Mesh Pro The Unifi AC-Mesh Pro has identical hardware to the Unifi AC-Pro except USB support. Furthermore for setting parameters like antenna gain it is helpful to know the exact device variant. Signed-off-by: Christoph Krapp --- target/linux/ath79/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ath79/base-files/etc/board.d/02_network') 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 10a1bbd9ec..dd75a55b73 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -114,6 +114,7 @@ ath79_setup_interfaces() ucidef_add_switch "switch0" \ "0@eth0" "3:lan:1" "5:lan:2" "4:wan" ;; + "ubnt,unifiac-mesh-pro"|\ "ubnt,unifiac-pro") ucidef_add_switch "switch0" \ "0@eth0" "2:lan" "3:wan" -- cgit v1.2.3