diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-10 08:14:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-03-10 08:14:26 +0000 |
commit | ceb3b8c8376374cfcd04691450551861805b063a (patch) | |
tree | b8897840a41abc203c1b2150a6f3c3ed3ed08fee /target/linux/ar71xx/base-files/etc/defconfig/tew-632brp | |
parent | add058c38203868fd807eb845569d3c1b93ab53e (diff) | |
download | mtk-20170518-ceb3b8c8376374cfcd04691450551861805b063a.zip mtk-20170518-ceb3b8c8376374cfcd04691450551861805b063a.tar.gz mtk-20170518-ceb3b8c8376374cfcd04691450551861805b063a.tar.bz2 |
tew-632brp: add default network configuration
SVN-Revision: 14830
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig/tew-632brp')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network new file mode 100644 index 0000000..2d4d8e0 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/defconfig/tew-632brp/network @@ -0,0 +1,16 @@ +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 |