diff options
author | Robert Schuster <rschus@entw2.(none)> | 2008-10-15 16:25:54 +0200 |
---|---|---|
committer | Robert Schuster <rschus@entw2.(none)> | 2008-10-15 16:28:54 +0200 |
commit | 4e870c5ec58e62fcfd510252446aec45dd3d0141 (patch) | |
tree | c514123bf9c9c537f0f83854174fe97779324b4a /packages/linux/linux-2.6.24 | |
parent | 77c7b94c93548b1e2e33d53366b1b159e3bcb334 (diff) |
linux 2.6.24: Updated defconfig for atngw100
- compile ext2 and ext3 into the kernel (to allow booting from SD)
Diffstat (limited to 'packages/linux/linux-2.6.24')
-rw-r--r-- | packages/linux/linux-2.6.24/atngw100/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-2.6.24/atngw100/defconfig b/packages/linux/linux-2.6.24/atngw100/defconfig index 922bb32c44..863b04bcf9 100644 --- a/packages/linux/linux-2.6.24/atngw100/defconfig +++ b/packages/linux/linux-2.6.24/atngw100/defconfig @@ -950,10 +950,10 @@ CONFIG_RTC_DRV_AT32AP700X=y # # File systems # -CONFIG_EXT2_FS=m +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 is not set # CONFIG_EXT4DEV_FS is not set CONFIG_JBD=m |