diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-13 20:57:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-13 20:57:18 +0000 |
commit | 588d32a4c573600554f1047a47492e326832e1f3 (patch) | |
tree | 879b2cded4f104642a43f4d4e0738efcdada1f8a /target/linux/ar71xx/base-files/etc | |
parent | 9b40fe6ffcdcd6698f962ef3700d85da41499d13 (diff) | |
download | upstream-588d32a4c573600554f1047a47492e326832e1f3.tar.gz upstream-588d32a4c573600554f1047a47492e326832e1f3.tar.bz2 upstream-588d32a4c573600554f1047a47492e326832e1f3.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/network | 3 |
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 105f0e93f9..810f0849bf 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" ;; |