diff --git a/.github/workflows/openwrt18.06.yml b/.github/workflows/openwrt18.06.yml index 2539a2542..a2c1623af 100644 --- a/.github/workflows/openwrt18.06.yml +++ b/.github/workflows/openwrt18.06.yml @@ -185,7 +185,7 @@ jobs: CONFIG_PACKAGE_luci-app-qosv4=y #CONFIG_PACKAGE_luci-app-samba=y CONFIG_PACKAGE_luci-app-smartdns=y - CONFIG_PACKAGE_kmod-tcp-bbr-mod=y + # CONFIG_PACKAGE_kmod-tcp-bbr-mod=y CONFIG_PACKAGE_kmod-tcp-bbr-nanqinlang=y CONFIG_PACKAGE_luci-app-vssr-coexist=y CONFIG_PACKAGE_luci-app-advanced-reboot=y diff --git a/package/my/luci-app-passwall/Makefile b/package/my/luci-app-passwall/Makefile index 4f45c171c..c64d705f5 100755 --- a/package/my/luci-app-passwall/Makefile +++ b/package/my/luci-app-passwall/Makefile @@ -26,7 +26,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR bool "Include ShadowsocksR Redir (ssr-redir)" - default y + default n config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_socks bool "Include Shadowsocks Socks (ss-local)"