adblock-fast: initial commit 21943/head
authorStan Grishin <stangri@melmac.ca>
Mon, 28 Aug 2023 21:13:13 +0000 (21:13 +0000)
committerStan Grishin <stangri@melmac.ca>
Mon, 28 Aug 2023 21:17:03 +0000 (21:17 +0000)
commitbe69e34ce3b4f4c144b4b9e7ec2a6b480ee4d44a
treea772587b32c2c1f67b64349d77fd13ee6cc25503
parent40d5ba9378127a852b0b4735b02798be17e2e12c
adblock-fast: initial commit

* this package replaces simple-adblock package
* it was impossible to keep existing config structure and continue
  improving the simple-adblock the way I wanted, hence the new
  package name
* the migration script for existing simple-adblock config is included in
  the uci-defaults file

Signed-off-by: Stan Grishin <stangri@melmac.ca>
14 files changed:
net/adblock-fast/Makefile [new file with mode: 0644]
net/adblock-fast/files/README.md [new file with mode: 0644]
net/adblock-fast/files/adblock-fast.config.update [new file with mode: 0644]
net/adblock-fast/files/etc/config/adblock-fast [new file with mode: 0644]
net/adblock-fast/files/etc/init.d/adblock-fast [new file with mode: 0755]
net/adblock-fast/files/etc/uci-defaults/90-adblock-fast [new file with mode: 0644]
net/adblock-fast/test.sh [new file with mode: 0644]
net/simple-adblock/Makefile [deleted file]
net/simple-adblock/files/README.md [deleted file]
net/simple-adblock/files/simple-adblock.conf [deleted file]
net/simple-adblock/files/simple-adblock.conf.update [deleted file]
net/simple-adblock/files/simple-adblock.hotplug [deleted file]
net/simple-adblock/files/simple-adblock.init [deleted file]
net/simple-adblock/test.sh [deleted file]