mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
some kernel module cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5178 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -6,70 +6,8 @@ source "target/linux/*-2.[46]/Config.in"
|
||||
|
||||
comment "Kernel modules"
|
||||
|
||||
menu "Networking modules"
|
||||
|
||||
config PACKAGE_KMOD_ATM
|
||||
prompt "kmod-atm.......................... ATM support"
|
||||
tristate
|
||||
default y if LINUX_2_4_AR7
|
||||
default m
|
||||
help
|
||||
ATM support
|
||||
|
||||
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_RING
|
||||
prompt "kmod-ring......................... PF Ring"
|
||||
tristate
|
||||
default m
|
||||
help
|
||||
PF Ring
|
||||
|
||||
config PACKAGE_KMOD_TUN
|
||||
prompt "kmod-tun.......................... Universal TUN/TAP driver"
|
||||
tristate
|
||||
default m
|
||||
help
|
||||
Kernel support for the TUN/TAP tunneling device
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Block devices 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
|
||||
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-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"
|
||||
tristate
|
||||
@@ -478,15 +416,6 @@ config PACKAGE_KMOD_SOFTDOG
|
||||
help
|
||||
Kernel modules for software watchdog driver
|
||||
|
||||
config PACKAGE_KMOD_WD1100
|
||||
prompt "kmod-wd1100....................... Soekris net4801 watchdog"
|
||||
tristate
|
||||
default y
|
||||
depends LINUX_2_4_X86
|
||||
help
|
||||
Driver for the NatSemi SC1x00 series Watchdog
|
||||
found on Soekris net4801 boards
|
||||
|
||||
endmenu
|
||||
|
||||
endmenu
|
||||
|
||||
@@ -11,7 +11,7 @@ config PACKAGE_KMOD_SANGAM_ATM_A
|
||||
tristate
|
||||
default m
|
||||
depends LINUX_2_4_AR7
|
||||
select PACKAGE_KMOD_ATM
|
||||
select PACKAGE_kmod-atm
|
||||
help
|
||||
ATM driver for the Sangam ADSL chip on AR7
|
||||
Annex A version
|
||||
@@ -21,7 +21,7 @@ config PACKAGE_KMOD_SANGAM_ATM_B
|
||||
tristate
|
||||
default y
|
||||
depends LINUX_2_4_AR7
|
||||
select PACKAGE_KMOD_ATM
|
||||
select PACKAGE_kmod-atm
|
||||
help
|
||||
ATM driver for the Sangam ADSL chip on AR7
|
||||
Annex B version
|
||||
|
||||
Reference in New Issue
Block a user