source: freewrt/Config.in.snapshot@ 655dec8

Last change on this file since 655dec8 was f752c77, checked in by Phil Sutter <n0-1@…>, 19 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.

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

  • Property mode set to 100644
File size: 692 bytes
RevLine 
[6435191]1config FWRT_LINUX_SNAPSHOT_META_TARGET
2 boolean
3 default y
4
5config FWRT_LINUX_2_4_BRCM_ASUS_WL500G
6 boolean
7 default y
8config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
9 boolean
10 default y
11config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
12 boolean
13 default y
[f752c77]14config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G
[6435191]15 boolean
16 default y
[f752c77]17config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS
[6435191]18 boolean
19 default y
20config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4
21 boolean
22 default y
23config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
24 boolean
25 default y
26config FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
27 boolean
28 default y
29config FWRT_LINUX_2_4_RB_RB532
30 boolean
31 default y
32config FWRT_LINUX_2_6_RB_RB532
33 boolean
34 default y
35
36source "Config.in"
37
Note: See TracBrowser for help on using the repository browser.