1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-22 00:37:36 +03:00
openwrt-xburst/target/linux/ar71xx/generic/profiles/pcs.mk
juhosg f8b9d319cb ar71xx: add profiles and build images for old PowerCloud System devices
[juhosg:
  - use 'PowerCloud Systems' instead of 'PCS' in the profiles
  - sort SingleProfile instances in image/Makefile]

Signed-off-by: Daniel Dickinson <daniel@powercloudsystems.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34195 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-13 20:57:15 +00:00

30 lines
702 B
Makefile

#
# 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))