We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de4038 commit 74f4d9aCopy full SHA for 74f4d9a
.github/workflows/build_image_all.yml
@@ -99,6 +99,8 @@ jobs:
99
while ! sudo -u $BUILDER ./scripts/feeds update -a; do echo "Try again"; done
100
sudo -u $BUILDER ./scripts/feeds install luci-app-passwall
101
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
104
### enable all passwall packages
105
# sudo -u $BUILDER sed -i "s/# \(CONFIG_PACKAGE_luci-app-passwall_.*\) is not set/\1=y/g" .config
106
### disable singbox
0 commit comments