Compare commits

...

3 Commits

Author SHA1 Message Date
xopenwrt 6d35125e80
remove webd 2024-02-12 01:34:35 +08:00
xopenwrt 40ccdd614d
Test error 2024-02-12 00:44:56 +08:00
xopenwrt 4e44176a29
Error Check Test 2024-02-12 00:37:27 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -204,7 +204,7 @@ jobs:
cd openwrt cd openwrt
./scripts/feeds install -a ./scripts/feeds install -a
make defconfig make defconfig
make download -j8 make download -j32
- name: Build OpenWrt - name: Build OpenWrt
run: | run: |

View File

@ -164,7 +164,8 @@ CONFIG_PACKAGE_luci-app-unblockneteasemusic-go=y
CONFIG_PACKAGE_luci-app-wrtbwmon=y CONFIG_PACKAGE_luci-app-wrtbwmon=y
CONFIG_PACKAGE_luci-app-wireguard=y CONFIG_PACKAGE_luci-app-wireguard=y
CONFIG_PACKAGE_luci-app-webadmin=y CONFIG_PACKAGE_luci-app-webadmin=y
CONFIG_PACKAGE_luci-app-webd=y # 2024.02.12 Remove webd
# CONFIG_PACKAGE_luci-app-webd is not set
CONFIG_PACKAGE_luci-app-zerotier=y CONFIG_PACKAGE_luci-app-zerotier=y
CONFIG_PACKAGE_luci-ssl-openssl=y CONFIG_PACKAGE_luci-ssl-openssl=y