linux/sunxi: rename A20-OLinuXino-Lime profile

Signed-off-by: Nicolas Thill <nico@openwrt.org>

SVN-Revision: 44322
This commit is contained in:
Nicolas Thill 2015-02-08 15:34:13 +00:00
parent f6a01dd3d1
commit ad6f7dffa5
1 changed files with 4 additions and 4 deletions

View File

@ -5,17 +5,17 @@
# See /LICENSE for more information.
#
define Profile/A20-OLinuXino_Lime
define Profile/A20-OLinuXino-Lime
NAME:=A20 OLinuXino Lime
PACKAGES:=\
uboot-sunxi-A20-OLinuXino_Lime kmod-ata-sunxi kmod-rtc-sunxi
uboot-sunxi-A20-OLinuXino-Lime kmod-ata-sunxi kmod-rtc-sunxi
endef
define Profile/A20-OLinuXino_Lime/Description
define Profile/A20-OLinuXino-Lime/Description
Package set optimized for the Olimex A20 OLinuXino Lime
endef
$(eval $(call Profile,A20-OLinuXino_Lime))
$(eval $(call Profile,A20-OLinuXino-Lime))
define Profile/A20-OLinuXino_MICRO