mirror of https://github.com/hak5/openwrt-owl.git
parent
547b127d7a
commit
41577df960
|
@ -1,9 +1,5 @@
|
||||||
menu "Kernel Configuration / Device Support"
|
menu "Kernel Configuration / Device Support"
|
||||||
|
|
||||||
comment "Device specific configuration"
|
|
||||||
|
|
||||||
source "target/linux/*-2.[46]/Config.in"
|
|
||||||
|
|
||||||
comment "Kernel modules"
|
comment "Kernel modules"
|
||||||
|
|
||||||
menu "Block devices support"
|
menu "Block devices support"
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
config PACKAGE_KMOD_CPMAC
|
|
||||||
prompt "kmod-cpmac........................ AR7 CPMAC Network Driver"
|
|
||||||
tristate
|
|
||||||
default y
|
|
||||||
depends LINUX_2_4_AR7
|
|
||||||
help
|
|
||||||
Driver for the AR7 CPMAC network chip
|
|
||||||
|
|
||||||
config PACKAGE_KMOD_SANGAM_ATM_A
|
|
||||||
prompt "kmod-sangam-atm-annex-a........... AR7 Sangam ADSL Driver (Annex A)"
|
|
||||||
tristate
|
|
||||||
default m
|
|
||||||
depends LINUX_2_4_AR7
|
|
||||||
select PACKAGE_kmod-atm
|
|
||||||
help
|
|
||||||
ATM driver for the Sangam ADSL chip on AR7
|
|
||||||
Annex A version
|
|
||||||
|
|
||||||
config PACKAGE_KMOD_SANGAM_ATM_B
|
|
||||||
prompt "kmod-sangam-atm-annex-b........... AR7 Sangam ADSL Driver (Annex B)"
|
|
||||||
tristate
|
|
||||||
default y
|
|
||||||
depends LINUX_2_4_AR7
|
|
||||||
select PACKAGE_kmod-atm
|
|
||||||
help
|
|
||||||
ATM driver for the Sangam ADSL chip on AR7
|
|
||||||
Annex B version
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue