4a21f03810da10d7df9b0867d14b78856c09e04a
[openwrt/openwrt.git] / target / linux / x86 / generic / profiles / Wrap.mk
1 #
2 # Copyright (C) 2006,2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Wrap
9 NAME:=PCEngines WRAP
10 PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-wrap kmod-scx200-gpio kmod-scx200-wdt kmod-hwmon-pc87360
11 endef
12
13 define Profile/Wrap/Description
14 Package set compatible with the PCEngines WRAP. Contains I2C/LEDS/GPIO/Sensors support
15 endef
16 $(eval $(call Profile,Wrap))