ramips: fix various mistakes in subtargets *.mk profiles
[oweals/openwrt.git] / target / linux / ramips / rt305x / profiles / d-link.mk
1 #
2 # Copyright (C) 2013 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/DCS930
9         NAME:=D-Link DCS-930
10         PACKAGES:=kmod-video-core kmod-video-uvc \
11                 kmod-sound-core kmod-usb-audio \
12                 kmod-usb-core kmod-usb-dwc2
13 endef
14
15 define Profile/DCS930/Description
16         Package set for D-Link DCS-930 board
17 endef
18 $(eval $(call Profile,DCS930))
19
20
21 define Profile/DCS930LB1
22         NAME:=D-Link DCS-930L B1
23         PACKAGES:=kmod-video-core kmod-video-uvc \
24                 kmod-sound-core kmod-usb-audio \
25                 kmod-usb-core kmod-usb-ohci kmod-usb2
26 endef
27
28 define Profile/DCS930LB1/Description
29         Package set for D-Link DCS-930L B1 board
30 endef
31 $(eval $(call Profile,DCS930LB1))
32
33
34 define Profile/DIR610A1
35         NAME:=D-Link DIR-610 A1
36         PACKAGES:=kmod-ledtrig-netdev kmod-ledtrig-timer
37 endef
38
39 define Profile/DIR610A1/Description
40         Package set for D-Link DIR610 A1 board
41 endef
42 $(eval $(call Profile,DIR610A1))
43
44
45 define Profile/DIR-615-D
46         NAME:=D-Link DIR-615 D
47         PACKAGES:=\
48                 -kmod-usb-core -kmod-usb-dwc2 \
49                 -kmod-ledtrig-usbdev
50 endef
51
52 define Profile/DIR-615-D/Description
53         Package set for D-Link DIR-615 D board
54 endef
55 $(eval $(call Profile,DIR-615-D))
56
57
58 define Profile/DIR615H1
59         NAME:=D-Link DIR-615 H1
60         PACKAGES:=\
61                 -kmod-usb-core -kmod-usb-dwc2 \
62                 -kmod-ledtrig-usbdev
63 endef
64
65 define Profile/DIR615H1/Description
66         Package set for D-Link DIR-615 H1 board
67 endef
68 $(eval $(call Profile,DIR615H1))