Skip to content
Snippets Groups Projects
Select Git revision
  • 4f68ddf0d0d0da767cf9bf69cbcf9f3bd5b2edb9
  • v2018.2.x default
  • 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
42 results

0009-ath79-enable-GL-AR750S-NOR-variant-from-master.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    Makefile 975 B
    include $(TOPDIR)/rules.mk
    
    PKG_NAME:=gluon-ebtables-filter-multicast
    PKG_VERSION:=1
    PKG_RELEASE:=1
    
    PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
    
    include $(INCLUDE_DIR)/package.mk
    
    
    define Package/gluon-ebtables-filter-multicast
      SECTION:=gluon
      CATEGORY:=Gluon
      TITLE:=Ebtables filters for multicast packets
      DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv
    endef
    
    define Package/gluon-ebtables-filter-multicast/description
    	Gluon community wifi mesh firmware framework: Ebtables filters for multicast packets
    
    	These filters drop non-essential multicast traffic before it enters the mesh.
    
    	Allowed protocols are: DHCP, DHCPv6, ARP, ICMP, ICMPv6, BitTorrent local peer discovery, BABEL and OSPF
    endef
    
    define Build/Prepare
    	mkdir -p $(PKG_BUILD_DIR)
    endef
    
    define Build/Configure
    endef
    
    define Build/Compile
    endef
    
    define Package/gluon-ebtables-filter-multicast/install
    	$(CP) ./files/* $(1)/
    endef
    
    $(eval $(call BuildPackage,gluon-ebtables-filter-multicast))