From: Bastian Bittorf <bittorf@bluebottle.com>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH v2 OpenWrt] [batman-adv: Makefile: add depends for 'crc16' which is still needed but removed accidentally
Date: Wed, 15 Jan 2014 15:30:29 +0100 [thread overview]
Message-ID: <20140115143029.GA20992@medion.lan> (raw)
batman-adv: Makefile: add depends for 'crc16' which is still needed/used in BLA-framework
(Bridge Loop Avoidance) in bridge_loop_avoidance.c. Thanks to Antonio 'ordex' Quartulli for
confirmation. The problem was introduced with 1ee5b17e4f7b2c145524edfb51617c911fad7cc4
("upgrade package to latest release 2014.0.0").
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
---
batman-adv/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv/Makefile b/batman-adv/Makefile
index 0e0945b..2504682 100644
--- a/batman-adv/Makefile
+++ b/batman-adv/Makefile
@@ -29,7 +29,7 @@ define KernelPackage/batman-adv
URL:=http://www.open-mesh.org/
MAINTAINER:=Marek Lindner <lindner_marek@yahoo.de>
SUBMENU:=Network Support
- DEPENDS:=+kmod-crypto-core +kmod-crypto-crc32c +kmod-lib-crc32c +libc
+ DEPENDS:=+kmod-lib-crc16 +kmod-crypto-core +kmod-crypto-crc32c +kmod-lib-crc32c +libc
TITLE:=B.A.T.M.A.N. Adv
FILES:=$(PKG_BUILD_DIR)/batman-adv.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,batman-adv)
--
1.8.1.2
next reply other threads:[~2014-01-15 14:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-15 14:30 Bastian Bittorf [this message]
2014-01-15 22:56 ` [B.A.T.M.A.N.] [PATCH v2 OpenWrt] [batman-adv: Makefile: add depends for 'crc16' which is still needed but removed accidentally Marek Lindner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140115143029.GA20992@medion.lan \
--to=bittorf@bluebottle.com \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.