|
Revision 1956, 0.9 kB
(checked in by n0-1, 2 years ago)
|
this is the big config symbol renaming cleanup
changing config symbol names for the target devices
for putting them together in a more generic way caused
some trouble in the past (freewrt 1.0.1 :) and still does.
This was detected by missing switch-* modules on my
WRT54GS1.0, seems like really no one (which would include
myself) uses trunk.
big acknowledgement to grep finding all hidden goodies for me.
|
| Line | |
|---|
| 1 |
config FWRT_PACKAGE_KMOD_BROADCOM_WL |
|---|
| 2 |
prompt "kmod-broadcom-wl.................. Kernel driver for Broadcom wireless lan cards" |
|---|
| 3 |
tristate |
|---|
| 4 |
default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G |
|---|
| 5 |
default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE |
|---|
| 6 |
default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM |
|---|
| 7 |
default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G |
|---|
| 8 |
default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS |
|---|
| 9 |
default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 |
|---|
| 10 |
default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G |
|---|
| 11 |
default n |
|---|
| 12 |
depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ |
|---|
| 13 |
FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ |
|---|
| 14 |
FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ |
|---|
| 15 |
FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G || \ |
|---|
| 16 |
FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS || \ |
|---|
| 17 |
FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ |
|---|
| 18 |
FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G |
|---|
| 19 |
help |
|---|
| 20 |
Kernel driver for wireless lan cards from Broadcom. |
|---|
| 21 |
|
|---|