summaryrefslogtreecommitdiff
path: root/strata/networking-utils
diff options
context:
space:
mode:
Diffstat (limited to 'strata/networking-utils')
-rw-r--r--strata/networking-utils/iproute2.morph7
-rw-r--r--strata/networking-utils/ipset.morph6
2 files changed, 0 insertions, 13 deletions
diff --git a/strata/networking-utils/iproute2.morph b/strata/networking-utils/iproute2.morph
deleted file mode 100644
index a1a4d37e..00000000
--- a/strata/networking-utils/iproute2.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: iproute2
-kind: chunk
-build-commands:
-- sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
-- make
-install-commands:
-- DESTDIR="$DESTDIR" PREFIX="$PREFIX" make install
diff --git a/strata/networking-utils/ipset.morph b/strata/networking-utils/ipset.morph
deleted file mode 100644
index 7fe8c6dc..00000000
--- a/strata/networking-utils/ipset.morph
+++ /dev/null
@@ -1,6 +0,0 @@
-name: ipset
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh
-- ./configure --prefix="$PREFIX" --enable-static=no --with-kmod=no