ramips: add missing profile for DIR-615-D
[openwrt.git] / target / linux / ramips / rt305x / profiles / poray.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/IP2202
9         NAME:=Poray IP2202
10         PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-rt305x-dwc_otg \
11         kmod-ledtrig-netdev kmod-ledtrig-timer restorefactory
12 endef
13
14 define Profile/IP2202/Description
15         Package set for Poray IP2202 board
16 endef
17
18 $(eval $(call Profile,IP2202))
19
20 define Profile/M3
21         NAME:=Poray M3
22         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
23 endef
24
25 define Profile/M3/Description
26         Package set for Poray M3 board
27 endef
28
29 $(eval $(call Profile,M3))
30
31 define Profile/M4
32         NAME:=Poray M4
33         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
34 endef
35 define Profile/M4/Description
36         Package set for Poray M4 board
37 endef
38
39 $(eval $(call Profile,M4))
40
41 define Profile/X5
42         NAME:=Poray X5/X6
43         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
44 endef
45 define Profile/X5/Description
46         Package set for Poray X5/X6 board
47 endef
48
49 $(eval $(call Profile,X5))
50
51 define Profile/X8
52         NAME:=Poray X8
53         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
54 endef
55 define Profile/X8/Description
56         Package set for Poray X8 board
57 endef
58
59 $(eval $(call Profile,X8))