source: freewrt/Config.in.snapshot@ 621d5d2

freewrt_2_0
Last change on this file since 621d5d2 was 5d4c61f, checked in by Dirk Nehring <dnehring@…>, 19 years ago

Fix forgotten target names, now it builds

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

  • Property mode set to 100644
File size: 1.3 KB
Line 
1config FWRT_LINUX_SNAPSHOT_META_TARGET
2 boolean
3 select FWRT_mipsel
4 select FWRT_LINUX_2_4_BRCM
5 default y
6
7config FWRT_LINUX_2_4_BRCM_ASUS_WL500G
8 boolean
9 default y
10config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
11 boolean
12 default y
13config FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
14 boolean
15 default y
16config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_10
17 boolean
18 default y
19config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_11
20 boolean
21 default y
22config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_20
23 boolean
24 default y
25config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_22
26 boolean
27 default y
28config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_30
29 boolean
30 default y
31config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_31
32 boolean
33 default y
34config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G_4
35 boolean
36 default y
37config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_10
38 boolean
39 default y
40config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_11
41 boolean
42 default y
43config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4
44 boolean
45 default y
46config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL
47 boolean
48 default y
49config FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
50 boolean
51 default y
52config FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
53 boolean
54 default y
55config FWRT_LINUX_2_6_BRCM_NETGEAR_WGT634U
56 boolean
57 default y
58config FWRT_LINUX_2_4_RB_RB532
59 boolean
60 default y
61config FWRT_LINUX_2_6_RB_RB532
62 boolean
63 default y
64
65source "Config.in"
Note: See TracBrowser for help on using the repository browser.