From patchwork Tue Dec 18 09:03:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] net-tools: disable Token Ring and Strip support - both got removed in 3.7 kernel Date: Tue, 18 Dec 2012 09:03:17 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 41231 Message-Id: <1355821397-23458-3-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-core@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h | 4 ++-- meta/recipes-extended/net-tools/net-tools_1.60-23.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h b/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h index 92c527a..6d39c2a 100644 --- a/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h +++ b/meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h @@ -49,8 +49,8 @@ #define HAVE_HWSLIP 1 #define HAVE_HWPPP 1 #define HAVE_HWTUNNEL 1 -#define HAVE_HWSTRIP 1 -#define HAVE_HWTR 1 +#define HAVE_HWSTRIP 0 +#define HAVE_HWTR 0 #define HAVE_HWAX25 0 #define HAVE_HWROSE 0 #define HAVE_HWNETROM 1 diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb index 7760877..bc61d21 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb @@ -5,7 +5,7 @@ BUGTRACKER = "http://bugs.debian.org/net-tools" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ file://ifconfig.c;beginline=11;endline=15;md5=d1ca372080ad5401e23ca0afc35cf9ba" -PR = "r2" +PR = "r3" SRC_URI = "${DEBIAN_MIRROR}/main/n/net-tools/net-tools_1.60.orig.tar.gz;name=tarball \ ${DEBIAN_MIRROR}/main/n/net-tools/${BPN}_${PV}.diff.gz;apply=no;name=patch \