aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-26 08:59:32 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-26 08:59:32 +0000
commitce4e6eb2e1aa82031d4369e7a40eacaca4691c6d (patch)
tree8c8c669b0e34f53474996c568a088c18c8bbfbd4 /target/linux/ar71xx/base-files/etc/uci-defaults/02_network
parentfe9456a922cc566c0349dee96808ab5e4f8263be (diff)
downloadupstream-ce4e6eb2e1aa82031d4369e7a40eacaca4691c6d.tar.gz
upstream-ce4e6eb2e1aa82031d4369e7a40eacaca4691c6d.tar.bz2
upstream-ce4e6eb2e1aa82031d4369e7a40eacaca4691c6d.zip
ar71xx: add support for TP-LINK CPE210/220/510/520
This adds support for the TP-LINK CPE210/220/510/520 (Pharos series). These devices are very similar to the Ubiquiti NanoStations, but with better specs: faster CPU, more RAM, 2x2 MIMO. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43385 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/02_network')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/02_network7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
index 872db67d9a..3287e6ce12 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network
@@ -63,6 +63,13 @@ tl-wdr4900-v2)
ucidef_add_switch_vlan "switch0" "2" "1 6"
;;
+cpe510)
+ ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
+ ucidef_add_switch "switch0" "1" "1"
+ ucidef_add_switch_vlan "switch0" "1" "0t 5"
+ ucidef_add_switch_vlan "switch0" "2" "0t 4"
+ ;;
+
db120 |\
rb-2011l | \
rb-2011uas |\