3520cc42ce90866fc7a9ac57c325c802427e4a8a
[openwrt.git] / target / linux / mvebu / profiles / 100-Generic.mk
1 #
2 # Copyright (C) 2013 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/Generic
9   NAME:=Generic (default)
10   PACKAGES:=kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
11             kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
12             kmod-ata-core kmod-ata-marvell-sata \
13             kmod-rtc-marvell
14 endef
15
16 define Profile/Generic/Description
17         Package set compatible with most Marvell Armada 370/XP based boards
18 endef
19 $(eval $(call Profile,Generic))
20