From 7edc6f03f04f386c680d419afc5bf50c91c819a3 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 20 Jan 2018 15:45:45 +0200 Subject: freifunk-p2pblock / luci-app-p2pblock: remove from repo Remove freifunk-p2pblock and luci-app-p2pblock as they have been BROKEN since 2016. Packages depend on the removed l7-protocols as well as the deprecated l7 support in the iptables kernel modules. Signed-off-by: Hannu Nyman --- applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua (limited to 'applications/luci-app-p2pblock/luasrc/controller') diff --git a/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua b/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua deleted file mode 100644 index eaedda282a..0000000000 --- a/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Copyright 2009 Jo-Philipp Wich --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.ff_p2pblock", package.seeall) - -function index() - entry({"admin", "network", "firewall", "p2pblock"}, cbi("luci_fw/p2pblock"), - _("P2P-Block"), 40) -end -- cgit v1.2.3