7885d1f0a38f1bcce10cd2d928d3fde5244f96d9
[openwrt/openwrt.git] / target / linux / mxs / profiles / 02-olinuxino-maxi.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/olinuxino-maxi
9 NAME:=Olimex OLinuXino Maxi/Mini boards
10 PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
11 kmod-usb-mxs-phy kmod-usb-net kmod-usb-net-smsc95xx \
12 kmod-gpio-mcp23s08 kmod-leds-gpio kmod-ledtrig-heartbeat kmod-rtc-stmp3xxx \
13 kmod-sound-core kmod-sound-soc-mxs kmod-iio-mxs-lradc kmod-crypto-hw-dcp \
14 kmod-i2c-mxs kmod-spi-mxs
15 endef
16
17 define Profile/olinuxino-maxi/Description
18 Olimex OLinuXino Maxi/Mini boards
19 endef
20
21 $(eval $(call Profile,olinuxino-maxi))