浏览代码

luci-app-ssr-plus: default select mosdns for armv8

coolsnowwolf 1 年之前
父节点
当前提交
878247793c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      luci-app-ssr-plus/Makefile

+ 1 - 1
luci-app-ssr-plus/Makefile

@@ -120,7 +120,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS_NG
 
 config PACKAGE_$(PKG_NAME)_INCLUDE_MosDNS
 	bool "Include MosDNS"
-	default y if i386||x86_64||arm
+	default y if aarch64||arm||i386||x86_64
 
 config PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria
 	bool "Include Hysteria"