luci-mod-ucentral: fix uplink config not applied in Maverick mode - #1244
Open
Javen829 wants to merge 1 commit into
Open
luci-mod-ucentral: fix uplink config not applied in Maverick mode#1244Javen829 wants to merge 1 commit into
Javen829 wants to merge 1 commit into
Conversation
✅ PR & Commit Guidelines — all checks passedCommits, PR description, and C style all look good. Thanks! Commit hygieneNo issues found. C styleNo issues found. PR description (ticket link)No issues found. See OPENWIFI_PR_GUIDELINES.md and OPENWIFI_CODING_GUIDELINES.md. Items marked |
Problem: The uplink config is not set in the /etc/config/network in Maverick mode. Root Cause: If /etc/ucentral/ucentral.active exists, /usr/share/ucentral/ucentral.uc /etc/ucentral/ucentral.cfg.0000000001 is not executed. As a result, after configuring PPPoE in Maverick mode, ucentral does not read /etc/ucentral/profile.json and does not update the UCI configuration. Solution: After configuring the network in Maverick mode, profileupdate is triggered. Add a step to remove the symbolic link so that the UCI configuration can be updated after the AP reboots. Tests: Successfully verified on RAP7110C-341X Fixes: WIFI-15336 Signed-off-by: javen.hu <javen.hu@cybertan.com.tw>
jemmy7780
force-pushed
the
staging-WIFI-15336-fix-PPPoE-username-in-Maverick-mode
branch
from
August 14, 2026 02:57
d97a828 to
2b56c94
Compare
tanyasingh-ec
approved these changes
Aug 14, 2026
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.
Problem:
The uplink config is not set in the /etc/config/network in Maverick mode.
Root Cause:
If /etc/ucentral/ucentral.active exists,
/usr/share/ucentral/ucentral.uc /etc/ucentral/ucentral.cfg.0000000001 is not executed. As a result, after configuring PPPoE in Maverick mode, ucentral does not read /etc/ucentral/profile.json and does not update the UCI configuration.
Solution:
After configuring the network in Maverick mode, profileupdate is triggered. Add a step to remove the symbolic link so that the UCI configuration can be updated after the AP reboots.
Tests: Successfully verified on RAP7110C-341X
Fixes: WIFI-15336