From 7f32c72bb4b5c472c96154af3afca83c6700adce Mon Sep 17 00:00:00 2001 From: Stefan Tabbert Date: Tue, 10 Nov 2015 17:57:18 +0100 Subject: [PATCH] added Lamobo-R1 Testing only , after build image no sysupgrade (sysupgrade broken) --- targets/sunxi/profiles.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/targets/sunxi/profiles.mk b/targets/sunxi/profiles.mk index b54eea7b..0592038f 100644 --- a/targets/sunxi/profiles.mk +++ b/targets/sunxi/profiles.mk @@ -1,4 +1,14 @@ +#Banana Pi/M1 $(eval $(call GluonProfile,Bananapi,uboot-sunxi-Bananapi kmod-rtc-sunxi)) $(eval $(call GluonProfileFactorySuffix,Bananapi,-sdcard-vfat-ext4,.img.gz)) $(eval $(call GluonProfileSysupgradeSuffix,Bananapi)) $(eval $(call GluonModel,Bananapi,Bananapi,lemaker-banana-pi)) +#BananaPi R1 / Lamobo R1 +$(eval $(call GluonProfile,Lamobo_R1,uboot-sunxi-Lamobo_R1 kmod-ata-sunxi kmod-rtl8192cu kmod-rtc-sunxi swconfig)) +$(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)) + + + +