aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic/profiles/pcs.mk
blob: 1399ef4233be13e0ba10398adba9118ab2955ff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Copyright (C) 2009 OpenWrt.org
# Copyright (C) 2012 PowerCloud Systems
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/UBDEV01
	NAME:=PowerCloud Systems ubdev01 model
	PACKAGES:=
endef

define Profile/UBDEV01/Description
	Package set optimized for the PowerCloud Systems ubdev01 board.
endef

$(eval $(call Profile,UBDEV01))

define Profile/DLRTDEV01
	NAME:=PowerCloud Systems dlrtdev01 model
	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
endef

define Profile/DLRTDEV01/Description
	Package set optimized for the PowerCloud Systems dlrtdev01 board.
endef

$(eval $(call Profile,DLRTDEV01))