ramips: add Poray M4 4M/8M support
[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))