ci(release): add powerpc_464fp OpenWrt architecture - #758
Merged
Conversation
Build OpenWrt packages for apm821xx devices so GitHub releases include IPK/APK artifacts for this target. Co-authored-by: Stackie Jia <jsq2627@gmail.com>
Contributor
Documentation previewThe documentation preview has been deployed for this pull request. |
stackia
marked this pull request as ready for review
September 9, 2026 09:45
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_9693e829-b47a-4c37-a86d-1de3f63f1344) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
powerpc_464fpto the OpenWrt release matrix so GitHub Releases include IPK (24.10.8) and APK (25.12.5) packages forapm821xxdevices.This matches the architecture reported in #757. Official OpenWrt SDK images exist for both versions we already build:
openwrt/sdk:powerpc_464fp-24.10.8openwrt/sdk:powerpc_464fp-25.12.5The install script already reads
DISTRIB_ARCHfrom/etc/openwrt_release, so no extra mapping is required once the packages are uploaded.Verification
The release workflow only runs on published tags, so this PR does not itself produce the new packages. The package was cross-compiled locally with the official OpenWrt 24.10.8
apm821xx/nandSDK:CONFIG_TARGET_ARCH_PACKAGES=powerpc_464fprtp2httpd_20260909-r1_powerpc_464fp.ipkld-musl-powerpc.so.1The next published release will upload
rtp2httpd_*_powerpc_464fp.ipkandrtp2httpd-*_powerpc_464fp.apk.