summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-19 11:27:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-19 11:27:59 +0000
commitabc1faad0bacfb530dd331802b0518de14f07e26 (patch)
treed27477d2cebcf6ebbfe0677dd8f07ecfea739512 /target/linux/ar71xx/base-files/etc/board.d/02_network
parent4c282ecfe855145fa0b3ba1d2898042e0e4d2e3f (diff)
downloadmaster-31e0f0ae-abc1faad0bacfb530dd331802b0518de14f07e26.tar.gz
master-31e0f0ae-abc1faad0bacfb530dd331802b0518de14f07e26.tar.bz2
master-31e0f0ae-abc1faad0bacfb530dd331802b0518de14f07e26.zip
ar71xx: PowerCloud CAP324 OpenWrt configuration
Openwrt configuration part of support for PowerCloud CAP324 Cloud AP. The CAP324 Cloud AP is a device sold by PowerCloud Systems who's stock firmware (CloudCommand) provides 'cloud' based managment of large numbers access points. The CAP324 is a dual-band 802.11n wireless access point with 16MB flash and 128MB RAM and single gigabit ethernet port. It can be powered via PoE or a wall wart. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> SVN-Revision: 47944
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/board.d/02_network4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index bfc898ce6d..7cb3d882da 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -352,6 +352,10 @@ wp543)
ucidef_set_interface_lan "eth0"
;;
+cap324)
+ ucidef_set_interface_lan "eth0" "dhcp"
+ ;;
+
arduino-yun | \
dir-505-a1)
ucidef_set_interface_lan "eth1"