* [B.A.T.M.A.N.] [PATCH v2 OpenWrt] [batman-adv: Makefile: add depends for 'crc16' which is still needed but removed accidentally
@ 2014-01-15 14:30 Bastian Bittorf
2014-01-15 22:56 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Bastian Bittorf @ 2014-01-15 14:30 UTC (permalink / raw)
To: b.a.t.m.a.n
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-15 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 14:30 [B.A.T.M.A.N.] [PATCH v2 OpenWrt] [batman-adv: Makefile: add depends for 'crc16' which is still needed but removed accidentally Bastian Bittorf
2014-01-15 22:56 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox