diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-07 21:44:03 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-07 21:44:03 +0000 |
commit | c46cd218f0bd477aac68ce8bc497e877a3f44207 (patch) | |
tree | 6621413fa98e8d5e74336fe7d2551677e08cbb65 /target/linux/ar71xx/base-files/etc/defconfig | |
parent | b9aab9ba7ea4ba393fc69d3cb9bb0068f58d802a (diff) |
ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28824 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/defconfig')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/tl-wr841n-v1/network | 20 | ||||
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/tl-wr941nd/network | 20 |
2 files changed, 0 insertions, 40 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 780fdb7644..0000000000 --- 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 diff --git a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr941nd/network b/target/linux/ar71xx/base-files/etc/defconfig/tl-wr941nd/network deleted file mode 100644 index cb741fbea5..0000000000 --- a/target/linux/ar71xx/base-files/etc/defconfig/tl-wr941nd/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 eth - 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 |