From 7ff38024bec68fe70fb6eec0f5cd16188507558f Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 23:29:58 +0100 Subject: added all lfs packages --- repo/core/iproute2.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/core/iproute2.xibuild (limited to 'repo/core/iproute2.xibuild') diff --git a/repo/core/iproute2.xibuild b/repo/core/iproute2.xibuild new file mode 100644 index 0000000..154e667 --- /dev/null +++ b/repo/core/iproute2.xibuild @@ -0,0 +1,14 @@ +#!/bin/bash + +DEPS=(glibc iptables libelf) + +SOURCE=https://git.kernel.org/pub/scm/network/iproute2/iproute2.git +DESC="" + +build () { + sed -i /ARPD/d Makefile + rm -fv man/man8/arpd.8 + + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1