mxs: - update uboot-mxs to 3.10 - enable building uboot for imx23 along sbImage by...
[openwrt/staging/wigyori.git] / target / linux / mxs / profiles / 01-olinuxino.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
9 NAME:=Olimex Olinuxino 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 endef
15
16 define Profile/olinuxino/Description
17 Olimex Olinuxino boards
18 endef
19 $(eval $(call Profile,olinuxino))
20