imx23: bump kernel to 3.10
[openwrt/staging/mkresin.git] / target / linux / imx23 / profiles / 01-olinuxino.mk
1 #
2 # Copyright (C) 2012 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 endef
13
14 define Profile/olinuxino/Description
15 Olimex Olinuxino boards
16 endef
17 $(eval $(call Profile,olinuxino))
18