Changeset 587c2aa in freewrt for package/broadcom-wl-util


Ignore:
Timestamp:
Oct 17, 2006, 2:02:14 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
30e44e0
Parents:
b198ea5
Message:

sync dependency cleanup with trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/broadcom-wl-util/Config.in

    rb198ea5 r587c2aa  
    22        prompt "broadcom-wl-util.................. utility for Broadcom wireless lan cards"
    33        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_1_0
     8        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1
     9        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0
     10        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2
     11        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0
     12        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1
     13        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4
     14        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0
     15        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1
     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
    419        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_1_0 || \
     24                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_1_1 || \
     25                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_0 || \
     26                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_2_2 || \
     27                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_0 || \
     28                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_3_1 || \
     29                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4 || \
     30                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_0 || \
     31                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_1_1 || \
     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
    535        help
    636          Utility for wireless lan cards from Broadcom.
Note: See TracChangeset for help on using the changeset viewer.