Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 8, 2024
1 parent 2e30fa1 commit ed7c424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ elif [[ "$(lsb_release -cs)" == "noble" ]]; then
echo "building for ubuntu noble minimal"
sudo apt update
sudo apt install -y build-essential flex bc bison dkms
sudo apt install -y python3-pip
sudo pip install cloudsmith-api --break-system-packages
sudo pip install cloudsmith-cli --break-system-packages
make KSRC=/usr/src/linux-headers-6.8.0-31-generic O="" modules
mkdir -p package/lib/modules/6.8.0-31-generic/kernel/drivers/net/wireless/
cp *.ko package/lib/modules/6.8.0-31-generic/kernel/drivers/net/wireless/
Expand Down

0 comments on commit ed7c424

Please sign in to comment.