imx23: build DCP crypto co-processor support by default
[openwrt.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 kmod-usb-mxs-phy kmod-usb-net kmod-usb-net-smsc95xx \
11           kmod-gpio-mcp23s08 kmod-leds-gpio kmod-ledtrig-heartbeat kmod-rtc-stmp3xxx \
12           kmod-sound-core kmod-sound-soc-mxs kmod-iio-mxs-lradc kmod-crypto-hw-dcp
13 endef
14
15 define Profile/olinuxino/Description
16         Olimex Olinuxino boards
17 endef
18 $(eval $(call Profile,olinuxino))
19