b307373250d6d3571fdd9fe49bf4ca5d1985fd3d
[openwrt/staging/lynxis/omap.git] / target / linux / sunxi / profiles / a10-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/A10-OLinuXino-Lime
9 NAME:=A10 OLinuXino LIME
10 PACKAGES:=\
11 uboot-sunxi-A10-OLinuXino-Lime kmod-ata-core kmod-ata-sunxi \
12 kmod-sun4i-emac kmod-rtc-sunxi
13 endef
14
15 define Profile/A10-OLinuXino-Lime/Description
16 Package set optimized for the Olimex A10 OLinuXino LIME
17 endef
18
19 $(eval $(call Profile,A10-OLinuXino-Lime))