diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-06 13:57:19 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-06 13:57:19 +0100 |
commit | 88d4b2c827e077c56e8d731d6655a97443900d42 (patch) | |
tree | f3a4b5890c9d1c59f85a013cdfcd5fb0a1ddcee9 /packages/linux/linux-handhelds-2.6-2.6.21 | |
parent | 7d424a2a30a3987ec0f6ee697c72e938fcfc0948 (diff) |
linux-handhelds: build in ext3 support for h2200 and hx4700
Diffstat (limited to 'packages/linux/linux-handhelds-2.6-2.6.21')
-rw-r--r-- | packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig | 2 | ||||
-rw-r--r-- | packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig index 22e9cb3c93..b3f1a4cbf0 100644 --- a/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig +++ b/packages/linux/linux-handhelds-2.6-2.6.21/h2200/defconfig @@ -1530,7 +1530,7 @@ CONFIG_RTC_DRV_SA1100=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m +CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set diff --git a/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig b/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig index d65aaff1bb..5d3f16ee19 100644 --- a/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig +++ b/packages/linux/linux-handhelds-2.6-2.6.21/hx4700/defconfig @@ -1550,7 +1550,7 @@ CONFIG_RTC_DRV_SA1100=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m +CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set |