Skip to content

Commit

Permalink
Fix Makefile minor errors
Browse files Browse the repository at this point in the history
I really appreciate everyone who reviewed my PR
  • Loading branch information
AmberisMyShiba committed Oct 11, 2023
1 parent cca5c6d commit e274286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luci-app-ssr-plus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LUCI_DEPENDS:= \
+PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS_NG:chinadns-ng \
+PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria:hysteria \
+PACKAGE_$(PKG_NAME)_INCLUDE_TUIC-Client:tuic-client \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadow-tls:shadow-tls \
+PACKAGE_$(PKG_NAME)_INCLUDE_Shadow-TLS:shadow-tls \
+PACKAGE_$(PKG_NAME)_INCLUDE_IPT2Socks:ipt2socks \
+PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun:kcptun-client \
+PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy:naiveproxy \
Expand Down Expand Up @@ -130,7 +130,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_TUIC-Client
default n

config PACKAGE_$(PKG_NAME)_INCLUDE_Shadow-TLS
bool "Include shadow-tls"
bool "Include shadow-TLS"
select PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS_NG
select PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Client
depends on aarch64||arm||x86_64
Expand Down

0 comments on commit e274286

Please sign in to comment.