From b5a0b783ee792f070f8bc286575a26217be21b64 Mon Sep 17 00:00:00 2001 From: Bastian Bittorf Date: Wed, 15 Jan 2014 15:30:29 +0100 Subject: [PATCH] batman-adv: add 'crc16' dependency which is still needed but got removed accidentally The 'crc16' kernel lib is still needed/used by the BLA framework (Bridge Loop Avoidance) in bridge_loop_avoidance.c. Thanks to Antonio 'ordex' Quartulli for confirmation. Introduced by 1ee5b17e4f7b2c145524edfb51617c911fad7cc4 ("upgrade package to latest release 2014.0.0"). Signed-off-by: Bastian Bittorf Signed-off-by: Marek Lindner --- batman-adv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/batman-adv/Makefile b/batman-adv/Makefile index 0e0945b..4bfbe54 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 SUBMENU:=Network Support - DEPENDS:=+kmod-crypto-core +kmod-crypto-crc32c +kmod-lib-crc32c +libc + DEPENDS:=+KMOD_BATMAN_ADV_BLA: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)