mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 05:09:46 +08:00
adblock: add new style dnsmasq format
This commit is contained in:
parent
4812305c00
commit
a6bbc6b2f8
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=4.1.5
|
||||
PKG_RELEASE:=8
|
||||
PKG_RELEASE:=9
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
|
@ -115,9 +115,9 @@ f_envload()
|
||||
adb_dnsuser="${adb_dnsuser:-"dnsmasq"}"
|
||||
adb_dnsdir="${adb_dnsdir:-"/tmp/dnsmasq.d"}"
|
||||
adb_dnsheader=""
|
||||
adb_dnsdeny="awk '{print \"server=/\"\$0\"/\"}'"
|
||||
adb_dnsallow="awk '{print \"server=/\"\$0\"/#\"}'"
|
||||
adb_dnshalt="server=/#/"
|
||||
adb_dnsdeny="awk '{print \"local=/\"\$0\"/\"}'"
|
||||
adb_dnsallow="awk '{print \"local=/\"\$0\"/#\"}'"
|
||||
adb_dnshalt="address=/#/"
|
||||
;;
|
||||
unbound)
|
||||
adb_dnsinstance="${adb_dnsinstance:-"0"}"
|
||||
|
@ -26,7 +26,7 @@ define Package/sqm-scripts
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=+tc +kmod-sched-core +kmod-ifb +iptables \
|
||||
+iptables-mod-ipopt +iptables-mod-conntrack-extra \
|
||||
+kmod-sched-cake +TARGET_ipq806x:kmod-nss-ifb +TARGET_ipq806x:kmod-qca-nss-drv-qdisc
|
||||
+kmod-sched-cake
|
||||
TITLE:=SQM Scripts (QoS)
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user