diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:44:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:44:55 +0000 |
commit | 518d2b90e644b041259ab796aab0e2469789713d (patch) | |
tree | 17d1dbd0501f9242096a8f4b7c387eaf8e4cf2c2 /target/linux/iop32x/base-files/etc | |
parent | 22b38f145da7f8eb81833afcd0d54cc0da810642 (diff) | |
download | upstream-518d2b90e644b041259ab796aab0e2469789713d.tar.gz upstream-518d2b90e644b041259ab796aab0e2469789713d.tar.bz2 upstream-518d2b90e644b041259ab796aab0e2469789713d.zip |
iop32x: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45082
Diffstat (limited to 'target/linux/iop32x/base-files/etc')
-rw-r--r-- | target/linux/iop32x/base-files/etc/config/network | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/iop32x/base-files/etc/config/network b/target/linux/iop32x/base-files/etc/config/network deleted file mode 100644 index 2c3ca87e9b..0000000000 --- a/target/linux/iop32x/base-files/etc/config/network +++ /dev/null @@ -1,16 +0,0 @@ -# Network configuration file - -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 proto dhcp - -config interface lan6 - option ifname @lan - option proto dhcpv6 - option reqprefix no |