Fixing e1000 module (kernel panic)

This commit is contained in:
Fabio Belavenuto 2022-07-18 14:48:16 -03:00
parent 5919eb82e8
commit 4e9257c415
10 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
!.gitkeep
.vscode
arpl.img
arpl.vmdk
arpl*.img
arpl*.vmdk
*.zip
.buildroot
test.sh

2
TODO
View File

@ -1,6 +1,5 @@
A fazer
- Descobrir como é o serial do DS2422+
- Mudar addons para colocar pacote completo na partição 3 e detectar dinâmicamente durante o boot do júnior
- Estudar acrescentar modo simples e avançado do menu
Concluidos:
@ -24,5 +23,6 @@ Concluidos:
- Arrumar detecção de discos/maxdisks. 918 tem só 4 discos e dá problema com proxmox
- Melhorar opções de HD, talvez criar um menu a parte
- Implementar update do bzimage e ramdisk online
- Mudar addons para colocar pacote completo na partição 3 e detectar dinâmicamente durante o boot do júnior
https://kb.synology.com/en-me/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have

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