CC: kernel: update 3.18 to 3.18.18
[15.05/openwrt.git] / target / linux / mvebu / profiles / globalscale.mk
1 #
2 # Copyright (C) 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/Mirabox
9   NAME:=Globalscale Mirabox
10   PACKAGES:= \
11         kmod-usb3 kmod-usb-storage \
12         kmod-i2c-core kmod-i2c-mv64xxx \
13         kmod-rtc-marvell kmod-thermal-armada \
14         kmod-gpio-button-hotplug kmod-mmc kmod-mvsdio
15 endef
16
17 define Profile/Mirabox/Description
18  Package set compatible with the Globalscale Mirabox.
19 endef
20
21 $(eval $(call Profile,Mirabox))