sunxi: update Bananapi profile to the new u-boot
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42423
This commit is contained in:
parent
14cf28b284
commit
6833e90f0c
1 changed files with 6 additions and 6 deletions
|
@ -5,14 +5,14 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
define Profile/bananaPi
|
define Profile/Bananapi
|
||||||
NAME:=bananaPi
|
NAME:=Bananapi
|
||||||
PACKAGES:=\
|
PACKAGES:=\
|
||||||
uboot-sunxi-bananapi kmod-rtc-sunxi
|
uboot-sunxi-Bananapi kmod-rtc-sunxi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/bananaPi/Description
|
define Profile/Bananapi/Description
|
||||||
Package set optimized for the bananaPi
|
Package set optimized for the Bananapi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,bananaPi))
|
$(eval $(call Profile,Bananapi))
|
||||||
|
|
Loading…
Reference in a new issue