Skip to content
Snippets Groups Projects
Select Git revision
  • 011187e9f5e44c857502ca660a47c55fbc0a7fcb
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

0003-batman-adv-remove-module-autoload.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    • Linus Lüssing's avatar
      011187e9
      batman-adv: remove module autoload · 011187e9
      Linus Lüssing authored
      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.
      batman-adv: remove module autoload
      Linus Lüssing authored
      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.
    0003-batman-adv-remove-module-autoload.patch 912 B
    From: Linus Lüssing <linus.luessing@c0d3.blue>
    Date: Sun, 16 Jun 2019 00:01:36 +0200
    Subject: batman-adv: 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.
    
    diff --git a/batman-adv/Makefile b/batman-adv/Makefile
    index ae434909c90f61efdf0d80b56352c983cfef25b0..e58f862b0e5fac7ac12d6ba5a09241d23148a252 100644
    --- a/batman-adv/Makefile
    +++ b/batman-adv/Makefile
    @@ -30,7 +30,6 @@ define KernelPackage/batman-adv
       DEPENDS:=+KMOD_BATMAN_ADV_BLA:kmod-lib-crc16 +kmod-crypto-crc32c +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)
     endef
     
     define KernelPackage/batman-adv/description