diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-12-18 10:03:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:50:02 +0000 |
commit | d884974bf767cc35e3383fddcae219c8ccae6846 (patch) | |
tree | eee606c1d46218b58728054d155668d8b7576df8 /meta | |
parent | d9b7478e41e3065d01aa45d8d70fae2fc5ff6066 (diff) | |
download | openembedded-core-d884974bf767cc35e3383fddcae219c8ccae6846.tar.gz openembedded-core-d884974bf767cc35e3383fddcae219c8ccae6846.tar.bz2 openembedded-core-d884974bf767cc35e3383fddcae219c8ccae6846.zip |
net-tools: disable Token Ring and Strip support - both got removed in 3.7 kernel
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools-1.60-23/net-tools-config.h | 4 | ||||
-rw-r--r-- | 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 92c527a51e..6d39c2a8cb 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 7760877960..bc61d21e24 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 \ |