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