aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/olpc/base-files/etc/config/network
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-03 01:02:39 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-03 01:02:39 +0000
commite49c2d769162c261a035db1a979f639b20effd47 (patch)
tree4286407f29abcbd533e439ccccd20e8d4a184cb5 /target/linux/x86/olpc/base-files/etc/config/network
parenta4db9ed4529ba632d80f4d55eafc89c9c23851d2 (diff)
downloadupstream-e49c2d769162c261a035db1a979f639b20effd47.tar.gz
upstream-e49c2d769162c261a035db1a979f639b20effd47.tar.bz2
upstream-e49c2d769162c261a035db1a979f639b20effd47.zip
merge the olpc target with the x86 target, both tested and running
SVN-Revision: 18279
Diffstat (limited to 'target/linux/x86/olpc/base-files/etc/config/network')
-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 0000000000..faa8f0e782
--- /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