Skip to content
Snippets Groups Projects
Select Git revision
  • 15bb6b6e93fd0733a9feb877d2091acc3c80fb16
  • experimental default protected
  • v2023.2.5-ffs
  • nrb/ex400-remove-wps
  • nrb/airmax-test
  • v2023.2.4-ffs
  • nrb/ar9344-reset-sequence
  • autinerd/experimental-openwrt-24.10
  • v2023.2.3-ffs
  • v2023.2.2-ffs
  • v2023.2-ffs
  • v2023.1-ffs
  • v2022.1.4-ffs
  • feature/addMikrotikwAP
  • v2022.1.3-ffs
  • v2021.1.2-ffs
  • v2022.1.1-ffs
  • master protected
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • experimental-2025-07-04
  • experimental-2025-07-04-base
  • experimental-2025-07-01
  • experimental-2025-07-01-base
  • experimental-2025-06-25
  • experimental-2025-06-25-base
  • experimental-2025-06-24
  • experimental-2025-06-24-base
  • experimental-2025-06-22
  • experimental-2025-06-22-base
  • v2023.2.5-ffs0.1
  • experimental-2025-06-08
  • experimental-2025-06-08-base
  • experimental-2025-06-06
  • experimental-2025-06-06-base
  • experimental-2025-05-27
  • experimental-2025-05-27-base
  • experimental-2025-05-18
  • experimental-2025-05-18-base
  • experimental-2025-05-15
41 results

check-image-size.py

Blame
  • 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