Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: fix conditionals on deprecated module #18616

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

maribu
Copy link
Member

@maribu maribu commented Sep 21, 2022

Contribution description

As a leftovers from #18355 are still present that check for MODULE_SHELL_COMMANDS rather than MODULE_SHELL_CMDS. This updates the conditionals as needed.

Testing procedure

  • The ifconfig shell command in tests/lwip should show an IPv6 address again. (I can confirm that is does so.)
  • Some regression in tests/nimble_netif_ext should be fixed. (I can confirm that the text size grows with this, but I wasn't able to detect an obvious issue with the ifconfig cmd there.)

Issues/PRs references

Regression introduced in #18355

As a leftovers from RIOT-OS#18355 are still
present that check for `MODULE_SHELL_COMMANDS` rather than
`MODULE_SHELL_CMDS`. This updates the conditionals as needed.
@maribu maribu added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Sep 21, 2022
@github-actions github-actions bot added Area: BLE Area: Bluetooth Low Energy support Area: drivers Area: Device drivers Area: Kconfig Area: Kconfig integration Area: network Area: Networking Area: pkg Area: External package ports labels Sep 21, 2022
@miri64 miri64 enabled auto-merge September 21, 2022 08:19
@miri64 miri64 merged commit c79a7f7 into RIOT-OS:master Sep 21, 2022
@maribu maribu added this to the Release 2022.10 milestone Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BLE Area: Bluetooth Low Energy support Area: drivers Area: Device drivers Area: Kconfig Area: Kconfig integration Area: network Area: Networking Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants