summaryrefslogtreecommitdiffstats
path: root/target/linux/omap35xx/gumstix/base-files/etc/config/network
diff options
context:
space:
mode:
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-08-19 12:00:08 +0000
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-08-19 12:00:08 +0000
commit4665caac8dedfdad77574c557afcc99bc78efadd (patch)
tree2c119e6ad91f1f721e935e40541f8a8d82e7354b /target/linux/omap35xx/gumstix/base-files/etc/config/network
parent0f6d21f8f6cafa10260a1775d7e3cd799856352e (diff)
omap35xx: Add 3.0.3 kernel support for Gumstix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28047 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/gumstix/base-files/etc/config/network')
-rw-r--r--target/linux/omap35xx/gumstix/base-files/etc/config/network15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/omap35xx/gumstix/base-files/etc/config/network b/target/linux/omap35xx/gumstix/base-files/etc/config/network
new file mode 100644
index 000000000..bcb4c4bb1
--- /dev/null
+++ b/target/linux/omap35xx/gumstix/base-files/etc/config/network
@@ -0,0 +1,15 @@
+# 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 lan
+ option ifname wlan0
+ option proto dhcp
+
+config interface wan
+ option ifname eth0
+ option proto dhcp