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 70219c4 commit ac67337
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 @@ -32,7 +32,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-pi.sh --after-install after-install.sh
fpm -a armhf -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
echo "copied deb file"
echo "push to cloudsmith"
git describe --exact-match HEAD >/dev/null 2>&1
Expand Down

0 comments on commit ac67337

Please sign in to comment.