ramips: add Poray X8 support
[openwrt/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/M3
9 NAME:=Poray M3
10 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
11 endef
12
13 define Profile/M3/Description
14 Package set for Poray M3 board
15 endef
16
17 $(eval $(call Profile,M3))
18
19 define Profile/M4
20 NAME:=Poray M4
21 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
22 endef
23 define Profile/M4/Description
24 Package set for Poray M4 board
25 endef
26
27 $(eval $(call Profile,M4))
28
29 define Profile/X5
30 NAME:=Poray X5/X6
31 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
32 endef
33 define Profile/X5/Description
34 Package set for Poray X5/X6 board
35 endef
36
37 $(eval $(call Profile,X5))
38
39 define Profile/X8
40 NAME:=Poray X8
41 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer
42 endef
43 define Profile/X8/Description
44 Package set for Poray X8 board
45 endef
46
47 $(eval $(call Profile,X8))