From fb8c7a8bafe1bfff9415f4c94cbec73a2c211b5f Mon Sep 17 00:00:00 2001
From: Christian Tramnitz <ctr49@users.noreply.github.com>
Date: Thu, 23 Jun 2016 01:05:54 +0200
Subject: [PATCH] sunxi: add Banana Pro (#802)

build-tested with 2016.1.4, boots but packet loss on eth0
omitted ata due to build errors
---
 targets/sunxi/profiles.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/targets/sunxi/profiles.mk b/targets/sunxi/profiles.mk
index 55416c2a8..c1cb45150 100644
--- a/targets/sunxi/profiles.mk
+++ b/targets/sunxi/profiles.mk
@@ -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))
-- 
GitLab