Skip to content

Commit

Permalink
Restore line separators.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 10, 2024
1 parent fd03418 commit b4b97ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .docker/netremote-dev/build-mac80211_hwsim-kmod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ fi

# Update the configuration to build the mac80211_hwsim module and its dependencies.
echo "Updating kernel configuration to build mac80211_hwsim module and its dependencies..."
${KERNEL_CONFIG_UTIL} --module CONFIG_RFKILL --module CONFIG_CFG80211 --module CONFIG_MAC80211 --module CONFIG_MAC80211_HWSIM
${KERNEL_CONFIG_UTIL} \
--module CONFIG_RFKILL \
--module CONFIG_CFG80211 \
--module CONFIG_MAC80211 \
--module CONFIG_MAC80211_HWSIM

# Supply defaults for any new/unspecified options in the configuration.
make olddefconfig
Expand Down

0 comments on commit b4b97ab

Please sign in to comment.