Просмотр исходного кода

sunxi: update Bananapi profile to the new u-boot

Signed-off-by: Zoltan HERPAI <[email protected]>

SVN-Revision: 42423
Zoltan Herpai 11 лет назад
Родитель
Сommit
6833e90f0c
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      target/linux/sunxi/profiles/bananapi.mk

+ 6 - 6
target/linux/sunxi/profiles/bananapi.mk

@@ -5,14 +5,14 @@
 # See /LICENSE for more information.
 # See /LICENSE for more information.
 #
 #
 
 
-define Profile/bananaPi
-	NAME:=bananaPi
+define Profile/Bananapi
+	NAME:=Bananapi
 	PACKAGES:=\
 	PACKAGES:=\
-		uboot-sunxi-bananapi kmod-rtc-sunxi
+		uboot-sunxi-Bananapi kmod-rtc-sunxi
 endef
 endef
 
 
-define Profile/bananaPi/Description
-	Package set optimized for the bananaPi
+define Profile/Bananapi/Description
+	Package set optimized for the Bananapi
 endef
 endef
 
 
-$(eval $(call Profile,bananaPi))
+$(eval $(call Profile,Bananapi))