x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants)
[openwrt/svn-archive/archive.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 PACKAGES:=kmod-ath9k hostapd-mini
11 endef
12
13 define Profile/TLWR741NDV1/Description
14 Package set optimized for the TP-LINK TL-WR741ND v1.
15 endef
16
17 $(eval $(call Profile,TLWR741NDV1))
18
19 define Profile/TLWR841NV15
20 NAME:=TP-LINK TL-WR841N v1.5
21 PACKAGES:=kmod-ath9k hostapd-mini
22 endef
23
24 define Profile/TLWR841NV15/Description
25 Package set optimized for the TP-LINK TL-WR841N v1.5.
26 endef
27
28 $(eval $(call Profile,TLWR841NV15))
29
30 define Profile/TLWR841NDV3
31 NAME:=TP-LINK TL-WR841ND v3
32 PACKAGES:=kmod-ath9k hostapd-mini
33 endef
34
35 define Profile/TLWR841NDV3/Description
36 Package set optimized for the TP-LINK TL-WR841ND v3.
37 endef
38
39 $(eval $(call Profile,TLWR841NDV3))
40
41 define Profile/TLWR841NDV5
42 NAME:=TP-LINK TL-WR841ND v5
43 PACKAGES:=kmod-ath9k hostapd-mini
44 endef
45
46 define Profile/TLWR841NDV5/Description
47 Package set optimized for the TP-LINK TL-WR841ND v5.
48 endef
49
50 $(eval $(call Profile,TLWR841NDV5))
51
52 define Profile/TLWR941NDV2
53 NAME:=TP-LINK TL-WR941ND v2
54 PACKAGES:=kmod-ath9k hostapd-mini
55 endef
56
57 define Profile/TLWR941NDV2/Description
58 Package set optimized for the TP-LINK TL-WR941ND v2.
59 endef
60
61 $(eval $(call Profile,TLWR941NDV2))
62
63 define Profile/TLWR1043NDV1
64 NAME:=TP-LINK TL-WR1043ND v1
65 PACKAGES:=kmod-ath9k hostapd-mini kmod-usb-core kmod-usb2
66 endef
67
68 define Profile/TLWR1043NDV1/Description
69 Package set optimized for the TP-LINK TL-WR1043ND v1.
70 endef
71
72 $(eval $(call Profile,TLWR1043NDV1))