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 Mar 21, 2024
1 parent 27f7ebf commit 1728030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ elif [[ -e /etc/os-release && $(grep -c "Armbian" /etc/os-release) -gt 0 ]]; the
echo "---------------"
echo $PWD
echo "_____________________________________________"
make ARCH=arm KSRC=OpenHD-X20-kernel CROSS_COMPILE=arm-linux-gnueabi-
make ARCH=arm KSRC=OpenHD-X20-kernel/OpenHD-X20-kernel CROSS_COMPILE=arm-linux-gnueabi-
mkdir -p package/lib/modules/5.8.0/kernel/drivers/net/
cp *.ko package/lib/modules/5.8.0/kernel/drivers/net/
ls -a
Expand Down

0 comments on commit 1728030

Please sign in to comment.