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 | 20417d6663c6918fc49cc59126cad7a01107f42f (patch) | |
tree | 75f8450bcd16b34f6ba6c5e6b3ba23cc6e1d8733 /target/linux/omap35xx | |
parent | 1da361418e08d736348dd5c46e1d34cfa17becbb (diff) | |
download | upstream-20417d6663c6918fc49cc59126cad7a01107f42f.tar.gz upstream-20417d6663c6918fc49cc59126cad7a01107f42f.tar.bz2 upstream-20417d6663c6918fc49cc59126cad7a01107f42f.zip |
gumstix: Change defconfig
SVN-Revision: 22478
Diffstat (limited to 'target/linux/omap35xx')
-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="" |