2008-03-29 20:17:18 +00:00
|
|
|
#
|
2009-07-02 07:24:38 +00:00
|
|
|
# Copyright (C) 2006,2009 OpenWrt.org
|
2008-03-29 20:17:18 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2009-07-02 07:24:38 +00:00
|
|
|
define Profile/Wrap
|
2008-03-29 20:17:18 +00:00
|
|
|
NAME:=PCEngines WRAP
|
2010-04-24 14:08:49 +00:00
|
|
|
PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-wrap kmod-gpio-scx200 kmod-wdt-scx200 kmod-hwmon-pc87360
|
2008-03-29 20:17:18 +00:00
|
|
|
endef
|
|
|
|
|
2009-07-02 07:24:38 +00:00
|
|
|
define Profile/Wrap/Description
|
2008-03-29 20:17:18 +00:00
|
|
|
Package set compatible with the PCEngines WRAP. Contains I2C/LEDS/GPIO/Sensors support
|
|
|
|
endef
|
2009-07-02 07:24:38 +00:00
|
|
|
$(eval $(call Profile,Wrap))
|