| 1 | config FWRT_PACKAGE_BROADCOM_NAS
|
|---|
| 2 | prompt "broadcom-nas...................... Broadcom WPA/WPA2 daemon"
|
|---|
| 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_10
|
|---|
| 8 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_11
|
|---|
| 9 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_20
|
|---|
| 10 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_22
|
|---|
| 11 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_30
|
|---|
| 12 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_31
|
|---|
| 13 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4
|
|---|
| 14 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_10
|
|---|
| 15 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_11
|
|---|
| 16 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4
|
|---|
| 17 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL
|
|---|
| 18 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 19 | default n
|
|---|
| 20 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
|
|---|
| 21 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
|
|---|
| 22 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
|
|---|
| 23 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_10 || \
|
|---|
| 24 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_11 || \
|
|---|
| 25 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_20 || \
|
|---|
| 26 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_22 || \
|
|---|
| 27 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_30 || \
|
|---|
| 28 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_31 || \
|
|---|
| 29 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \
|
|---|
| 30 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_10 || \
|
|---|
| 31 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_11 || \
|
|---|
| 32 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \
|
|---|
| 33 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \
|
|---|
| 34 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 35 | select FWRT_PACKAGE_BROADCOM_WL_UTIL
|
|---|
| 36 | help
|
|---|
| 37 | WPA/WPA2 daemon for Broadcom wireless driver.
|
|---|