Parcourir la source

luci-app-ssr-plus: fix typo error

Signed-off-by: Tianling Shen <[email protected]>
Tianling Shen il y a 3 ans
Parent
commit
360924ead9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      luci-app-ssr-plus/Makefile

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

@@ -80,7 +80,7 @@ choice
 	prompt "Shadowsocks Server Selection"
 	default PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Server if aarch64
 	default PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server if i386||x86_64||arm
-	default PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_NONE_server
+	default PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_NONE_Server
 
 	config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_NONE_Server
 	bool "None"