aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap35xx/gumstix/base-files/etc/config
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2011-08-19 12:00:08 +0000
committerHamish Guthrie <hcg@openwrt.org>2011-08-19 12:00:08 +0000
commit048d4aca762c0b7e0e1ed1c55cc6502a30d9be59 (patch)
tree4a4cfd772a83e47449e0c81b186968636c23f420 /target/linux/omap35xx/gumstix/base-files/etc/config
parent464539b074c43483df2c613f0bf609933000014c (diff)
downloadupstream-048d4aca762c0b7e0e1ed1c55cc6502a30d9be59.tar.gz
upstream-048d4aca762c0b7e0e1ed1c55cc6502a30d9be59.tar.bz2
upstream-048d4aca762c0b7e0e1ed1c55cc6502a30d9be59.zip
omap35xx: Add 3.0.3 kernel support for Gumstix
SVN-Revision: 28047
Diffstat (limited to 'target/linux/omap35xx/gumstix/base-files/etc/config')
-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 0000000000..bcb4c4bb17
--- /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