target: use SPDX license identifiers on Makefiles
[openwrt/staging/stintel.git] / target / linux / mxs / profiles / 02-olinuxino-maxi.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013 OpenWrt.org
4
5 define Profile/olinuxino-maxi
6 NAME:=Olimex OLinuXino Maxi/Mini boards
7 PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
8 kmod-usb-net-smsc95xx kmod-gpio-mcp23s08 \
9 kmod-leds-gpio kmod-sound-core
10 endef
11
12 define Profile/olinuxino-maxi/Description
13 Olimex OLinuXino Maxi/Mini boards
14 endef
15
16 $(eval $(call Profile,olinuxino-maxi))