summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/olpc/base-files/etc/config
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-03 01:02:39 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-03 01:02:39 +0000
commitea8823c99319e5c11b975d14c95b487d25ec0f3f (patch)
tree03f9a68e47a3153852d46b0dcbcea4d9651691dd /target/linux/x86/olpc/base-files/etc/config
parentf6a11cc55378ee1eb4d7566fb376d31a5bfca933 (diff)
[x86] merge the olpc target with the x86 target, both tested and running
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18279 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/olpc/base-files/etc/config')
-rw-r--r--target/linux/x86/olpc/base-files/etc/config/network11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/x86/olpc/base-files/etc/config/network b/target/linux/x86/olpc/base-files/etc/config/network
new file mode 100644
index 000000000..faa8f0e78
--- /dev/null
+++ b/target/linux/x86/olpc/base-files/etc/config/network
@@ -0,0 +1,11 @@
+# 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