Skip to content

Commit

Permalink
Add sqm
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbidrabbit committed Sep 11, 2022
1 parent 66f81c9 commit c0642fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ipq807x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
echo "CONFIG_PACKAGE_luci=y\n" >> .config
echo "CONFIG_PACKAGE_wpad-basic-wolfssl=m\n" >> .config
echo "CONFIG_PACKAGE_wpad-wolfssl=y\n" >> .config
echo "CONFIG_PACKAGE_luci-app-sqm=y\n" >> .config
echo "CONFIG_WOLFSSL_HAS_CPU_CRYPTO=y\n" >> .config
make defconfig
Expand Down Expand Up @@ -82,4 +83,4 @@ jobs:
title: "Updated prebuilt images ${{ env.NOW }}"
automatic_release_tag: "ipq807x-${{ env.NOW }}"
auto_generate_release_notes: true
files: bin/targets/ipq807x/generic/*
files: bin/targets/ipq807x/generic/*

0 comments on commit c0642fc

Please sign in to comment.