diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:45:45 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:49:44 +0200 |
commit | 7edc6f03f04f386c680d419afc5bf50c91c819a3 (patch) | |
tree | 83189122118b1282e524d619b3715d697e769ed3 /applications/luci-app-p2pblock/Makefile | |
parent | 6a8ee26207a8d085c91919d4b056bc2fae524069 (diff) |
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-p2pblock/Makefile')
-rw-r--r-- | applications/luci-app-p2pblock/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-p2pblock/Makefile b/applications/luci-app-p2pblock/Makefile deleted file mode 100644 index 137849cd2..000000000 --- a/applications/luci-app-p2pblock/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=LuCI Support for the Freifunk P2P-Block addon -LUCI_DEPENDS:=+luci-app-firewall +freifunk-p2pblock @BROKEN - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature |