Skip to content

Commit

Permalink
upslug2: Update to git repository
Browse files Browse the repository at this point in the history
This has two improvements over the current version. An autotools fix and
application of the wrt350v2 patch.

Cleaned up Makefile as a result of makefiles being fixed.

Note that this package is not really used as it depends on orion, which is
classified as broken.

This is the last package that uses svn in the tree.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored and jow- committed Sep 3, 2019
1 parent efaaadb commit ac31ec0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 297 deletions.
25 changes: 7 additions & 18 deletions tools/upslug2/Makefile
Expand Up @@ -7,27 +7,16 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=upslug2
PKG_VERSION:=20071227

PKG_SOURCE_URL:=http://svn.nslu2-linux.org/svnroot/upslug2/trunk
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_SUBDIR:=upslug2-$(PKG_VERSION)
PKG_SOURCE_VERSION:=41
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_MIRROR_HASH:=5c69eae3a2affef8f4f7194cfedfdb9175b04ca433f9ae046c85309b42bdb21e
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

include $(INCLUDE_DIR)/host-build.mk

unexport CFLAGS
HOST_FIXUP:=autoreconf

define Host/Configure
(cd $(HOST_BUILD_DIR); \
aclocal && autoconf && \
autoheader && \
automake --add-missing; \
)
$(Host/Configure/Default)
endef
include $(INCLUDE_DIR)/host-build.mk

ifneq ($(HOST_OS),Linux)
HOST_CONFIGURE_ARGS += --with-libpcap
Expand Down
279 changes: 0 additions & 279 deletions tools/upslug2/patches/110-wrt350nv2_support.patch

This file was deleted.

0 comments on commit ac31ec0

Please sign in to comment.