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 | |
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')
-rw-r--r-- | packages/linux/linux-2.6.24/atngw100/defconfig | 4 | ||||
-rw-r--r-- | packages/linux/linux_2.6.24.bb | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/packages/linux/linux_2.6.24.bb b/packages/linux/linux_2.6.24.bb index 7c92cb2ed0..e787663bc7 100644 --- a/packages/linux/linux_2.6.24.bb +++ b/packages/linux/linux_2.6.24.bb @@ -10,7 +10,7 @@ DEFAULT_PREFERENCE_at32stk1000 = "1" DEFAULT_PREFERENCE_ts72xx = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" -PR = "r16" +PR = "r17" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ http://kamikaze.waninkoko.info/patches/2.6.24/kamikaze1/broken-out/squashfs-lzma-2.6.24.patch;patch=1 \ |