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/root/etc/uci-defaults | |
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/root/etc/uci-defaults')
-rwxr-xr-x | applications/luci-app-p2pblock/root/etc/uci-defaults/40_luci-p2pblock | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/applications/luci-app-p2pblock/root/etc/uci-defaults/40_luci-p2pblock b/applications/luci-app-p2pblock/root/etc/uci-defaults/40_luci-p2pblock deleted file mode 100755 index 030ebbed17..0000000000 --- a/applications/luci-app-p2pblock/root/etc/uci-defaults/40_luci-p2pblock +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete citrack.@freifunk_p2pblock[-1] - add ucitrack freifunk_p2pblock - set ucitrack.@freifunk_p2pblock[-1].init=freifunk-p2pblock - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 |