commit 58c5bc814cbcc48fe48dbd8bad0aea826c06cd32
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Sun Dec 21 11:54:16 2014 +0100

    Add support for Nexx WT1520 devices

diff --git a/configs/rt5350-qmp-tiny-node b/configs/rt5350-qmp-tiny-node
new file mode 100644
index 0000000..06eada6
--- /dev/null
+++ b/configs/rt5350-qmp-tiny-node
@@ -0,0 +1,6 @@
+CONFIG_TARGET_ramips=y
+CONFIG_TARGET_ramips_rt305x=y
+CONFIG_PACKAGE_qmp-tiny-node=y
+# CONFIG_PACKAGE_ppp is not set
+# CONFIG_PACKAGE_ppp-mod-pppoa is not set
+# CONFIG_PACKAGE_ppp-mod-pppoe is not set
diff --git a/images/DEVICES b/images/DEVICES
index 9065e92..9e611c6 100644
--- a/images/DEVICES
+++ b/images/DEVICES
@@ -4,6 +4,7 @@ ad03deb0b12ca233350e0686c531735a DIR-810L
 e6c7ac446d03ba245cf53e54c6e8acd5 NanoStationLocoM5-XW
 667bd4813f9863134885e2f37230481d NanoStationM5
 7b1bc615d61f2290cb87a6912e8c5a1c NanoStationM5-XW
+14ceaea73ef6bda4e9598787528dd285 Nexx-WT1520-4M
 b3be538d3e4835806d9c9666bfb546ff Rocket
 13192c12425e885285849624d1496f6c RouterStation
 02f054340bd0eb44c7a9c5a2bbdb49f3 RouterStationPro
diff --git a/targets.mk b/targets.mk
index d8f466f..517ff79 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 bullet kvm nsm2 nsm5 nsm5-xw nslm5-xw pico2 rocket rs rspro tl-2543 tl-703n tl-wr841n-v7 tl-wr841n-v8 tl-wr841n-v9 tl-842 tl-mr3020 tl-mr3040 tl-mr3040-cam tl-wdr3600 tl-wdr4300 tl-wdr4900-v1 wpe72 dragino2 alix x86 uap-pro unifi-ap vbox vmware dir-810l wrtnode wt3020-4m wt3020-8m ar71xx-ib atheros-ib mpc85xx-ib ramips-ib x86-ib
+HW_AVAILABLE := ar71xx bullet kvm nsm2 nsm5 nsm5-xw nslm5-xw pico2 rocket rs rspro tl-2543 tl-703n tl-wr841n-v7 tl-wr841n-v8 tl-wr841n-v9 tl-842 tl-mr3020 tl-mr3040 tl-mr3040-cam tl-wdr3600 tl-wdr4300 tl-wdr4900-v1 wpe72 dragino2 alix x86 uap-pro unifi-ap vbox vmware dir-810l wrtnode wt1520-4m wt1520-8m wt3020-4m wt3020-8m ar71xx-ib atheros-ib mpc85xx-ib ramips-ib x86-ib
 TBUILD_LIST := openwrt
 
 ifeq ($(T),ar71xx)
@@ -332,6 +332,26 @@ ifeq ($(T),wrtnode)
   IMAGE:=bin/$(ARCH)/openwrt-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin
 endif 
 
+ifeq ($(T),wt1520-4m)
+  NAME:=Nexx-WT1520-4M
+  ARCH:=ramips
+  TBUILD:=openwrt
+  PROFILE:=rt5350-qmp-tiny-node
+  IMAGE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-4M-squashfs-factory.bin
+  SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin
+endif
+
+ifeq ($(T),wt1520-8m)
+  NAME:=Nexx-WT1520-8M
+  ARCH:=ramips
+  TBUILD:=openwrt
+  PROFILE:=rt5350-qmp-small-node
+  IMAGE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-8M-squashfs-factory.bin
+  SYSUPGRADE:=bin/$(ARCH)/openwrt-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin
+endif
+
+ifeq ($(T),dir-810l)
+  NAME:=D-Link-DIR-810L
 ifeq ($(T),wt3020-4m)
   NAME:=Nexx-WT3020-4M
   ARCH:=ramips
