Skip to content

ripe-atlas: update to 5130 - #30501

Merged
commodo merged 1 commit into
openwrt:masterfrom
commodo:ripe-atlas-bump1
Sep 11, 2026
Merged

ripe-atlas: update to 5130#30501
commodo merged 1 commit into
openwrt:masterfrom
commodo:ripe-atlas-bump1

Conversation

@commodo

@commodo commodo commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

📦 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 -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: #30083

Related to #30067


🧪 Run Testing Details

  • OpenWrt Version:
  • OpenWrt Target/Subtarget:
  • OpenWrt Device:

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

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 openwrt-ai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 new commit.


Generated by Claude Code

Comment thread net/ripe-atlas/Makefile
include $(INCLUDE_DIR)/package.mk

# Restore busybox's compiler-driver LD; OpenWrt overrides it with raw ld.bfd.
MAKE_FLAGS += LD="$(TARGET_CC) -nostdlib"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@commodo
commodo merged commit d50c9e2 into openwrt:master Sep 11, 2026
11 of 14 checks passed
@commodo
commodo deleted the ripe-atlas-bump1 branch September 11, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ripe-atlas: linking error

2 participants