ar71xx: add a profile and build images for the TL-WR2543N/ND
[openwrt.git] / target / linux / ar71xx / generic / profiles / tp-link.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/TLMR3020
9         NAME:=TP-LINK TL-MR3020
10         PACKAGES:=kmod-usb-core kmod-usb2
11 endef
12
13 define Profile/TLMR3020/Description
14         Package set optimized for the TP-LINK TL-MR3020.
15 endef
16 $(eval $(call Profile,TLMR3020))
17
18
19 define Profile/TLMR3220
20         NAME:=TP-LINK TL-MR3220
21         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
22 endef
23
24 define Profile/TLMR3220/Description
25         Package set optimized for the TP-LINK TL-MR3220.
26 endef
27 $(eval $(call Profile,TLMR3220))
28
29
30 define Profile/TLMR3420
31         NAME:=TP-LINK TL-MR3420
32         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
33 endef
34
35 define Profile/TLMR3420/Description
36         Package set optimized for the TP-LINK TL-MR3420.
37 endef
38 $(eval $(call Profile,TLMR3420))
39
40
41 define Profile/TLWR703
42         NAME:=TP-LINK TL-WR703N
43         PACKAGES:=kmod-usb-core kmod-usb2
44 endef
45
46
47 define Profile/TLWR703/Description
48         Package set optimized for the TP-LINK TL-WR703N.
49 endef
50 $(eval $(call Profile,TLWR703))
51
52
53 define Profile/TLWA701
54         NAME:=TP-LINK TL-WA701N/ND
55         PACKAGES:=
56 endef
57
58 define Profile/TLWA701/Description
59         Package set optimized for the TP-LINK TL-WA701N/ND.
60 endef
61 $(eval $(call Profile,TLWA701))
62
63
64 define Profile/TLWA901
65         NAME:=TP-LINK TL-WA901N/ND
66         PACKAGES:=
67 endef
68
69 define Profile/TLWA901/Description
70         Package set optimized for the TP-LINK TL-WA901N/ND.
71 endef
72 $(eval $(call Profile,TLWA901))
73
74
75 define Profile/TLWR740
76         NAME:=TP-LINK TL-WR740N/ND
77         PACKAGES:=
78 endef
79
80 define Profile/TLWR740/Description
81         Package set optimized for the TP-LINK TL-WR740N/ND.
82 endef
83 $(eval $(call Profile,TLWR740))
84
85
86 define Profile/TLWR741
87         NAME:=TP-LINK TL-WR741N/ND
88         PACKAGES:=
89 endef
90
91 define Profile/TLWR741/Description
92         Package set optimized for the TP-LINK TL-WR741N/ND.
93 endef
94 $(eval $(call Profile,TLWR741))
95
96
97 define Profile/TLWR743
98         NAME:=TP-LINK TL-WR743N/ND
99         PACKAGES:=
100 endef
101
102 define Profile/TLWR743/Description
103         Package set optimized for the TP-LINK TL-WR743N/ND.
104 endef
105 $(eval $(call Profile,TLWR743))
106
107
108 define Profile/TLWR841
109         NAME:=TP-LINK TL-WR841N/ND
110         PACKAGES:=
111 endef
112
113 define Profile/TLWR841/Description
114         Package set optimized for the TP-LINK TL-WR841N/ND.
115 endef
116 $(eval $(call Profile,TLWR841))
117
118
119 define Profile/TLWR941
120         NAME:=TP-LINK TL-WR941N/ND
121         PACKAGES:=
122 endef
123
124 define Profile/TLWR941/Description
125         Package set optimized for the TP-LINK TL-WR941N/ND.
126 endef
127 $(eval $(call Profile,TLWR941))
128
129
130 define Profile/TLWR1043
131         NAME:=TP-LINK TL-WR1043N/ND
132         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
133 endef
134
135 define Profile/TLWR1043/Description
136         Package set optimized for the TP-LINK TL-WR1043N/ND.
137 endef
138 $(eval $(call Profile,TLWR1043))
139
140
141 define Profile/TLWR2543
142         NAME:=TP-LINK TL-WR2543N/ND
143         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
144 endef
145
146 define Profile/TLWR2543/Description
147         Package set optimized for the TP-LINK TL-WR2543N/ND.
148 endef
149 $(eval $(call Profile,TLWR2543))