aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/olpc/base-files/etc/config/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 11:37:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 11:37:08 +0000
commit0f6b70764ad906bb0b7ffbbba3b5db20e35ce966 (patch)
tree39a6748749415380ee3c38b27ff0a48e759f3ede /target/linux/x86/olpc/base-files/etc/config/network
parentbf7383c87c3649c652ae92d6498b725b7e54f4f2 (diff)
downloadmaster-187ad058-0f6b70764ad906bb0b7ffbbba3b5db20e35ce966.tar.gz
master-187ad058-0f6b70764ad906bb0b7ffbbba3b5db20e35ce966.tar.bz2
master-187ad058-0f6b70764ad906bb0b7ffbbba3b5db20e35ce966.zip
x86: remove the olpc subtarget, it has been unmaintained for a long time
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45083 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/olpc/base-files/etc/config/network')
-rw-r--r--target/linux/x86/olpc/base-files/etc/config/network16
1 files changed, 0 insertions, 16 deletions
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