Kaben123 opened a new pull request, #3753:
URL: https://github.com/apache/nuttx-apps/pull/3753
## Summary
Update all nuttx-apps references to the kernel filesystem-link config
option, which is renamed from PSEUDOFS_SOFTLINKS to FS_LINKS in the
companion NuttX PR. The link support is no longer limited to the pseudo
filesystem and now covers both soft (symbolic) and hard links across the
VFS, so the more accurate name FS_LINKS is used.
Affected areas: nshlib (ln/readlink/ls), interpreters (luv, wamr), adb,
tlpi example, and the testsuites — 18 references across 9 files.
## Impact
- Build-time only. No runtime/ABI/behavior change.
- Must be merged together with the NuttX kernel-side rename; on its own
each repository's build would break because the config symbol only
exists under one name at a time.
## Testing
- tools/checkpatch.sh passes on all changed lines.
Depends-On: https://github.com/apache/nuttx/pull/19949
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]