ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter "Fate" Hollan...
[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/TLWA901NDV1
9         NAME:=TP-LINK TL-WA901ND v1
10         PACKAGES:=kmod-ath9k wpad-mini
11 endef
12
13 define Profile/TLWA901NDV1/Description
14         Package set optimized for the TP-LINK TL-WA901ND v1.
15 endef
16
17 $(eval $(call Profile,TLWA901NDV1))
18
19 define Profile/TLWR741NDV1
20         NAME:=TP-LINK TL-WR741ND v1
21         PACKAGES:=kmod-ath9k wpad-mini
22 endef
23
24 define Profile/TLWR741NDV1/Description
25         Package set optimized for the TP-LINK TL-WR741ND v1.
26 endef
27
28 $(eval $(call Profile,TLWR741NDV1))
29
30 define Profile/TLWR841NV15
31         NAME:=TP-LINK TL-WR841N v1.5
32         PACKAGES:=kmod-ath9k wpad-mini
33 endef
34
35 define Profile/TLWR841NV15/Description
36         Package set optimized for the TP-LINK TL-WR841N v1.5.
37 endef
38
39 $(eval $(call Profile,TLWR841NV15))
40
41 define Profile/TLWR841NDV3
42         NAME:=TP-LINK TL-WR841ND v3
43         PACKAGES:=kmod-ath9k wpad-mini
44 endef
45
46 define Profile/TLWR841NDV3/Description
47         Package set optimized for the TP-LINK TL-WR841ND v3.
48 endef
49
50 $(eval $(call Profile,TLWR841NDV3))
51
52 define Profile/TLWR841NDV5
53         NAME:=TP-LINK TL-WR841ND v5
54         PACKAGES:=kmod-ath9k wpad-mini
55 endef
56
57 define Profile/TLWR841NDV5/Description
58         Package set optimized for the TP-LINK TL-WR841ND v5.
59 endef
60
61 $(eval $(call Profile,TLWR841NDV5))
62
63 define Profile/TLWR941NDV2
64         NAME:=TP-LINK TL-WR941ND v2
65         PACKAGES:=kmod-ath9k wpad-mini
66 endef
67
68 define Profile/TLWR941NDV2/Description
69         Package set optimized for the TP-LINK TL-WR941ND v2.
70 endef
71
72 $(eval $(call Profile,TLWR941NDV2))
73
74 define Profile/TLWR941NDV3
75         NAME:=TP-LINK TL-WR941ND v3
76         PACKAGES:=kmod-ath9k wpad-mini
77 endef
78
79 define Profile/TLWR941NDV3/Description
80         Package set optimized for the TP-LINK TL-WR941ND v3.
81 endef
82
83 $(eval $(call Profile,TLWR941NDV3))
84
85 define Profile/TLWR941NDV4
86         NAME:=TP-LINK TL-WR941ND v4
87         PACKAGES:=kmod-ath9k wpad-mini
88 endef
89
90 define Profile/TLWR941NDV4/Description
91         Package set optimized for the TP-LINK TL-WR941ND v4.
92 endef
93
94 $(eval $(call Profile,TLWR941NDV4))
95
96 define Profile/TLWR1043NDV1
97         NAME:=TP-LINK TL-WR1043ND v1
98         PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2
99 endef
100
101 define Profile/TLWR1043NDV1/Description
102         Package set optimized for the TP-LINK TL-WR1043ND v1.
103 endef
104
105 $(eval $(call Profile,TLWR1043NDV1))