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

Include mac80211_hwsim module in Docker development environment image. #34

Merged
merged 6 commits into from
Nov 28, 2023

Conversation

abeltrano
Copy link
Contributor

This pull request includes changes related to building and configuring the mac80211_hwsim kernel module in the Docker environment. The most important changes include adding a new shell script to build the module and modifying the Dockerfile to include the necessary packages and execute the build script.

Main changes:

  • .docker/netremote-dev/build-mac80211_hwsim-kmod.sh: Added a new shell script to build the mac80211_hwsim kernel module.
  • .docker/netremote-dev/Dockerfile: Added the kmod package to the Dockerfile and modified it to copy and execute the build-mac80211_hwsim-kmod.sh script before the entrypoint script. [1] [2]

@abeltrano abeltrano requested a review from a team as a code owner November 28, 2023 00:25
@abeltrano abeltrano merged commit 68e8e02 into develop Nov 28, 2023
3 checks passed
@abeltrano abeltrano deleted the hwsimcompile branch November 28, 2023 02:34
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.

1 participant