source: freewrt/package/broadcom-nas/Config.in@ f612318

freewrt_1_0 freewrt_2_0
Last change on this file since f612318 was f612318, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

fix target names, i have overseen this. 1.0.1 comes earlier as expected.

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1689 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.6 KB
Line 
1config 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.
Note: See TracBrowser for help on using the repository browser.