summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-04-05 23:03:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-04-05 23:03:16 +0000
commit23bebe33a7b79bd6e639386f6c5e30595cb0fc33 (patch)
tree0238bbd183d4418b81466128c06fa4745330c3a5 /target/linux/ar71xx/base-files
parent22e3bd0d8b95ca6db63e0370d88433b61d0f370b (diff)
downloadmaster-31e0f0ae-23bebe33a7b79bd6e639386f6c5e30595cb0fc33.tar.gz
master-31e0f0ae-23bebe33a7b79bd6e639386f6c5e30595cb0fc33.tar.bz2
master-31e0f0ae-23bebe33a7b79bd6e639386f6c5e30595cb0fc33.zip
Add support for the ar8316 switch. This patch enhances the ar8216 driver with ar8316 support and fixes some minor issues with the ar8216 driver itself. It should not break anything, but isn't tested on ar8216 devices.
[PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g. Add the ar8216 driver to the ar71xx target, and add network configurations for the RouterStation Pro and the RouterBoard RB-450G. SVN-Revision: 20722
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network26
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network10
2 files changed, 36 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network b/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
new file mode 100644
index 0000000000..f678030ce2
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/rb-450g/network
@@ -0,0 +1,26 @@
+config interface loopback
+ option ifname lo
+ option proto static
+ option ipaddr 127.0.0.1
+ option netmask 255.0.0.0
+
+config interface lan
+ option ifname eth1
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config interface wan
+ option ifname eth0
+ option proto dhcp
+
+config switch
+ option name eth1
+ option reset 1
+ option enable_vlan 1
+
+config switch_vlan
+ option device eth1
+ option vlan 1
+ option ports "0 1 2 3 4"
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network b/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
index ff7b42d875..f678030ce2 100644
--- a/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
+++ b/target/linux/ar71xx/base-files/etc/defconfig/routerstation-pro/network
@@ -14,3 +14,13 @@ config interface lan
config interface wan
option ifname eth0
option proto dhcp
+
+config switch
+ option name eth1
+ option reset 1
+ option enable_vlan 1
+
+config switch_vlan
+ option device eth1
+ option vlan 1
+ option ports "0 1 2 3 4"