uboot-sunxi: add uboot-sunxi-all for selecting all other variants
[openwrt/staging/yousong.git] / target / linux / sunxi / profiles / a20-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/A20-OLinuXino-Lime
9 NAME:=A20 OLinuXino Lime
10 PACKAGES:=\
11 uboot-sunxi-A20-OLinuXino-Lime kmod-ata-core kmod-ata-sunxi \
12 kmod-rtc-sunxi
13 endef
14
15 define Profile/A20-OLinuXino-Lime/Description
16 Package set optimized for the Olimex A20 OLinuXino Lime
17 endef
18
19 $(eval $(call Profile,A20-OLinuXino-Lime))
20
21
22 define Profile/A20-OLinuXino_MICRO
23 NAME:=A20 OLinuXino Micro
24 PACKAGES:=\
25 uboot-sunxi-A20-OLinuXino_MICRO kmod-ata-core kmod-ata-sunxi \
26 kmod-sun4i-emac kmod-rtc-sunxi
27 endef
28
29 define Profile/A20-OLinuXino_MICRO/Description
30 Package set optimized for the Olimex A20 OLinuXino micro
31 endef
32
33 $(eval $(call Profile,A20-OLinuXino_MICRO))