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/DIR600A1
9	NAME:=D-Link DIR-600 rev. A1
10	PACKAGES:=
11endef
12
13define Profile/DIR600A1/Description
14	Package set optimized for the D-Link DIR-600 rev. A1.
15endef
16
17$(eval $(call Profile,DIR600A1))
18
19define Profile/DIR601A1
20	NAME:=D-Link DIR-601 rev. A1
21	PACKAGES:=
22endef
23
24define Profile/DIR601A1/Description
25	Package set optimized for the D-Link DIR-601 rev. A1.
26endef
27
28$(eval $(call Profile,DIR601A1))
29
30define Profile/DIR615C1
31	NAME:=D-Link DIR-615 rev. C1
32	PACKAGES:=
33endef
34
35define Profile/DIR615C1/Description
36	Package set optimized for the D-Link DIR-615 rev. C1.
37endef
38
39$(eval $(call Profile,DIR615C1))
40
41
42define Profile/DIR615E4
43	NAME:=D-Link DIR-615 rev. E4
44	PACKAGES:=
45endef
46
47define Profile/DIR615E4/Description
48	Package set optimized for the D-Link DIR-615 rev. E4.
49endef
50
51$(eval $(call Profile,DIR615E4))
52
53
54define Profile/DIR825B1
55	NAME:=D-Link DIR-825 rev. B1
56	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
57endef
58
59define Profile/DIR825B1/Description
60	Package set optimized for the D-Link DIR-825 rev. B1.
61endef
62
63$(eval $(call Profile,DIR825B1))
64