You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
470 B
17 lines
470 B
17 years ago
|
#
|
||
16 years ago
|
# Copyright (C) 2006,2009 OpenWrt.org
|
||
17 years ago
|
#
|
||
|
# This is free software, licensed under the GNU General Public License v2.
|
||
|
# See /LICENSE for more information.
|
||
|
#
|
||
|
|
||
16 years ago
|
define Profile/Wrap
|
||
17 years ago
|
NAME:=PCEngines WRAP
|
||
|
PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-wrap kmod-scx200-gpio kmod-scx200-wdt kmod-hwmon-pc87360
|
||
|
endef
|
||
|
|
||
16 years ago
|
define Profile/Wrap/Description
|
||
17 years ago
|
Package set compatible with the PCEngines WRAP. Contains I2C/LEDS/GPIO/Sensors support
|
||
|
endef
|
||
16 years ago
|
$(eval $(call Profile,Wrap))
|