sunxi: update profile of A13-OLinuXino to match uboot boardname, required for sdcard image
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42557
This commit is contained in:
parent
50d313f409
commit
8ef9dec08f
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
|||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/A13_OLinuXino
|
||||
define Profile/A13-OLinuXino
|
||||
NAME:=A13 OLinuXino
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-A13-OLinuXino kmod-rtl8192cu
|
||||
endef
|
||||
|
||||
define Profile/A13_OLinuXino/Description
|
||||
define Profile/A13-OLinuXino/Description
|
||||
Package set optimized for the Olimex A13 OLinuXino
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,A13_OLinuXino))
|
||||
$(eval $(call Profile,A13-OLinuXino))
|
||||
|
|
Loading…
Reference in a new issue