diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-08-19 12:00:08 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-08-19 12:00:08 +0000 |
commit | 048d4aca762c0b7e0e1ed1c55cc6502a30d9be59 (patch) | |
tree | 4a4cfd772a83e47449e0c81b186968636c23f420 /target/linux/omap35xx/gumstix/base-files/etc/config | |
parent | 464539b074c43483df2c613f0bf609933000014c (diff) | |
download | mtk-20170518-048d4aca762c0b7e0e1ed1c55cc6502a30d9be59.zip mtk-20170518-048d4aca762c0b7e0e1ed1c55cc6502a30d9be59.tar.gz mtk-20170518-048d4aca762c0b7e0e1ed1c55cc6502a30d9be59.tar.bz2 |
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/network | 15 |
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 0000000..bcb4c4b --- /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 |