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.
This commit is contained in:
Linus Lüssing 2019-07-27 06:32:50 +02:00
parent 63e6e0da06
commit 3e3db36a2e
1 changed files with 0 additions and 1 deletions

View File

@ -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