ar71xx: add profile and build image for the DIR-601-B1
[openwrt.git] / target / linux / ar71xx / generic / profiles / d-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/DIR600A1
9         NAME:=D-Link DIR-600 rev. A1
10         PACKAGES:=
11 endef
12
13 define Profile/DIR600A1/Description
14         Package set optimized for the D-Link DIR-600 rev. A1.
15 endef
16
17 $(eval $(call Profile,DIR600A1))
18
19 define Profile/DIR601A1
20         NAME:=D-Link DIR-601 rev. A1
21         PACKAGES:=
22 endef
23
24 define Profile/DIR601A1/Description
25         Package set optimized for the D-Link DIR-601 rev. A1.
26 endef
27
28 $(eval $(call Profile,DIR601A1))
29
30 define Profile/DIR601B1
31         NAME:=D-Link DIR-601 rev. B1
32         PACKAGES:=
33 endef
34
35 define Profile/DIR601B1/Description
36         Package set optimized for the D-Link DIR-601 rev. B1.
37 endef
38
39 $(eval $(call Profile,DIR601B1))
40
41 define Profile/DIR615C1
42         NAME:=D-Link DIR-615 rev. C1
43         PACKAGES:=
44 endef
45
46 define Profile/DIR615C1/Description
47         Package set optimized for the D-Link DIR-615 rev. C1.
48 endef
49
50 $(eval $(call Profile,DIR615C1))
51
52
53 define Profile/DIR615E4
54         NAME:=D-Link DIR-615 rev. E4
55         PACKAGES:=
56 endef
57
58 define Profile/DIR615E4/Description
59         Package set optimized for the D-Link DIR-615 rev. E4.
60 endef
61
62 $(eval $(call Profile,DIR615E4))
63
64
65 define Profile/DIR825B1
66         NAME:=D-Link DIR-825 rev. B1
67         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
68 endef
69
70 define Profile/DIR825B1/Description
71         Package set optimized for the D-Link DIR-825 rev. B1.
72 endef
73
74 $(eval $(call Profile,DIR825B1))
75
76 define Profile/DIR825C1
77         NAME:=D-Link DIR-825 rev. C1
78         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
79 endef
80
81 define Profile/DIR825C1/Description
82         Package set optimized for the D-Link DIR-825 rev. C1.
83 endef
84
85 $(eval $(call Profile,DIR825C1))
86
87 define Profile/DIR835A1
88         NAME:=D-Link DIR-835 rev. A1
89         PACKAGES:=kmod-usb-core kmod-usb2
90 endef
91
92 define Profile/DIR835A1/Description
93         Package set optimized for the D-Link DIR-835 rev. A1.
94 endef
95
96 $(eval $(call Profile,DIR835A1))