summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/unstrung-1.11.0/0001-main-interface-needs-argument.patch24
-rw-r--r--patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch21
-rw-r--r--patches/unstrung-1.11.0/series5
-rw-r--r--rules/unstrung.in31
-rw-r--r--rules/unstrung.make64
5 files changed, 0 insertions, 145 deletions
diff --git a/patches/unstrung-1.11.0/0001-main-interface-needs-argument.patch b/patches/unstrung-1.11.0/0001-main-interface-needs-argument.patch
deleted file mode 100644
index 33022ead6..000000000
--- a/patches/unstrung-1.11.0/0001-main-interface-needs-argument.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Alexander Aring <aar@pengutronix.de>
-Date: Tue, 26 Apr 2016 11:25:24 +0200
-Subject: [PATCH] main: interface needs argument
-
-The interface argument needs an argument otherwise optarg is NULL.
-
-Signed-off-by: Alexander Aring <aar@pengutronix.de>
----
- programs/sunshine/main.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/programs/sunshine/main.cpp b/programs/sunshine/main.cpp
-index 2128eb616fac..b005ccf42fd9 100644
---- a/programs/sunshine/main.cpp
-+++ b/programs/sunshine/main.cpp
-@@ -34,7 +34,7 @@ char *progname;
- static struct option const longopts[] =
- {
- { "help", 0, 0, '?'},
-- { "interface", 0, 0, 'i'},
-+ { "interface", 1, 0, 'i'},
- { "daemon", 0, 0, 'D'},
- { "prefix", 1, NULL, 'p'},
- { "ignore-pio",0, NULL, 'P'},
diff --git a/patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch b/patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch
deleted file mode 100644
index 802b7ea85..000000000
--- a/patches/unstrung-1.11.0/0002-main-remove-double-dagid-entry.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Alexander Aring <aar@pengutronix.de>
-Date: Tue, 26 Apr 2016 11:25:44 +0200
-Subject: [PATCH] main: remove double dagid entry
-
-Signed-off-by: Alexander Aring <aar@pengutronix.de>
----
- programs/sunshine/main.cpp | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/programs/sunshine/main.cpp b/programs/sunshine/main.cpp
-index b005ccf42fd9..98911c888ade 100644
---- a/programs/sunshine/main.cpp
-+++ b/programs/sunshine/main.cpp
-@@ -47,7 +47,6 @@ static struct option const longopts[] =
- { "sleep", 1, NULL, OPTION_SLEEP},
- { "interval", 1, NULL, 'W'},
- { "dagid", 1, NULL, 'G'},
-- { "dagid", 1, NULL, 'G'},
- { "rank", 1, NULL, 'R'},
- { "kill", 0, 0, 'K'},
- { "verbose", 0, 0, 'v'},
diff --git a/patches/unstrung-1.11.0/series b/patches/unstrung-1.11.0/series
deleted file mode 100644
index 21a45d9af..000000000
--- a/patches/unstrung-1.11.0/series
+++ /dev/null
@@ -1,5 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-main-interface-needs-argument.patch
-0002-main-remove-double-dagid-entry.patch
-# 248ced0a83ec2ee376156e1599d6779f - git-ptx-patches magic
diff --git a/rules/unstrung.in b/rules/unstrung.in
deleted file mode 100644
index 67bd2a1d1..000000000
--- a/rules/unstrung.in
+++ /dev/null
@@ -1,31 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=networking
-
-menuconfig UNSTRUNG
- tristate
- prompt "unstrung "
- select BOOST
- select LIBPCAP
- select LIBUSB
- help
- Unstrung is an implementation of the IETF ROLL Working Group's RPL
- RFC6550 routing protocol. RPL is pronounced Ripple. RPL is an IETF
- protocol that provides connectivity among nodes that can not all
- hear each other, but rather have to form a multihop mesh-like
- network.
-
- STAGING: remove in ptxdist-2021.05.0
- Upstream seems to be mostly dead. Fails to build with gcc >= 9.x.
-
-if UNSTRUNG
-
-config UNSTRUNG_TESTING
- bool
- prompt "testing tools"
- help
- If enabled testing programs peck, senddio, senddao will be builed and
- installed.
-
-endif
-
diff --git a/rules/unstrung.make b/rules/unstrung.make
deleted file mode 100644
index 444a912e5..000000000
--- a/rules/unstrung.make
+++ /dev/null
@@ -1,64 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2016 by Alexander Aring <aar@pengutronix.de>
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_UNSTRUNG) += unstrung
-
-#
-# Paths and names
-#
-UNSTRUNG_VERSION := 1.11.0
-UNSTRUNG_MD5 := b18fa7644f19688e75eb37475816d73a
-UNSTRUNG := unstrung-$(UNSTRUNG_VERSION)
-UNSTRUNG_SUFFIX := tar.gz
-UNSTRUNG_URL := http://unstrung.sandelman.ca/downloads/$(UNSTRUNG).$(UNSTRUNG_SUFFIX)
-UNSTRUNG_SOURCE := $(SRCDIR)/$(UNSTRUNG).$(UNSTRUNG_SUFFIX)
-UNSTRUNG_DIR := $(BUILDDIR)/$(UNSTRUNG)
-UNSTRUNG_LICENSE := GPL-2.0-or-later
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-UNSTRUNG_CONF_TOOL := NO
-UNSTRUNG_MAKE_ENV := \
- $(CROSS_ENV) \
- ARCH=$(PTXCONF_ARCH_STRING) \
- EMBEDDED=$(call ptx/ifdef,PTXCONF_UNSTRUNG_TESTING,,1)
-
-UNSTRUNG_MAKE_OPT = \
- BUILDNUMBER="$(shell date --utc --date @$(SOURCE_DATE_EPOCH) '+%Y%m%d_%s')"
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/unstrung.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, unstrung)
- @$(call install_fixup, unstrung,PRIORITY,optional)
- @$(call install_fixup, unstrung,SECTION,base)
- @$(call install_fixup, unstrung,AUTHOR,"Alexander Aring <aar@pengutronix.de>")
- @$(call install_fixup, unstrung,DESCRIPTION,missing)
-
- @$(call install_copy, unstrung, 0, 0, 0755, -, /sbin/sunshine)
-
-ifdef PTXCONF_UNSTRUNG_TESTING
- @$(call install_copy, unstrung, 0, 0, 0755, -, /sbin/peck)
- @$(call install_copy, unstrung, 0, 0, 0755, -, /sbin/senddao)
- @$(call install_copy, unstrung, 0, 0, 0755, -, /sbin/senddio)
-endif
-
- @$(call install_finish, unstrung)
-
- @$(call touch)
-
-# vim: syntax=make