aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/base-files/etc/uci-defaults/02_network
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-11-10 23:55:10 +0000
committerLuka Perkov <luka@openwrt.org>2014-11-10 23:55:10 +0000
commit4f1a9470f067cc5df76571e9d06b7d9240fcc0a3 (patch)
tree92e637a61e2a6bb04dc14c438e517fe352a01998 /target/linux/kirkwood/base-files/etc/uci-defaults/02_network
parenta69ebe234d46ca95cbcbcba7f4ef9bae598eb95b (diff)
downloadupstream-4f1a9470f067cc5df76571e9d06b7d9240fcc0a3.tar.gz
upstream-4f1a9470f067cc5df76571e9d06b7d9240fcc0a3.tar.bz2
upstream-4f1a9470f067cc5df76571e9d06b7d9240fcc0a3.zip
kirkwood: add support for Linksys EA3500
http://wiki.openwrt.org/toh/linksys/ea3500 Signed-off-by: Dan Walters <dan@walters.io> SVN-Revision: 43230
Diffstat (limited to 'target/linux/kirkwood/base-files/etc/uci-defaults/02_network')
-rw-r--r--target/linux/kirkwood/base-files/etc/uci-defaults/02_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/etc/uci-defaults/02_network b/target/linux/kirkwood/base-files/etc/uci-defaults/02_network
index e795d65dc1..bc7e793db5 100644
--- a/target/linux/kirkwood/base-files/etc/uci-defaults/02_network
+++ b/target/linux/kirkwood/base-files/etc/uci-defaults/02_network
@@ -40,6 +40,9 @@ case "$board" in
"pogo_e02")
set_lan_dhcp "eth0"
;;
+"ea3500")
+ ucidef_set_interfaces_lan_wan "eth0" "eth1"
+ ;;
"ea4500")
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;