From 0f6b70764ad906bb0b7ffbbba3b5db20e35ce966 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Mar 2015 11:37:08 +0000 Subject: x86: remove the olpc subtarget, it has been unmaintained for a long time Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45083 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/olpc/base-files/etc/config/network | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 target/linux/x86/olpc/base-files/etc/config/network (limited to 'target/linux/x86/olpc/base-files/etc/config/network') diff --git a/target/linux/x86/olpc/base-files/etc/config/network b/target/linux/x86/olpc/base-files/etc/config/network deleted file mode 100644 index dc0bee1ee7..0000000000 --- a/target/linux/x86/olpc/base-files/etc/config/network +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright (C) 2006 OpenWrt.org - -config interface loopback - option ifname lo - option proto static - option ipaddr 127.0.0.1 - option netmask 255.0.0.0 - -config interface wlan - option ifname eth0 - option proto dhcp - -config interface wlan6 - option ifname @wlan - option proto dhcpv6 - option reqprefix no -- cgit v1.2.3