Compare commits
3 Commits
7e622f9bc7
...
6d35125e80
Author | SHA1 | Date |
---|---|---|
xopenwrt | 6d35125e80 | |
xopenwrt | 40ccdd614d | |
xopenwrt | 4e44176a29 |
|
@ -204,7 +204,7 @@ jobs:
|
|||
cd openwrt
|
||||
./scripts/feeds install -a
|
||||
make defconfig
|
||||
make download -j8
|
||||
make download -j32
|
||||
|
||||
- name: Build OpenWrt
|
||||
run: |
|
||||
|
|
|
@ -164,7 +164,8 @@ CONFIG_PACKAGE_luci-app-unblockneteasemusic-go=y
|
|||
CONFIG_PACKAGE_luci-app-wrtbwmon=y
|
||||
CONFIG_PACKAGE_luci-app-wireguard=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-ssl-openssl=y
|
||||
|
|
Loading…
Reference in New Issue