From 155510ec8e938f5bea4a35a5e11d93b81ed6bd20 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 29 Jul 2014 10:25:40 +0000 Subject: BB: remove some targets that are broken or have the wrong kernel version Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41876 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/iop32x/base-files/etc/config/network | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 target/linux/iop32x/base-files/etc/config/network (limited to 'target/linux/iop32x/base-files/etc/config/network') 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 -- cgit v1.2.3