-menu "Target Root Filesystem"
-
- config TARGET_ROOTFS_JFFS2
- bool "jffs2"
- default y
- help
- Build a jffs2 root filesystem
-
- config TARGET_ROOTFS_SQUASHFS_LZMA
- bool "squashfs-lzma"
- default y
- depends !LINUX_2_6_ARUBA
- help
- Build a squashfs-lzma root filesystem
-
- config TARGET_ROOTFS_TGZ
- bool "tgz"
- default y
- help
- Build a compressed tar archive of the the root filesystem
-
-endmenu
-
menu "Kernel Configuration / Device Support"
comment "Device specific configuration"
help
Kernel support for the Intermediate Queueing device
+config PACKAGE_KMOD_IPIP
+ prompt "kmod-ipip......................... IP in IP encapsulation support"
+ tristate
+ default m
+ help
+ Kernel module for IP in IP encapsulation
+
config PACKAGE_KMOD_IPV6
prompt "kmod-ipv6......................... IPv6 support"
tristate
tristate
default m
depends PACKAGE_KMOD_PPP
- select PACKAGE_KMOD_CRYPTO
+ select PACKAGE_kmod-crypto
help
Support for Microsoft PPP Encryption/Compression
menu "Block devices support"
-config PACKAGE_KMOD_IDE
- prompt "kmod-ide.......................... IDE support"
+config PACKAGE_kmod-ide-core
+ prompt "kmod-ide-core..................... IDE support"
tristate
default m
depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
- ide-core
- ide-detect
- ide-disk
- - pdc202old
+
+config PACKAGE_kmod-ide-pdc202xx
+ prompt "kmod-ide-pdc202xx................. PDC202xx driver"
+ tristate
+ default m
+ depends PACKAGE_kmod-ide-core
+ depends LINUX_2_4_X86 || LINUX_2_6_X86 || LINUX_2_4_BRCM || LINUX_2_6_BRCM
+ help
+ Kernel modules for IDE support
+ useful for usb mass storage devices (e.g. on WL-HDD)
+
+ Includes:
+ - ide-core
+ - ide-detect
+ - ide-disk
config PACKAGE_KMOD_LOOP
prompt "kmod-loop......................... Loop mount support"
endmenu
-config PACKAGE_KMOD_CRYPTO
- prompt "CryptoAPI modules"
- tristate
- default m
- select BUSYBOX_FEATURE_CHECK_TAINTED_MODULE
- help
- Kernel modules for cryptographic algorithms
-
menu "Filesystems support"
config PACKAGE_KMOD_FS_CIFS