freifunk-p2pblock / luci-app-p2pblock: mark BROKEN
Mark freifunk-p2pblock and luci-app-p2pblock BROKEN as p2pblock needs layer7 support in iptables, which was removed in early 2015 from iptables-mod-filter: https://dev.openwrt.org/changeset/45423 https://dev.openwrt.org/changeset/45424 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
6cd59651a6
commit
07591d77aa
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI Support for the Freifunk P2P-Block addon
|
||||
LUCI_DEPENDS:=+luci-app-firewall +freifunk-p2pblock
|
||||
LUCI_DEPENDS:=+luci-app-firewall +freifunk-p2pblock @BROKEN
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ define Package/freifunk-p2pblock
|
|||
CATEGORY:=LuCI
|
||||
SUBMENU:=9. Freifunk
|
||||
TITLE:=Freifunk p2pblock Addon
|
||||
DEPENDS:=+iptables-mod-filter +iptables-mod-ipp2p +l7-protocols +iptables-mod-conntrack-extra
|
||||
DEPENDS:=+iptables-mod-filter +iptables-mod-ipp2p +l7-protocols +iptables-mod-conntrack-extra @BROKEN
|
||||
endef
|
||||
|
||||
define Package/freifunk-p2pblock/description
|
||||
|
|
Loading…
Reference in a new issue