commit c25f38566f98b6e2ed7d3a22d6c76703ef427a42
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Tue Jan 19 18:46:08 2016 +0100

    Add support for Lamobo R1 (BananaPi R1) boards

diff --git a/configs/sunxi-qmp-small-node b/configs/sunxi-qmp-small-node
new file mode 100644
index 0000000..ab20e20
--- /dev/null
+++ b/configs/sunxi-qmp-small-node
@@ -0,0 +1,2 @@
+CONFIG_TARGET_sunxi=y
+CONFIG_PACKAGE_qmp-small-node=y
diff --git a/configs/targets/lamobo-r1 b/configs/targets/lamobo-r1
new file mode 100644
index 0000000..b89af49
--- /dev/null
+++ b/configs/targets/lamobo-r1
@@ -0,0 +1 @@
+CONFIG_TARGET_sunxi_Lamobo_R1=y
diff --git a/targets.mk b/targets.mk
index 7aad944..58aae0f 100644
--- a/targets.mk
+++ b/targets.mk
@@ -19,7 +19,7 @@
 # Any option defined in Makefile can be overrided from here, for instance
 #  override OWRT_SVN = svn://mysvn.com/owrt
 
-HW_AVAILABLE := ar71xx alfa-nx bullet kvm nsm2 nsm5 nsm5-xw nslm5-xw rocket-m-xw pico2 rocket rs rspro mc-mac1200r tl-2543 tl-703n tl-wr841n-v7 tl-wr841n-v8 tl-wr841n-v9 tl-842 tl-mr3020 tl-mr3040 tl-wdr3600 tl-wdr4300 tl-wdr4900-v1 wpe72 dragino2 alix soekris45xx x86 uap-pro unifi-ap vbox vmware vocore wt1520-4m wt1520-8m cf-wr800n dir-810l microwrt wrtnode wt3020-4m wt3020-8m xiaomi-miwifi-mini ar71xx-ib ath25-ib mpc85xx-ib ramips-ib x86-ib
+HW_AVAILABLE := ar71xx alfa-nx bullet kvm nsm2 nsm5 nsm5-xw nslm5-xw rocket-m-xw pico2 rocket rs rspro mc-mac1200r tl-2543 tl-703n tl-wr841n-v7 tl-wr841n-v8 tl-wr841n-v9 tl-842 tl-mr3020 tl-mr3040 tl-wdr3600 tl-wdr4300 tl-wdr4900-v1 wpe72 dragino2 alix soekris45xx x86 uap-pro unifi-ap vbox vmware vocore wt1520-4m wt1520-8m cf-wr800n dir-810l microwrt wrtnode wt3020-4m wt3020-8m xiaomi-miwifi-mini lamobo-r1 ar71xx-ib ath25-ib mpc85xx-ib ramips-ib x86-ib sunxi-ib
 TBUILD_LIST := openwrt
 
 ifeq ($(T),ar71xx)
@@ -119,6 +119,14 @@ ifeq ($(T),nslm5-xw)
   SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-loco-m-xw-squashfs-sysupgrade.bin
 endif
 
+ifeq ($(T),lamobo-r1)
+  NAME:=Lamobo_R1
+  ARCH:=sunxi
+  TBUILD:=openwrt
+  PROFILE:=sunxi-qmp-small-node
+  SYSUPGRADE:=bin/$(ARCH)/openwrt-sunxi-Lamobo_R1-sdcard-vfat-ext4.img
+endif
+
 ifeq ($(T),rocket-m-xw)
   NAME:=Ubiquiti_Rocket-M5-XW
   ARCH:=ar71xx
