mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix pci initialization and add oleg et driver.
connect new linux structure. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1078 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -34,7 +34,13 @@ config BR2_PACKAGE_KMOD_EBT
|
||||
help
|
||||
Kernel modules for bridge firewalling
|
||||
|
||||
config BR2_PACKAGE_KMOD_IPT4
|
||||
config BR2_PACKAGE_KMOD_IPTABLES_V4
|
||||
tristate "Basic set of kernel modules for iptables"
|
||||
default y
|
||||
help
|
||||
Kernel modules for IPv4 firewalling
|
||||
|
||||
config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
|
||||
tristate "Extra modules for iptables"
|
||||
default m
|
||||
help
|
||||
@@ -46,7 +52,7 @@ config BR2_PACKAGE_KMOD_IPV6
|
||||
help
|
||||
Kernel modules for IPv6 protocol support
|
||||
|
||||
config BR2_PACKAGE_KMOD_IPT6
|
||||
config BR2_PACKAGE_KMOD_IPTABLES_V6
|
||||
tristate "Kernel modules for ip6tables"
|
||||
default m
|
||||
depends BR2_PACKAGE_KMOD_IPV6
|
||||
@@ -140,6 +146,18 @@ config BR2_PACKAGE_KMOD_HFSPLUS
|
||||
help
|
||||
Kernel modules for HFS+ filesystem support
|
||||
|
||||
config BR2_PACKAGE_KMOD_LOOP
|
||||
tristate "loop mount support"
|
||||
default m
|
||||
help
|
||||
Kernel module for loop mount support
|
||||
|
||||
config BR2_PACKAGE_KMOD_NBD
|
||||
tristate "network block device"
|
||||
default m
|
||||
help
|
||||
Kernel module for network block device
|
||||
|
||||
config BR2_PACKAGE_KMOD_LP
|
||||
tristate "parallel port and lp support"
|
||||
default m
|
||||
|
||||
Reference in New Issue
Block a user