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/DHP1565A1
9	NAME:=D-Link DHP-1565 rev. A1
10	PACKAGES:=kmod-usb-core kmod-usb2
11endef
12
13define Profile/DHP1565A1/Description
14	Package set optimized for the D-Link DHP-1565 rev. A1.
15endef
16
17$(eval $(call Profile,DHP1565A1))
18
19define Profile/DIR505A1
20	NAME:=D-Link DIR-505 rev. A1
21	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
22endef
23
24define Profile/DIR505A1/Description
25	Package set optimized for the D-Link DIR-505 rev. A1.
26endef
27
28$(eval $(call Profile,DIR505A1))
29
30define Profile/DIR600A1
31	NAME:=D-Link DIR-600 rev. A1
32	PACKAGES:=
33endef
34
35define Profile/DIR600A1/Description
36	Package set optimized for the D-Link DIR-600 rev. A1.
37endef
38
39$(eval $(call Profile,DIR600A1))
40
41define Profile/DIR601A1
42	NAME:=D-Link DIR-601 rev. A1
43	PACKAGES:=
44endef
45
46define Profile/DIR601A1/Description
47	Package set optimized for the D-Link DIR-601 rev. A1.
48endef
49
50$(eval $(call Profile,DIR601A1))
51
52define Profile/DIR601B1
53	NAME:=D-Link DIR-601 rev. B1
54	PACKAGES:=
55endef
56
57define Profile/DIR601B1/Description
58	Package set optimized for the D-Link DIR-601 rev. B1.
59endef
60
61$(eval $(call Profile,DIR601B1))
62
63define Profile/DIR615C1
64	NAME:=D-Link DIR-615 rev. C1
65	PACKAGES:=
66endef
67
68define Profile/DIR615C1/Description
69	Package set optimized for the D-Link DIR-615 rev. C1.
70endef
71
72$(eval $(call Profile,DIR615C1))
73
74define Profile/DIR615E1
75	NAME:=D-Link DIR-615 rev. E1
76	PACKAGES:=
77endef
78
79define Profile/DIR615E1/Description
80	Package set optimized for the D-Link DIR-615 rev. E1.
81endef
82
83$(eval $(call Profile,DIR615E1))
84
85define Profile/DIR615E4
86	NAME:=D-Link DIR-615 rev. E4
87	PACKAGES:=
88endef
89
90define Profile/DIR615E4/Description
91	Package set optimized for the D-Link DIR-615 rev. E4.
92endef
93
94$(eval $(call Profile,DIR615E4))
95
96define Profile/DIR615IX
97	NAME:=D-Link DIR-615 rev. I1
98	PACKAGES:=
99endef
100
101define Profile/DIR615IX/Description
102	Package set optimized for the D-Link DIR-615 rev. I1.
103endef
104
105$(eval $(call Profile,DIR615IX))
106
107define Profile/DIR825B1
108	NAME:=D-Link DIR-825 rev. B1
109	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
110endef
111
112define Profile/DIR825B1/Description
113	Package set optimized for the D-Link DIR-825 rev. B1.
114endef
115
116$(eval $(call Profile,DIR825B1))
117
118define Profile/DIR825C1
119	NAME:=D-Link DIR-825 rev. C1
120	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
121endef
122
123define Profile/DIR825C1/Description
124	Package set optimized for the D-Link DIR-825 rev. C1.
125endef
126
127$(eval $(call Profile,DIR825C1))
128
129define Profile/DIR835A1
130	NAME:=D-Link DIR-835 rev. A1
131	PACKAGES:=kmod-usb-core kmod-usb2
132endef
133
134define Profile/DIR835A1/Description
135	Package set optimized for the D-Link DIR-835 rev. A1.
136endef
137
138$(eval $(call Profile,DIR835A1))
139
140
141define Profile/DGL5500A1
142	NAME:=D-Link DGL-5500 rev. A1
143	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ath10k
144endef
145
146define Profile/DIR5500A1/Description
147	Package set optimized for the D-Link DGL-5500 rev. A1.
148endef
149
150$(eval $(call Profile,DGL5500A1))
151