diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:07 +0000 |
commit | 4509af17ed26f3cabe6805f1ebc351fee8b2f1af (patch) | |
tree | b77a6e77f281a5ed0a54e4f034f0c34064a45bde /target/linux/ar71xx/base-files/etc/defconfig | |
parent | 63784ea2bc0f1f1cb3c0c729cde5bab8db43988d (diff) | |
download | upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.tar.gz upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.tar.bz2 upstream-4509af17ed26f3cabe6805f1ebc351fee8b2f1af.zip |
ar71xx: add support for the Buffalo WHR-G301N board
SVN-Revision: 28803
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/whr-g301n/network | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/whr-g301n/network b/target/linux/ar71xx/base-files/etc/defconfig/whr-g301n/network new file mode 100644 index 0000000000..de201bf5ec --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/defconfig/whr-g301n/network @@ -0,0 +1,24 @@ +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 eth0 + option enable_vlan 1 + +config switch_vlan + option device eth0 + option vlan 1 + option ports "0 1 2 3 4" |