From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 15 Jan 2014 15:30:29 +0100 From: Bastian Bittorf Message-ID: <20140115143029.GA20992@medion.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [B.A.T.M.A.N.] [PATCH v2 OpenWrt] [batman-adv: Makefile: add depends for 'crc16' which is still needed but removed accidentally Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org 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 --- 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 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