diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 21:44:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 21:44:03 +0000 |
commit | e866ba575372b52124db518e4ade70eda303981f (patch) | |
tree | daa34e7918d7604bb1a673a11deb1aff39dce988 /target/linux/ar71xx/base-files/etc/defconfig/tl-wr841n-v1 | |
parent | 9298c7afe592817d3bcf0db0c610f8b4fa9c78c6 (diff) | |
download | mtk-20170518-e866ba575372b52124db518e4ade70eda303981f.zip mtk-20170518-e866ba575372b52124db518e4ade70eda303981f.tar.gz mtk-20170518-e866ba575372b52124db518e4ade70eda303981f.tar.bz2 |
ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults
SVN-Revision: 28824
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig/tl-wr841n-v1')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/tl-wr841n-v1/network | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr841n-v1/network b/target/linux/ar71xx/base-files/etc/defconfig/tl-wr841n-v1/network deleted file mode 100644 index 780fdb7..0000000 --- a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr841n-v1/network +++ /dev/null @@ -1,20 +0,0 @@ -config interface loopback - option ifname lo - option proto static - option ipaddr 127.0.0.1 - option netmask 255.0.0.0 - -config interface mac0 - option ifname eth0 - option proto none - -config interface lan - option ifname "lan1 lan2 lan3 lan4" - option type bridge - option proto static - option ipaddr 192.168.1.1 - option netmask 255.255.255.0 - -config interface wan - option ifname wan - option proto dhcp |