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
8define Profile/TEW632BRP
9	NAME:=TRENDNet TEW-632BRP
10	PACKAGES:=
11endef
12
13define Profile/TEW632BRP/Description
14	Package set optimized for the TRENDNet TEW-632BRP.
15endef
16
17$(eval $(call Profile,TEW632BRP))
18
19define Profile/TEW652BRP
20	NAME:=TRENDNet TEW-652BRP
21	PACKAGES:=
22endef
23
24define Profile/TEW652BRP/Description
25	Package set optimized for the TRENDNet TEW-652BRP.
26endef
27
28$(eval $(call Profile,TEW652BRP))
29
30define Profile/TEW673GRU
31	NAME:=TRENDNet TEW-673GRU
32	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
33endef
34
35define Profile/TEW673GRU/Description
36	Package set optimized for the TRENDNet TEW-673GRU.
37endef
38
39$(eval $(call Profile,TEW673GRU))
40
41define Profile/TEW712BR
42	NAME:=TRENDNet TEW-712BR
43	PACKAGES:=
44endef
45
46define Profile/TEW712BR/Description
47	Package set optimized for the TRENDNet TEW-712BR.
48endef
49
50$(eval $(call Profile,TEW712BR))
51
52
53define Profile/TEW732BR
54	NAME:=TRENDNet TEW-732BR
55	PACKAGES:=
56endef
57
58define Profile/TEW732BR/Description
59	Package set optimized for the TRENDNet TEW-732BR.
60endef
61
62$(eval $(call Profile,TEW732BR))
63
64
65define Profile/TEW823DRU
66	NAME:=TRENDNet TEW-823DRU
67	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ath10k
68endef
69
70define Profile/TEW823DRU/Description
71	Package set optimized for the TRENDNet TEW-823DRU.
72endef
73
74$(eval $(call Profile,TEW823DRU))
75