Fixing e1000 module (kernel panic)

This commit is contained in:
Fabio Belavenuto
2022-07-18 14:48:16 -03:00
parent 6ee0672e74
commit de224baf98
10 changed files with 5 additions and 5 deletions

View File

@@ -71,8 +71,8 @@ echo "Version: ${VERSION}"
echo "Building... Drink a coffee and wait!"
make BR2_EXTERNAL=../external
cd -
qemu-img convert -O vmdk arpl.img arpl.vmdk
[ -x test.sh ] && ./test.sh
rm -f *.zip
zip -9 "arpl-${VERSION}.img.zip" arpl.img
qemu-img convert -O vmdk arpl.img arpl.vmdk
zip -9 "arpl-${VERSION}.vmdk.zip" arpl.vmdk
[ -x test.sh ] && ./test.sh