ar71xx: add profile and build image for dir-825-c1
[openwrt/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/DIR615C1
31 NAME:=D-Link DIR-615 rev. C1
32 PACKAGES:=
33 endef
34
35 define Profile/DIR615C1/Description
36 Package set optimized for the D-Link DIR-615 rev. C1.
37 endef
38
39 $(eval $(call Profile,DIR615C1))
40
41
42 define Profile/DIR615E4
43 NAME:=D-Link DIR-615 rev. E4
44 PACKAGES:=
45 endef
46
47 define Profile/DIR615E4/Description
48 Package set optimized for the D-Link DIR-615 rev. E4.
49 endef
50
51 $(eval $(call Profile,DIR615E4))
52
53
54 define Profile/DIR825B1
55 NAME:=D-Link DIR-825 rev. B1
56 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
57 endef
58
59 define Profile/DIR825B1/Description
60 Package set optimized for the D-Link DIR-825 rev. B1.
61 endef
62
63 $(eval $(call Profile,DIR825B1))
64
65 define Profile/DIR825C1
66 NAME:=D-Link DIR-825 rev. C1
67 PACKAGES:=kmod-usb-core mod-usb2 kmod-ledtrig-usbdev
68 endef
69
70 define Profile/DIR825C1/Description
71 Package set optimized for the D-Link DIR-825 rev. C1.
72 endef
73
74 $(eval $(call Profile,DIR825C1))