diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-04 11:25:34 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-04 11:25:34 +0000 |
commit | 81c26adf95a210b006f4368c0236129fedfcb27c (patch) | |
tree | 14c3d6d2932d08c5790ec191133db150b16fe6a9 /target/linux/omap35xx/gumstix/defconfig.gumstix | |
parent | eef2acd974412b0696bdc213d8e7f42b14c5da90 (diff) | |
download | upstream-81c26adf95a210b006f4368c0236129fedfcb27c.tar.gz upstream-81c26adf95a210b006f4368c0236129fedfcb27c.tar.bz2 upstream-81c26adf95a210b006f4368c0236129fedfcb27c.zip |
gumstix: Change defconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/gumstix/defconfig.gumstix')
-rw-r--r-- | target/linux/omap35xx/gumstix/defconfig.gumstix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/omap35xx/gumstix/defconfig.gumstix b/target/linux/omap35xx/gumstix/defconfig.gumstix index ed4d2c6067..7e2c5c1dfa 100644 --- a/target/linux/omap35xx/gumstix/defconfig.gumstix +++ b/target/linux/omap35xx/gumstix/defconfig.gumstix @@ -16,7 +16,7 @@ CONFIG_SOFT_FLOAT=n CONFIG_TARGET_ROOTFS_EXT2FS=y CONFIG_UDEV_EXTRA_firmware=y CONFIG_IMAGEOPT=y -CONFIG_UCI_PRECONFIG_network_lan_dns="192.168.2.1" -CONFIG_UCI_PRECONFIG_network_lan_gateway="192.168.2.1" -CONFIG_UCI_PRECONFIG_network_lan_ipaddr="192.168.2.4" +CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp" +CONFIG_UCI_PRECONFIG_network_lan_netmask="" +CONFIG_UCI_PRECONFIG_network_lan_ipaddr="" |