Skip to content

Commit 74f4d9a

Browse files
add singbox
1 parent 9de4038 commit 74f4d9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_image_all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
while ! sudo -u $BUILDER ./scripts/feeds update -a; do echo "Try again"; done
100100
sudo -u $BUILDER ./scripts/feeds install luci-app-passwall
101101
sudo -u $BUILDER make defconfig
102+
### enable SingBox
103+
sudo -u $BUILDER sed -i 's/# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_SingBox is not set/CONFIG_PACKAGE_luci-app-passwall_INCLUDE_SingBox=y/' .config
102104
### enable all passwall packages
103105
# sudo -u $BUILDER sed -i "s/# \(CONFIG_PACKAGE_luci-app-passwall_.*\) is not set/\1=y/g" .config
104106
### disable singbox

0 commit comments

Comments
 (0)