2013-07-04 22:25:26 +00:00
|
|
|
#
|
2013-10-14 19:01:23 +00:00
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
2013-07-04 22:25:26 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2013-11-20 10:23:49 +00:00
|
|
|
define Profile/olinuxino-maxi
|
2014-05-03 14:56:25 +00:00
|
|
|
NAME:=Olimex OLinuXino Maxi/Mini boards
|
2013-11-12 14:39:32 +00:00
|
|
|
PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
|
2017-01-28 15:32:34 +00:00
|
|
|
kmod-usb-net kmod-usb-net-smsc95xx kmod-gpio-mcp23s08 \
|
|
|
|
kmod-leds-gpio kmod-ledtrig-heartbeat kmod-sound-core
|
2013-07-04 22:25:26 +00:00
|
|
|
endef
|
|
|
|
|
2013-11-20 10:23:49 +00:00
|
|
|
define Profile/olinuxino-maxi/Description
|
2014-05-03 14:56:25 +00:00
|
|
|
Olimex OLinuXino Maxi/Mini boards
|
2013-07-04 22:25:26 +00:00
|
|
|
endef
|
|
|
|
|
2014-05-03 14:56:25 +00:00
|
|
|
$(eval $(call Profile,olinuxino-maxi))
|