Repository : ssh://git@open-mesh.org/openwrt-feed-devel
On branch : master
commit 1c3a39e06a34e7959aef5311b9661dd03945af75 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 14 17:37:29 2018 +0200
batman-adv-devel: 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 sven@narfation.org
1c3a39e06a34e7959aef5311b9661dd03945af75 batman-adv-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/batman-adv-devel/Makefile b/batman-adv-devel/Makefile index c5af589..8be9542 100644 --- a/batman-adv-devel/Makefile +++ b/batman-adv-devel/Makefile @@ -41,7 +41,7 @@ define KernelPackage/batman-adv-devel URL:=https://www.open-mesh.org/ MAINTAINER:=Simon Wunderlich sw@simonwunderlich.de 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 devel FILES:=$(PKG_BUILD_DIR)/net/batman-adv/batman-adv.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoProbe,batman-adv)