diff options
author | Erik Hovland <erik@hovland.org> | 2006-10-10 20:52:37 +0000 |
---|---|---|
committer | Erik Hovland <erik@hovland.org> | 2006-10-10 20:52:37 +0000 |
commit | 0ff2ceb8ace04f65a79b234d1c10f111349c4ffe (patch) | |
tree | d397aa20ec87ea2fb0f12167e476a0a5f6935a52 /packages/linux | |
parent | ccc6ad4b21b65dccbb627245c912660a37f40d4b (diff) |
handhelds-sa 2.4.19-rmk6-pxa1-hh42
* The defconfig-h3600 file was missing a few import options, specifically:
+ The hidp bluez stack piece built as a module
+ The jffs2 zlib support built into the kernel
These problems ended up exhibiting themselves as half-built but still
bootable kernels (go figure). Most notably the zlib_deflate object code
would not be in the kernel and the ppp_deflate module would fail loading.
This bug was reported to me by Rene Wagner (rw AT handhelds DOT org). Thanks
Rene!
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600 b/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600 index ad30591336..67cde5e0e4 100644 --- a/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600 +++ b/packages/linux/handhelds-sa-2.4.19-rmk6-pxa1-hh42/defconfig-h3600 @@ -1108,6 +1108,11 @@ CONFIG_VFAT_FS=m # CONFIG_JFFS_FS is not set CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 +CONFIG_JFFS2_FS_WRITEBUFFER=y +CONFIG_JFFS2_ZLIB=y +CONFIG_JFFS2_RTIME=y +CONFIG_JFFS2_CMODE_PRIORITY=y +CONFIG_JFFS2_PROC=y # CONFIG_JFFS2_FS_NAND is not set CONFIG_CRAMFS=y CONFIG_TMPFS=y @@ -1432,6 +1437,7 @@ CONFIG_BLUEZ_RFCOMM_TTY=y CONFIG_BLUEZ_BNEP=m CONFIG_BLUEZ_BNEP_MC_FILTER=y CONFIG_BLUEZ_BNEP_PROTO_FILTER=y +CONFIG_BLUEZ_HIDP=m # CONFIG_BLUEZ_CMTP is not set # |