diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-11-23 12:07:50 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-11-23 12:07:50 +0000 |
commit | 4cee84f7d09637d9836665269092b53cf4e91da0 (patch) | |
tree | 3cddd90da89d51f97a4df9f2a922fdff681034e0 /target/linux/omap35xx/gumstix/defconfig.gumstix | |
parent | 2ebd82b518dfaad003d3f8a5a655974506a64454 (diff) | |
download | mtk-20170518-4cee84f7d09637d9836665269092b53cf4e91da0.zip mtk-20170518-4cee84f7d09637d9836665269092b53cf4e91da0.tar.gz mtk-20170518-4cee84f7d09637d9836665269092b53cf4e91da0.tar.bz2 |
Fix ext4 build
SVN-Revision: 24110
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 fb5d0a3..dcee15d 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" |