Changeset f752c77 in freewrt for package/wlcompat


Ignore:
Timestamp:
Feb 13, 2007, 12:16:23 AM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
74746e0
Parents:
e27627e
Message:

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.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1956 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/wlcompat/Config.in

    re27627e rf752c77  
    55        default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
    66        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
     7        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G
     8        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS
    169        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4
    17         default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL
    1810        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
    1911        default n
     
    2113                FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
    2214                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 || \
     15                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G || \
     16                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS || \
    3217                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \
    33                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL || \
    3418                FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
    3519        help
Note: See TracChangeset for help on using the changeset viewer.