sunxi: add Banana Pro (#802)

build-tested with 2016.1.4, boots but packet loss on eth0
omitted ata due to build errors
This commit is contained in:
Christian Tramnitz 2016-06-23 01:05:54 +02:00 committed by Matthias Schiffer
parent bae721a9bb
commit fb8c7a8baf
1 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,9 @@ $(eval $(call GluonProfile,Lamobo_R1,uboot-sunxi-Lamobo_R1 kmod-ata-sunxi kmod-r
$(eval $(call GluonProfileFactorySuffix,Lamobo_R1,-sdcard-vfat-ext4,.img.gz))
$(eval $(call GluonProfileSysupgradeSuffix,Lamobo_R1))
$(eval $(call GluonModel,Lamobo_R1,Lamobo_R1,lemaker-lamobo-r1))
# Banana Pro
$(eval $(call GluonProfile,Bananapro,uboot-sunxi-Bananapro kmod-rtc-sunxi kmod-brcmfmac))
$(eval $(call GluonProfileFactorySuffix,Bananapro,-sdcard-vfat-ext4,.img.gz))
$(eval $(call GluonProfileSysupgradeSuffix,Bananapro))
$(eval $(call GluonModel,Bananapro,Bananapro,lemaker-banana-pro))