diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-06-25 13:54:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-06-25 13:54:42 +0000 |
commit | cc56af716c6ad8ed054c1c12076933014df951c9 (patch) | |
tree | db6e742a5c66c954cc23e1fe44e582d12d61085e /target/linux/ar71xx/base-files/etc | |
parent | ed7f41792a28a17063818ce29ce6f49dee5a0493 (diff) | |
download | upstream-cc56af716c6ad8ed054c1c12076933014df951c9.tar.gz upstream-cc56af716c6ad8ed054c1c12076933014df951c9.tar.bz2 upstream-cc56af716c6ad8ed054c1c12076933014df951c9.zip |
ar71xx: add default network config for wzr-hp-ag300h (based on a patch from #9607)
SVN-Revision: 27283
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-ag300h/network | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-ag300h/network b/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-ag300h/network new file mode 100644 index 0000000000..379e6c4da7 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/defconfig/wzr-hp-ag300h/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' |