Skip to content

Commit 735a3d5

Browse files
committed
del xray-core
1 parent fd4ac6c commit 735a3d5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/J1900_immortal.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ jobs:
141141
run: |
142142
cd openwrt
143143
[ -e .config ] && mv .config ./bin/targets/x86/64/.config
144-
[ -e feeds.conf.default ] && mv feeds.conf.default ./bin/targets/x86/64/feeds.conf.default
144+
[ -e feeds.conf.default ] && mv feeds.conf.default ./bin/targets/x86/64/feeds.conf.default
145145
[ -e download.log ] && mv download.log ./bin/targets/x86/64/download.log
146-
[ -e check.log ] && mv check.log ./bin/targets/x86/64/check.log
147-
[ -e build_j8.log ] && mv build_j8.log ./bin/targets/x86/64/build_j8.log
146+
[ -e check.log ] && mv check.log ./bin/targets/x86/64/check.log
147+
[ -e build_j8.log ] && mv build_j8.log ./bin/targets/x86/64/build_j8.log
148148
[ -e build_j2.log ] && mv build_j2.log ./bin/targets/x86/64/build_j2.log
149149
150150
- name: Check space usage

config/j1900imt.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6124,7 +6124,7 @@ CONFIG_PACKAGE_luci-app-upnp=y
61246124
# CONFIG_PACKAGE_luci-app-usb-printer is not set
61256125
# CONFIG_PACKAGE_luci-app-usb3disable is not set
61266126
# CONFIG_PACKAGE_luci-app-uugamebooster is not set
6127-
CONFIG_PACKAGE_luci-app-v2ray-server=y
6127+
# CONFIG_PACKAGE_luci-app-v2ray-server=y
61286128
# CONFIG_PACKAGE_luci-app-verysync is not set
61296129
# CONFIG_PACKAGE_luci-app-vlmcsd is not set
61306130
# CONFIG_PACKAGE_luci-app-vnstat is not set
@@ -6666,7 +6666,7 @@ CONFIG_PACKAGE_luci-i18n-upnp-en=y
66666666
# CONFIG_PACKAGE_luci-i18n-upnp-vi is not set
66676667
CONFIG_PACKAGE_luci-i18n-upnp-zh-cn=y
66686668
# CONFIG_PACKAGE_luci-i18n-upnp-zh-tw is not set
6669-
CONFIG_PACKAGE_luci-i18n-v2ray-server-zh-cn=y
6669+
# CONFIG_PACKAGE_luci-i18n-v2ray-server-zh-cn=y
66706670
CONFIG_PACKAGE_luci-i18n-vsftpd-zh-cn=y
66716671
# CONFIG_PACKAGE_luci-i18n-watchcat-ar is not set
66726672
# CONFIG_PACKAGE_luci-i18n-watchcat-bg is not set
@@ -8093,16 +8093,16 @@ CONFIG_PACKAGE_umdns=y
80938093
# CONFIG_PACKAGE_wpan-tools is not set
80948094
# CONFIG_PACKAGE_wwan is not set
80958095
# CONFIG_PACKAGE_xinetd is not set
8096-
CONFIG_PACKAGE_xray-core=y
8096+
# CONFIG_PACKAGE_xray-core is not set
80978097

80988098
#
80998099
# Xray-core Configuration
81008100
#
8101-
CONFIG_XRAY_CORE_COMPRESS_GOPROXY=y
8102-
CONFIG_XRAY_CORE_COMPRESS_UPX=y
8101+
# CONFIG_XRAY_CORE_COMPRESS_GOPROXY=y
8102+
# CONFIG_XRAY_CORE_COMPRESS_UPX=y
81038103
# end of Xray-core Configuration
81048104

8105-
CONFIG_PACKAGE_xray-example=y
8105+
# CONFIG_PACKAGE_xray-example=y
81068106
# end of Network
81078107

81088108
#

0 commit comments

Comments
 (0)