adblock: update 2.5.1

* re-order all regional lists in adblocklist/easylist format
    * add polish blocklist
    * add chinese blocklist
    * lists called now 'reg_<ch|pl|ro|ru>'
* changed interface trigger default in config to 'wan' only
* update / sync LuCI frontend (see luci repo for details)
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
Dirk Brenken
2017-04-04 14:15:30 +02:00
parent e90b775740
commit 1fdf5d1e7e
5 changed files with 50 additions and 46 deletions

View File

@@ -20,7 +20,7 @@ boot()
do
list="${list} network.interface.${name}"
done
ubus -t 60 wait_for network.interface ${list}
ubus -t 60 wait_for network.interface ${list} 2>/dev/null
rc_procd start_service
}