From 2b875210563b6eea30f7d00f4f0e18bd933139e2 Mon Sep 17 00:00:00 2001 From: Ameykyl <37608388+Ameykyl@users.noreply.github.com> Date: Sun, 23 Feb 2020 04:54:57 +0800 Subject: [PATCH 1/3] Update openwrt18.06.yml --- .github/workflows/openwrt18.06.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6561a5513edd53c61b0737a63d2e62f73116d40e Mon Sep 17 00:00:00 2001 From: Ameykyl <37608388+Ameykyl@users.noreply.github.com> Date: Sun, 23 Feb 2020 19:36:51 +0800 Subject: [PATCH 2/3] Update Makefile From 22f9315393d0de8f4499b1bf7b12c4d5cc4d8baa Mon Sep 17 00:00:00 2001 From: Ameykyl <37608388+Ameykyl@users.noreply.github.com> Date: Sun, 23 Feb 2020 19:38:13 +0800 Subject: [PATCH 3/3] Update Makefile --- package/my/luci-app-passwall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"