summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/etc
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-13 20:57:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-13 20:57:18 +0000
commit9c5c0793292c074e432b58e964828d116c365afc (patch)
tree17045c63bbd0922a8ef1de913192409d7225c7f6 /target/linux/ar71xx/base-files/etc
parent75c1d3ccc27fdd94afeff3854f5d59bff39e540b (diff)
downloadmtk-20170518-9c5c0793292c074e432b58e964828d116c365afc.zip
mtk-20170518-9c5c0793292c074e432b58e964828d116c365afc.tar.gz
mtk-20170518-9c5c0793292c074e432b58e964828d116c365afc.tar.bz2
ar71xx: add user-space support for the Ubiquiti UniFi AP-Outdoor board
Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34197
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/network3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network
index 105f0e9..810f084 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network
@@ -17,7 +17,8 @@ board=$(ar71xx_board_name)
case "$board" in
all0315n |\
all0258n |\
-ja76pf2)
+ja76pf2|\
+ubnt-unifi-outdoor)
ucidef_set_interface_lan "eth0 eth1"
;;