diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-31 13:17:54 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-02 16:29:22 +0200 |
commit | 48905af01d1deba913f98aeb5d6a4898237e94f5 (patch) | |
tree | 9eb91d9c11dc1885c07d4cdf2d5384026ad62362 /tools/upslug2/Makefile | |
parent | 66893063abf56b7d8c21eceed56e5d27859eaaea (diff) | |
download | upstream-48905af01d1deba913f98aeb5d6a4898237e94f5.tar.gz upstream-48905af01d1deba913f98aeb5d6a4898237e94f5.tar.bz2 upstream-48905af01d1deba913f98aeb5d6a4898237e94f5.zip |
tools: drop unused upslug2 and wrt350nv2-builder
These tools have been used by the orion target which has been
removed in Jan 2020 [1].
Both were specifically meant for the WRT350Nv2, which is not
supported anymore.
So, let's remove them as well.
[1] 89f2deb372b7 ("orion: remove unmaintained target")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'tools/upslug2/Makefile')
-rw-r--r-- | tools/upslug2/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/upslug2/Makefile b/tools/upslug2/Makefile deleted file mode 100644 index f270c9fbe9..0000000000 --- a/tools/upslug2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# -# Copyright (C) 2009-2012 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -PKG_NAME:=upslug2 - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/fretb/upslug2 -PKG_SOURCE_DATE:=2016-05-16 -PKG_SOURCE_VERSION:=35f0b18c56368f69eef590e7d9fb688fbe624b10 -PKG_MIRROR_HASH:=646856532e5fad240b1697eb94726aafa6712294f608e24892983e6db95fb65f - -HOST_FIXUP:=autoreconf - -include $(INCLUDE_DIR)/host-build.mk - -ifneq ($(HOST_OS),Linux) - HOST_CONFIGURE_ARGS += --with-libpcap -endif - -$(eval $(call HostBuild)) |