summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-04-09 08:40:09 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-04-09 08:40:09 +0000
commitd6c03638848d1b31beb79a828e875119f12cf316 (patch)
tree508b81abd6a925903585ac0ece65ccecf39fd620 /target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
parent4c29a2c2630d362813b79a6033c5ce32620b5db2 (diff)
downloadmaster-31e0f0ae-d6c03638848d1b31beb79a828e875119f12cf316.tar.gz
master-31e0f0ae-d6c03638848d1b31beb79a828e875119f12cf316.tar.bz2
master-31e0f0ae-d6c03638848d1b31beb79a828e875119f12cf316.zip
ar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boards
Cc: backfire@openwrt.org SVN-Revision: 20752
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network')
-rw-r--r--target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network26
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network b/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/network
new file mode 100644
index 0000000000..a2204d4a34
--- /dev/null
+++ b/target/linux/ar71xx/base-files/etc/defconfig/dir-615-c1/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 eth0
+ option type bridge
+ option proto static
+ option ipaddr 192.168.1.1
+ option netmask 255.255.255.0
+
+config interface wan
+ option ifname eth1
+ option proto dhcp
+
+config switch
+ option name eth0
+ option reset 1
+ option enable_vlan 1
+
+config switch_vlan
+ option device eth0
+ option vlan 1
+ option ports '0 1 2 3 4'