From: Bastian Bittorf Date: Wed, 15 Jan 2014 14:30:29 +0000 (+0100) Subject: batman-adv: add 'crc16' dependency which is still needed but got removed accidentally X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b5a0b783ee792f070f8bc286575a26217be21b64;p=feed%2Frouting.git 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 --- 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)