From: Sven Eckelmann Date: Sun, 14 Oct 2018 15:37:29 +0000 (+0200) Subject: batman-adv: Remove unused dependency kmod-crypto-crc32c X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c3b60d4c84a45218384aace9ac95d1d8ad299163;p=feed%2Frouting.git batman-adv: Remove unused dependency kmod-crypto-crc32c The translation table code from batman-adv is only using the function crc32c which is part of kmod-lib-crc32c. The kmod-crypto-crc32c is then only used by kmod-lib-crc32c but not batman-adv. Signed-off-by: Sven Eckelmann --- diff --git a/batman-adv/Makefile b/batman-adv/Makefile index 3075b52..36c764e 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -27,7 +27,7 @@ define KernelPackage/batman-adv URL:=https://www.open-mesh.org/ MAINTAINER:=Simon Wunderlich SUBMENU:=Network Support - DEPENDS:=+kmod-crypto-crc32c +kmod-lib-crc32c +kmod-cfg80211 + DEPENDS:=+kmod-lib-crc32c +kmod-cfg80211 TITLE:=B.A.T.M.A.N. Adv FILES:=$(PKG_BUILD_DIR)/net/batman-adv/batman-adv.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoProbe,batman-adv)