[ar71xx] d-link: Add DIR-601 Profile Definition; It needs different factory images...
[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
31 define Profile/DIR615C1
32
33 define Profile/DIR615C1
34         NAME:=D-Link DIR-615 rev. C1
35         PACKAGES:=
36 endef
37
38 define Profile/DIR615C1/Description
39         Package set optimized for the D-Link DIR-615 rev. C1.
40 endef
41
42 $(eval $(call Profile,DIR615C1))
43
44
45 define Profile/DIR615E4
46         NAME:=D-Link DIR-615 rev. E4
47         PACKAGES:=
48 endef
49
50 define Profile/DIR615E4/Description
51         Package set optimized for the D-Link DIR-615 rev. E4.
52 endef
53
54 $(eval $(call Profile,DIR615E4))
55
56
57 define Profile/DIR825B1
58         NAME:=D-Link DIR-825 rev. B1
59         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
60 endef
61
62 define Profile/DIR825B1/Description
63         Package set optimized for the D-Link DIR-825 rev. B1.
64 endef
65
66 $(eval $(call Profile,DIR825B1))