update 2022-07-12 08:59:17
This commit is contained in:
parent
0f77386818
commit
382473fc5b
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue