From 3e3db36a2efff47f2ce70202b2bca35c074e8a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=BCssing?= Date: Sat, 27 Jul 2019 06:32:50 +0200 Subject: [PATCH] batman-adv-legacy: remove module autoload Instead of unconditionally loading this module on boot the gluon_bat0 netifd protocol script will later take care of loading either the batman-adv or batman-adv-legacy module, depending on the configured routing algorithm in UCI. --- net/batman-adv-legacy/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/batman-adv-legacy/Makefile b/net/batman-adv-legacy/Makefile index 0555354..8386ab5 100644 --- a/net/batman-adv-legacy/Makefile +++ b/net/batman-adv-legacy/Makefile @@ -27,7 +27,6 @@ define KernelPackage/batman-adv-legacy DEPENDS:=+kmod-lib-crc16 +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) endef define KernelPackage/batman-adv-legacy/description