diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 21:34:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 21:34:33 +0000 |
commit | 54c034ae7a4356c0b8856aaa3a0f8121314cf629 (patch) | |
tree | d691cca4af3653f7b6da98e2cd27cd5c022cc496 /target | |
parent | 5b6cc3eb9f4d93dd317e4cb79db530d2833babfc (diff) | |
download | upstream-54c034ae7a4356c0b8856aaa3a0f8121314cf629.tar.gz upstream-54c034ae7a4356c0b8856aaa3a0f8121314cf629.tar.bz2 upstream-54c034ae7a4356c0b8856aaa3a0f8121314cf629.zip |
ar71xx: remove AP81 defconfig, it is the same as the generic config
SVN-Revision: 28816
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/defconfig/ap81/network | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/ar71xx/base-files/etc/defconfig/ap81/network b/target/linux/ar71xx/base-files/etc/defconfig/ap81/network deleted file mode 100644 index 2d4d8e0121..0000000000 --- a/target/linux/ar71xx/base-files/etc/defconfig/ap81/network +++ /dev/null @@ -1,16 +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 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 |