update 2022-07-12 08:59:17

This commit is contained in:
github-actions[bot] 2022-07-12 08:59:17 +08:00
parent 0f77386818
commit 382473fc5b
3 changed files with 109 additions and 53 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mosdns
PKG_VERSION:=62a54c7
PKG_VERSION:=e012328
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=mosdns-$(PKG_VERSION).tar.gz

View File

@ -70,11 +70,15 @@ test $version -lt 1 && {
(echo "root"; sleep 1; echo "root") | /bin/busybox passwd root >/dev/null 2>&1 &
. /etc/openwrt_release
[[ "$DISTRIB_TARGET" != "x86/64" && "$DISTRIB_TARGET" != "ipq807x/generic" ]] && {
if [ "$DISTRIB_TARGET" == "ipq807x/generic" ]; then
uci -q set turboacc.config.sfe_flow='1'
uci commit turboacc
elif [[ "$DISTRIB_TARGET" != "x86/64" ]]; then
uci set firewall.@defaults[0].flow_offloading='1'
uci set firewall.@defaults[0].flow_offloading_hw='1'
uci commit firewall
}
fi
wifi_setup_radio(){
local radio=$1