2013-01-18 06:28:33 +08:00
|
|
|
#
|
2014-07-01 17:43:38 +08:00
|
|
|
# Copyright (C) 2013-2014 OpenWrt.org
|
2013-01-18 06:28:33 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Generic
|
|
|
|
NAME:=Generic (default)
|
2013-09-27 18:49:36 +08:00
|
|
|
PACKAGES:= \
|
2014-07-01 17:43:38 +08:00
|
|
|
kmod-usb2 kmod-usb3 kmod-usb-storage \
|
2013-09-27 18:49:36 +08:00
|
|
|
kmod-of-i2c kmod-i2c-core kmod-i2c-mv64xxx \
|
|
|
|
kmod-ata-core kmod-ata-marvell-sata \
|
2014-07-01 17:43:38 +08:00
|
|
|
kmod-rtc-marvell kmod-thermal-armada \
|
|
|
|
kmod-gpio-button-hotplug kmod-hwmon-tmp421 \
|
|
|
|
kmod-hwmon-gpiofan kmod-leds-tlc59116 \
|
|
|
|
kmod-ledtrig-usbdev
|
2013-01-18 06:28:33 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Generic/Description
|
2014-07-01 17:43:38 +08:00
|
|
|
Package set compatible with most supported Marvell Armada 370/XP based boards.
|
2013-01-18 06:28:33 +08:00
|
|
|
endef
|
|
|
|
|
2013-09-27 18:49:36 +08:00
|
|
|
$(eval $(call Profile,Generic))
|