ramips: enable the seama mtdsplit parser
[openwrt.git] / target / linux / mvebu / profiles / 100-Generic.mk
1 #
2 # Copyright (C) 2013-2015 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:= \
11         kmod-usb2 kmod-usb3 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         kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
16         kmod-hwmon-gpiofan kmod-leds-tlc59116 \
17         kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \
18         swconfig
19 endef
20
21 define Profile/Generic/Description
22  Package set compatible with most supported Marvell Armada 370/XP based boards.
23 endef
24
25 $(eval $(call Profile,Generic))