libevent2: update to v2.0.22
[librecmc/librecmc.git] / target / linux / mvebu / profiles / 200-Evalboards.mk
1 #
2 # Copyright (C) 2013-2014 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/Evalboards
9   NAME:=Evaluation / Development boards
10   PACKAGES:= \
11         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
12         kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
13         kmod-ata-core kmod-ata-marvell-sata \
14         kmod-rtc-marvell kmod-thermal-armada
15 endef
16
17 define Profile/Evalboards/Description
18  Package set compatible with most Marvell Armada 370/XP development based boards.
19 endef
20
21 $(eval $(call Profile,Evalboards))