Skip to content

Commit

Permalink
Included mx4300 target
Browse files Browse the repository at this point in the history
Signed-off-by: RainGater <[email protected]>
  • Loading branch information
RainGater authored Dec 21, 2024
1 parent 57a9e30 commit 1dc1128
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mx4300-nss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
&& echo "CONFIG_PACKAGE_collectd-mod-thermal=y" >> .config
&& echo "CONFIG_PACKAGE_luci-app-temp-status=y" >> .config
&& echo "CONFIG_FEED_custom_packages=n" >> .config
&& echo "CONFIG_TARGET_qualcommax=y" >> .config
&& echo "CONFIG_TARGET_qualcommax_ipq807x=y" >> .config
&& echo "CONFIG_TARGET_qualcommax_ipq807x_DEVICE_linksys_mx4300=y" >> .config

- name: Build Config
run: make defconfig V=s -j$(nproc)
Expand Down

0 comments on commit 1dc1128

Please sign in to comment.