Skip to content

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
Signed-off-by: aUsernameWoW <[email protected]>
  • Loading branch information
aUsernameWoW authored Jun 30, 2024
1 parent 2f0b3ac commit c1cb486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
echo 'CONFIG_DEBUG_INFO_BTF=y' >> .config
echo 'CONFIG_KPROBE_EVENTS=y' >> .config
echo 'CONFIG_BPF_EVENTS=y' >> .config
echo 'CONFIG_PACKAGE_wpad-wolfssl=y' >> .config
echo 'CONFIG_PACKAGE_kmod=y' >> .config
echo 'CONFIG_CCACHE=y' >> .config
echo 'CONFIG_CCACHE_DIR=".ccache"' >> .config
Expand All @@ -145,6 +144,8 @@ jobs:
echo 'CONFIG_LIBCURL_NGHTTP3=y' >> .config
echo 'CONFIG_LIBCURL_ZSTD=y' >> .config
echo 'CONFIG_DEVEL=y' >> .config
echo 'CONFIG_PACKAGE_wpad=y' >> .config
echo 'CONFIG_WPA_WOLFSSL=y' >> .config
make defconfig
- name: Build OpenWRT
Expand Down

0 comments on commit c1cb486

Please sign in to comment.