* 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!
# 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
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
#