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 Jan 27, 2024
1 parent a8e2f17 commit e89a623
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 @@ -31,7 +31,7 @@ if [[ -e /etc/os-release && $(grep -c "Raspbian" /etc/os-release) -gt 0 ]]; then
make KSRC=/usr/src/linux-headers-6.1.21-v7+ O="" modules
mkdir -p package/lib/modules/6.1.21-v7+/kernel/drivers/net/wireless/
cp *.ko package/lib/modules/6.1.21-v7+/kernel/drivers/net/wireless/
fpm -a amd64 -s dir -t deb -n rtl8812au-rpi -v 2.5-evo-$(date '+%m%d%H%M') -C package -p rtl8812au-rpi.deb --before-install before-install.sh --after-install after-install-pi.sh
fpm -a amd64 -s dir -t deb -n rtl8812au-rpi -v 2.5-evo-$(date '+%m%d%H%M') -C package -p rtl8812au-rpi.deb --before-install before-install-pi.sh --after-install after-install.sh
else

sudo apt update
Expand Down

0 comments on commit e89a623

Please sign in to comment.