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 17, 2024
1 parent c4096f1 commit a787b71
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 @@ -38,8 +38,8 @@ elif [[ -e /etc/os-release && $(grep -c "Armbian" /etc/os-release) -gt 0 ]]; the
echo "---------------"
echo "_____________________________________________"
make KSRC=/usr/src/linux-headers-5.8.0-29-generic O="" modules
mkdir -p package/lib/modules/5.8.0/kernel/drivers/net/wireless/
cp *.ko package/lib/modules/5.8.0/kernel/drivers/net/wireless/
mkdir -p package/lib/modules/5.8.0/kernel/drivers/net/
cp *.ko package/lib/modules/5.8.0/kernel/drivers/net/
ls -a
fpm -a armhf -s dir -t deb -n rtl8812au-x20 -v 2.5-evo-$(date '+%m%d%H%M') -C package -p rtl8812au-x20.deb --before-install before-install.sh --after-install after-install.sh
echo "push to cloudsmith"
Expand Down

0 comments on commit a787b71

Please sign in to comment.