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.
|
||||
#
|
||||
|
||||
define Profile/bananaPi
|
||||
NAME:=bananaPi
|
||||
define Profile/Bananapi
|
||||
NAME:=Bananapi
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-bananapi kmod-rtc-sunxi
|
||||
uboot-sunxi-Bananapi kmod-rtc-sunxi
|
||||
endef
|
||||
|
||||
define Profile/bananaPi/Description
|
||||
Package set optimized for the bananaPi
|
||||
define Profile/Bananapi/Description
|
||||
Package set optimized for the Bananapi
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,bananaPi))
|
||||
$(eval $(call Profile,Bananapi))
|
||||
|
|
Loading…
Reference in a new issue