linux/sunxi: rename A20-OLinuXino-Lime profile
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44322
This commit is contained in:
parent
f6a01dd3d1
commit
ad6f7dffa5
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue