X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3ebdbe2f2e5fa44922270b94bcb1b979fde20446..52378540af15834fd34c2c95893f6d13cada0f51:/target/linux/ar71xx/base-files/etc/defconfig/all0258n/network?ds=sidebyside diff --git a/target/linux/ar71xx/base-files/etc/defconfig/all0258n/network b/target/linux/ar71xx/base-files/etc/defconfig/all0258n/network new file mode 100644 index 000000000..81ddd9fb2 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/defconfig/all0258n/network @@ -0,0 +1,12 @@ +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 eth1' + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0