Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
testing new crosscompile
  • Loading branch information
raphaelscholle authored Mar 21, 2024
1 parent a787b71 commit d2dbb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else

sudo apt update
sudo apt install -y build-essential flex bc bison dkms
make KSRC=/usr/src/linux-headers-6.3.13-060313-generic O="" modules
make KSRC=/usr/src/linux-headers-6.3.13-060313-generic CROSS_COMPILE=arm-linux-gnueabi- O="" modules
mkdir -p package/lib/modules/6.3.13-060313-generic/kernel/drivers/net/wireless/
cp *.ko package/lib/modules/6.3.13-060313-generic/kernel/drivers/net/wireless/
ls -a
Expand All @@ -63,4 +63,4 @@ git describe --exact-match HEAD >/dev/null 2>&1
echo "Pushing the package to OpenHD 2.5 repository"
ls -a
cloudsmith push deb --api-key "$API_KEY" openhd/release/ubuntu/lunar rtl8812au-x86.deb || exit 1
fi
fi

0 comments on commit d2dbb0e

Please sign in to comment.