多项 config 改动

1. 新增加密方式 md5 sha256 gcm
2. 新增软件包 httping
3. 新增拨号方式 pppol2tp pptp
4. 移除 Trojan
This commit is contained in:
Hyy2001X 2021-01-25 02:57:28 +08:00
parent 5a085d5872
commit a820788d94
1 changed files with 9 additions and 3 deletions

View File

@ -12,6 +12,9 @@ CONFIG_KERNEL_IPV6=y
# CONFIG_PACKAGE_kmod-mt7603e is not set # CONFIG_PACKAGE_kmod-mt7603e is not set
# CONFIG_PACKAGE_kmod-mt76x2e is not set # CONFIG_PACKAGE_kmod-mt76x2e is not set
CONFIG_BUILD_PATENTED=y CONFIG_BUILD_PATENTED=y
CONFIG_PACKAGE_kmod-crypto-gcm=y
CONFIG_PACKAGE_kmod-crypto-md5=y
CONFIG_PACKAGE_kmod-crypto-sha256=y
CONFIG_PACKAGE_kmod-mt76=y CONFIG_PACKAGE_kmod-mt76=y
CONFIG_PACKAGE_kmod-tun=y CONFIG_PACKAGE_kmod-tun=y
CONFIG_PACKAGE_kmod-usb-net=y CONFIG_PACKAGE_kmod-usb-net=y
@ -48,14 +51,14 @@ CONFIG_PACKAGE_luci-app-samba=y
CONFIG_PACKAGE_luci-app-sqm=y CONFIG_PACKAGE_luci-app-sqm=y
CONFIG_PACKAGE_luci-app-smartdns=y CONFIG_PACKAGE_luci-app-smartdns=y
CONFIG_PACKAGE_luci-app-ssr-plus=y CONFIG_PACKAGE_luci-app-ssr-plus=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y # CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan is not set
# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray is not set # CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray is not set
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y
CONFIG_XRAY_COMPATIBILITY_MODE=y CONFIG_XRAY_COMPATIBILITY_MODE=y
CONFIG_XRAY_COMPRESS_GOPROXY=y CONFIG_XRAY_COMPRESS_GOPROXY=y
CONFIG_XRAY_COMPRESS_UPX=y CONFIG_XRAY_COMPRESS_UPX=y
CONFIG_XRAY_EXCLUDE_ASSETS=y CONFIG_XRAY_EXCLUDE_ASSETS=y
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Server=y
CONFIG_PACKAGE_luci-app-serverchan=y CONFIG_PACKAGE_luci-app-serverchan=y
CONFIG_PACKAGE_luci-app-socat=y CONFIG_PACKAGE_luci-app-socat=y
CONFIG_SOCAT_SSL=y CONFIG_SOCAT_SSL=y
@ -64,6 +67,7 @@ CONFIG_PACKAGE_luci-app-ttyd=y
CONFIG_PACKAGE_luci-app-uhttpd=y CONFIG_PACKAGE_luci-app-uhttpd=y
CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-upnp=y
CONFIG_PACKAGE_luci-app-unblockmusic=y CONFIG_PACKAGE_luci-app-unblockmusic=y
CONFIG_UnblockNeteaseMusic_Go=y
CONFIG_PACKAGE_luci-app-usb-printer=y CONFIG_PACKAGE_luci-app-usb-printer=y
CONFIG_PACKAGE_luci-app-vsftpd=y CONFIG_PACKAGE_luci-app-vsftpd=y
CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-webadmin=y
@ -85,9 +89,11 @@ CONFIG_PACKAGE_ddns-scripts_route53-v1=y
CONFIG_PACKAGE_iperf3=y CONFIG_PACKAGE_iperf3=y
CONFIG_PACKAGE_usbutils=y CONFIG_PACKAGE_usbutils=y
CONFIG_PACKAGE_e2fsprogs=y CONFIG_PACKAGE_e2fsprogs=y
CONFIG_PACKAGE_httping=y
CONFIG_PACKAGE_libudev-fbsd=y CONFIG_PACKAGE_libudev-fbsd=y
CONFIG_PACKAGE_ppp-mod-pppol2tp=y
CONFIG_PACKAGE_ppp-mod-pptp=y
CONFIG_PACKAGE_wpad=y CONFIG_PACKAGE_wpad=y
CONFIG_PACKAGE_wget=y CONFIG_PACKAGE_wget=y
CONFIG_PACKAGE_xz=y CONFIG_PACKAGE_xz=y
CONFIG_PACKAGE_xz-utils=y CONFIG_PACKAGE_xz-utils=y
CONFIG_UnblockNeteaseMusic_Go=y