mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 15:59:42 +02:00
fe1ee8ce74
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@418 3c298f89-4303-0410-b956-a3cf2f4a3e73
111 lines
2.3 KiB
Plaintext
111 lines
2.3 KiB
Plaintext
config BR2_PACKAGE_KMOD_ARPT
|
|
tristate "ARP firewalling support"
|
|
default m
|
|
help
|
|
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_NFS
|
|
tristate "NFS support"
|
|
default m
|
|
help
|
|
Kernel modules for NFS support
|
|
Includes lockd, nfs and sunrpc
|
|
|
|
config BR2_PACKAGE_KMOD_CIFS
|
|
tristate "CIFS support"
|
|
default m
|
|
help
|
|
Kernel modules for CIFS 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_VFAT
|
|
tristate "VFAT filesystem support"
|
|
default m
|
|
help
|
|
Kernel modules for VFAT filesystem support
|
|
useful for usb mass storage devices
|
|
|
|
config BR2_PACKAGE_KMOD_LP
|
|
tristate "parallel port and lp support"
|
|
default m
|
|
help
|
|
Kernel modules for line printer and parallel port support
|
|
|
|
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
|
|
|
|
config BR2_PACKAGE_KMOD_PPPOE
|
|
tristate "PPPoE modules"
|
|
default m
|
|
depends BR2_PACKAGE_KMOD_PPP
|
|
help
|
|
Support for PPP over Ethernet
|
|
|
|
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
|
|
|