Skip to content
Snippets Groups Projects
Select Git revision
  • 2f4d3b71aff1fa9d6dad837284fc352e5c3c2c25
  • 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

0076-kernel-kmod-ebtables-do-not-depend-on-kmod-br-netfilter.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0076-kernel-kmod-ebtables-do-not-depend-on-kmod-br-netfilter.patch 1.00 KiB
    From: Matthias Schiffer <mschiffer@universe-factory.net>
    Date: Mon, 9 Apr 2018 19:01:56 +0200
    Subject: kernel: kmod-ebtables: do not depend on kmod-br-netfilter
    
    While ebtables can be combined with br-netfilter, there is no good reason
    to make it a dependency.
    
    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
    
    diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
    index 275147b8757a42c00de14502a072c8384a0526ab..34eefcd892b9e8b3157603fa47578d0afc65dc4b 100644
    --- a/package/kernel/linux/modules/netfilter.mk
    +++ b/package/kernel/linux/modules/netfilter.mk
    @@ -689,7 +689,7 @@ $(eval $(call KernelPackage,br-netfilter))
     define KernelPackage/ebtables
       SUBMENU:=$(NF_MENU)
       TITLE:=Bridge firewalling modules
    -  DEPENDS:=+kmod-ipt-core +kmod-bridge +kmod-br-netfilter
    +  DEPENDS:=+kmod-ipt-core +kmod-bridge
       FILES:=$(foreach mod,$(EBTABLES-m),$(LINUX_DIR)/net/$(mod).ko)
       KCONFIG:=$(KCONFIG_EBTABLES)
       AUTOLOAD:=$(call AutoProbe,$(notdir $(EBTABLES-m)))