Enable loading of modules containing EXPORT_SYMBOL_GPL symbols (eg. crypto)
[openwrt-github/.git] / package / linux / Config.in
index 22809cd7f33464401badff0bcc6d175d14e60d3c..81cf74bca4feac9fae1fce2d78ebf6c4c1ee162d 100644 (file)
@@ -1,7 +1,70 @@
-config BR2_PACKAGE_LINUX
-       bool "linux"
-       default y
+config BR2_PACKAGE_KMOD_ARPT
+       tristate "ARP firewalling support"
+       default m
        help
-         The Linux kernel.
+         Kernel modules for ARP firewalling
+
+config BR2_PACKAGE_KMOD_EBT
+       tristate "Ethernet Bridge firewalling support"
+       default m
+       help
+         Kernel modules for bridge firewalling
+
+config BR2_PACKAGE_KMOD_IPT4
+       tristate "Extra modules for iptables"
+       default m
+       help
+         Extra kernel modules for IPv4 firewalling
+
+config BR2_PACKAGE_KMOD_IPV6
+       tristate "IPv6 support"
+       default m
+       help
+         Kernel modules for IPv6 protocol support
+         
+config BR2_PACKAGE_KMOD_IPT6
+       tristate "Kernel modules for ip6tables"
+       default m
+       depends BR2_PACKAGE_KMOD_IPV6
+       help
+         IPv6 firewalling support
+
+config BR2_PACKAGE_KMOD_USB
+       tristate "USB/SCSI support"
+       default m
+       help
+         Kernel modules for USB/SCSI support
+         Includes usb-storage and printer
+
+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_MPPE
+       tristate "PPP MPPE/MPPC module"
+       default m
+       select BR2_PACKAGE_KMOD_CRYPTO
+       help
+         Support for Microsoft PPP Encryption/Compression
+
+config BR2_PACKAGE_KMOD_TUN
+       tristate "Universal TUN/TAP driver"
+       default m
+       help
+         Kernel support for the TUN/TAP tunneling device
+
+config BR2_PACKAGE_KMOD_GRE
+       tristate "GRE tunneling driver"
+       default m
+       help
+         Kernel support for GRE tunnels
+
+config BR2_PACKAGE_KMOD_SCHED
+       tristate "Traffic schedulers"
+       default m
+       help
+         Kernel schedulers for IP traffic
 
-         http://www.kernel.org/