ar71xx: add support for the TL-WR841N v1.5 board
[15.05/openwrt.git] / target / linux / ar71xx / 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/TLWR741NDV1
9         NAME:=TP-LINK TL-WR741ND v1
10 endef
11
12 define Profile/TLWR741NDV1/Description
13         Package set optimized for the TP-LINK TL-WR741ND v1.
14 endef
15
16 $(eval $(call Profile,TLWR741NDV1))
17
18 define Profile/TLWR841NV15
19         NAME:=TP-LINK TL-WR841N v1.5
20         PACKAGES:=kmod-ath9k hostapd-mini
21 endef
22
23 define Profile/TLWR841NV15/Description
24         Package set optimized for the TP-LINK TL-WR841N v1.5.
25 endef
26
27 $(eval $(call Profile,TLWR841NV15))
28
29 define Profile/TLWR841NDV3
30         NAME:=TP-LINK TL-WR841ND v3
31         PACKAGES:=kmod-ath9k hostapd-mini
32 endef
33
34 define Profile/TLWR841NDV3/Description
35         Package set optimized for the TP-LINK TL-WR841ND v3.
36 endef
37
38 $(eval $(call Profile,TLWR841NDV3))
39
40 define Profile/TLWR841NDV5
41         NAME:=TP-LINK TL-WR841ND v5
42         PACKAGES:=kmod-ath9k hostapd-mini
43 endef
44
45 define Profile/TLWR841NDV5/Description
46         Package set optimized for the TP-LINK TL-WR841ND v5.
47 endef
48
49 $(eval $(call Profile,TLWR841NDV5))
50
51 define Profile/TLWR941NDV2
52         NAME:=TP-LINK TL-WR941ND v2
53         PACKAGES:=kmod-ath9k hostapd-mini
54 endef
55
56 define Profile/TLWR941NDV2/Description
57         Package set optimized for the TP-LINK TL-WR941ND v2.
58 endef
59
60 $(eval $(call Profile,TLWR941NDV2))
61
62 define Profile/TLWR1043NDV1
63         NAME:=TP-LINK TL-WR1043ND v1
64         PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb2
65 endef
66
67 define Profile/TLWR1043NDV1/Description
68         Package set optimized for the TP-LINK TL-WR1043ND v1.
69 endef
70
71 $(eval $(call Profile,TLWR1043NDV1))