diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-23 12:07:50 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-23 12:07:50 +0000 |
commit | 2f0ecbd629ac755177d265d05543a4fcae2962ce (patch) | |
tree | a662147f11ffdf4133e48f795218795269358133 /target/linux/omap35xx/gumstix/defconfig.gumstix | |
parent | 517144faf6c15ac5385f7bac4639296d41d74194 (diff) |
[gumstix] Fix ext4 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/gumstix/defconfig.gumstix')
-rw-r--r-- | target/linux/omap35xx/gumstix/defconfig.gumstix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/defconfig.gumstix b/target/linux/omap35xx/gumstix/defconfig.gumstix index fb5d0a378..dcee15d2b 100644 --- a/target/linux/omap35xx/gumstix/defconfig.gumstix +++ b/target/linux/omap35xx/gumstix/defconfig.gumstix @@ -13,7 +13,7 @@ CONFIG_USE_UCLIBC=y CONFIG_UCLIBC_VERSION_0_9_30_1=y CONFIG_TARGET_ROOTFS_PARTSIZE=200 CONFIG_SOFT_FLOAT=n -CONFIG_TARGET_ROOTFS_EXT2FS=y +CONFIG_TARGET_ROOTFS_EXT4FS=y CONFIG_UDEV_EXTRA_firmware=y CONFIG_IMAGEOPT=y CONFIG_UCI_PRECONFIG_network_lan_proto="dhcp" |