ripe-atlas: update to 5130 - #30501
Merged
Merged
Conversation
5130 removed --with-probe-type; generic is the default now, selected by not passing --enable-hwprobe. Drop 001-uname.patch, upstream took the `uname -n` change in 5120. Also set LD back to busybox's "$(CC) -nostdlib": OpenWrt's MAKE_FLAGS force the raw ld.bfd, which rejects the compiler-driver flags in OpenWrt's LDFLAGS (-fuse-ld=, -specs=, -flto=) with "-f may not be used without -shared". Fixes: openwrt#30083 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
openwrt-ai
reviewed
Sep 11, 2026
| include $(INCLUDE_DIR)/package.mk | ||
|
|
||
| # Restore busybox's compiler-driver LD; OpenWrt overrides it with raw ld.bfd. | ||
| MAKE_FLAGS += LD="$(TARGET_CC) -nostdlib" |
Collaborator
There was a problem hiding this comment.
This hunk and the 001-uname.patch removal are byte-identical to the ones in your still-open #30067, which bumps to 5120 and additionally adds files/ripe-atlas.defaults (the probe-key/uci migration from atlas-sw-probe). Whichever lands second will need a rebase, and the migration script is not carried over here — is #30067 meant to be closed in favour of this, or rebased on top of it?
Generated by Claude Code
1 task
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.
📦 Package Details
Maintainer: @tiagogaspar8
(You can find this by checking the history of the package
Makefile.)Description:
5130 removed --with-probe-type; generic is the default now, selected by not passing --enable-hwprobe. Drop 001-uname.patch, upstream took the
uname -nchange in 5120.Also set LD back to busybox's "$(CC) -nostdlib": OpenWrt's MAKE_FLAGS force the raw ld.bfd, which rejects the compiler-driver flags in OpenWrt's LDFLAGS (-fuse-ld=, -specs=, -flto=) with "-f may not be used without -shared".
Fixes: #30083
Related to #30067
🧪 Run Testing Details
✅ Formalities