Root/target/linux/ar71xx/generic/profiles/pcs.mk

1#
2# Copyright (C) 2009 OpenWrt.org
3# Copyright (C) 2012 PowerCloud Systems
4#
5# This is free software, licensed under the GNU General Public License v2.
6# See /LICENSE for more information.
7#
8
9define Profile/UBDEV01
10    NAME:=PowerCloud Systems ubdev01 model
11    PACKAGES:=
12endef
13
14define Profile/UBDEV01/Description
15    Package set optimized for the PowerCloud Systems ubdev01 board.
16endef
17
18$(eval $(call Profile,UBDEV01))
19
20define Profile/DLRTDEV01
21    NAME:=PowerCloud Systems dlrtdev01 model
22    PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
23endef
24
25define Profile/DLRTDEV01/Description
26    Package set optimized for the PowerCloud Systems dlrtdev01 board.
27endef
28
29$(eval $(call Profile,DLRTDEV01))
30

Archive Download this file



interactive