commit d4f2ce815011d82a00fb07cf6cfaf850d20e0a36
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Wed Oct 1 15:45:51 2014 +0200

    Remove NSM5-XW from targets.mk (it is not really well supported in OpenWrt 14.07 right now)

diff --git a/Makefile b/Makefile
index 9721de5..c49b286 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # [qMp] firmware generator (http://qmp.cat)
 #
-#    Copyright (C) 2011-2012 Routek S.L routek.net
+#    Copyright (C) 2011-2014 Routek S.L. routek.net
 #
 #    Thiss program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
diff --git a/targets.mk b/targets.mk
index 2d4a24d..f4dc3e2 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 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 wpe72 dragino2 alix x86 unifi-ap vbox vmware wrtnode ath-ib
+HW_AVAILABLE := ar71xx bullet kvm nsm2 nsm5 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 wpe72 dragino2 alix x86 unifi-ap vbox vmware wrtnode ath-ib
 TBUILD_LIST := openwrt
 
 ifeq ($(T),ar71xx)
@@ -84,15 +84,6 @@ ifeq ($(T),nsm5)
   SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-sysupgrade.bin
 endif
 
-ifeq ($(T),nsm5-xw)
-  NAME:=NanoStationM5-XW
-  ARCH:=ar71xx
-  TBUILD:=openwrt
-  PROFILE:=ath-qmp-small-node
-  IMAGE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-xw-squashfs-factory.bin
-  SYSUPGRADE:=bin/$(ARCH)/openwrt-ar71xx-generic-ubnt-nano-m-xw-squashfs-sysupgrade.bin
-endif
-
 ifeq ($(T),pico2)
   NAME:=PicoStation2
   ARCH:=atheros
