root/tags/freewrt_1_0_3/Config.in.snapshot

Revision 1706, 1.3 kB (checked in by dnehring, 2 years ago)

Fix forgotten target names, now it builds

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