ar71xx: TL-WR1043ND support cleanup
[openwrt-10.03/.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/TLWR841NDV3
19         NAME:=TP-LINK TL-WR841ND v3
20         PACKAGES:=kmod-ath9k hostapd-mini
21 endef
22
23 define Profile/TLWR841NDV3/Description
24         Package set optimized for the TP-LINK TL-WR841ND v3.
25 endef
26
27 $(eval $(call Profile,TLWR841NDV3))
28
29 define Profile/TLWR841NDV5
30         NAME:=TP-LINK TL-WR841ND v5
31         PACKAGES:=kmod-ath9k hostapd-mini
32 endef
33
34 define Profile/TLWR841NDV5/Description
35         Package set optimized for the TP-LINK TL-WR841ND v5.
36 endef
37
38 $(eval $(call Profile,TLWR841NDV5))
39
40 define Profile/TLWR941NDV2
41         NAME:=TP-LINK TL-WR941ND v2
42         PACKAGES:=kmod-ath9k hostapd-mini
43 endef
44
45 define Profile/TLWR941NDV2/Description
46         Package set optimized for the TP-LINK TL-WR941ND v2.
47 endef
48
49 $(eval $(call Profile,TLWR941NDV2))
50
51 define Profile/TLWR1043NDV1
52         NAME:=TP-LINK TL-WR1043ND v1
53         PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb2
54 endef
55
56 define Profile/TLWR1043NDV1/Description
57         Package set optimized for the TP-LINK TL-WR1043ND v1.
58 endef
59
60 $(eval $(call Profile,TLWR1043NDV1))