add target for PCEngines WRAP Signed-off-by: Roberto Riggio (roberto.riggio at gmail...
[openwrt/openwrt.git] / target / linux / x86 / generic / profiles / Pcengines.mk
1 #
2 # Copyright (C) 2006 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/Pcengines
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/Pcengines/Description
14 Package set compatible with the PCEngines WRAP. Contains I2C/LEDS/GPIO/Sensors support
15 endef
16 $(eval $(call Profile,Pcengines))