use another mirror, this mirror is down
[openwrt.git] / openwrt / package / linux / Config.in
index 5ef20f8..99cb26f 100644 (file)
@@ -29,6 +29,13 @@ config BR2_PACKAGE_KMOD_IPT6
        help
          IPv6 firewalling support
 
+config BR2_PACKAGE_KMOD_NFS
+       tristate "NFS support"
+       default m
+       help
+         Kernel modules for NFS support
+         Includes lockd, nfs and sunrpc
+
 config BR2_PACKAGE_KMOD_USB
        tristate "USB/SCSI support"
        default m
@@ -39,13 +46,21 @@ config BR2_PACKAGE_KMOD_USB
 config BR2_PACKAGE_KMOD_CRYPTO
        tristate "CryptoAPI modules"
        default m
+       select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
        help
          Kernel modules for cryptographic algorithms
 
+config BR2_PACKAGE_KMOD_PPP
+       tristate "PPP support"
+       default m
+       help
+         Kernel support for PPP
+
 config BR2_PACKAGE_KMOD_MPPE
        tristate "PPP MPPE/MPPC module"
        default m
        select BR2_PACKAGE_KMOD_CRYPTO
+       depends BR2_PACKAGE_KMOD_PPP
        help
          Support for Microsoft PPP Encryption/Compression
 
This page took 0.02663 seconds and 4 git commands to generate.