Skip to content

Comments

Disable core-net-lib DISTRO_FEATURE for ARM#58

Open
mahanteshchitt wants to merge 1 commit intodevelopfrom
enhancement/57-disable-core-net-lib-distro_feature-for-arm
Open

Disable core-net-lib DISTRO_FEATURE for ARM#58
mahanteshchitt wants to merge 1 commit intodevelopfrom
enhancement/57-disable-core-net-lib-distro_feature-for-arm

Conversation

@mahanteshchitt
Copy link
Contributor

In RDK-B reference platforms such as RPi and BPI, core-net-lib is not enabled, and WAN interface handling does not use the CoreNetLib approach. Instead, the interface rename is performed using standard system commands:

Proposed Change:

Disable core-net-lib in the ARM broadband distro configuration so that: The non-CoreNetLib WAN rename path is compiled.
ARM behavior aligns with RPi and BPI RDK-B platforms.

Expected Outcome:

WAN interface rename handled via v_secure_system path. erouter0 comes up successfully and obtains a valid IP.

In RDK-B reference platforms such as RPi and BPI, core-net-lib is not enabled, and WAN interface handling does not use the CoreNetLib approach. Instead, the interface rename is performed using standard system commands:

Proposed Change:

Disable core-net-lib in the ARM broadband distro configuration so that:
The non-CoreNetLib WAN rename path is compiled.
ARM behavior aligns with RPi and BPI RDK-B platforms.

Expected Outcome:

WAN interface rename handled via v_secure_system path.
erouter0 comes up successfully and obtains a valid IP.

Signed-off-by: mahanteshchitt <mahantesh_chittapur@comcast.com>
@mahanteshchitt mahanteshchitt self-assigned this Feb 19, 2026
@mahanteshchitt mahanteshchitt added the enhancement New feature or request label Feb 19, 2026
@mahanteshchitt mahanteshchitt linked an issue Feb 19, 2026 that may be closed by this pull request
@mahanteshchitt mahanteshchitt moved this from Backlog to In progress in RDK on ArmSystemReady Feb 19, 2026
@mahanteshchitt mahanteshchitt marked this pull request as ready for review February 19, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

Task:Disable core-net-lib DISTRO_FEATURE for ARM

1 participant