Compare commits

...

2 Commits

Author SHA1 Message Date
jiangcuo
f784de75a7 bump version to 0.6.1+port3 2025-02-02 20:32:38 +08:00
jiangcuo
146ddc7981 Fix loongarch build 2025-02-02 20:30:18 +08:00
4 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
proxmox-backup-restore-image (0.6.1+port3) bookworm; urgency=medium
* bump version to 0.6.1+port3
-- Jiangcuo <jiangcuo@lierfang.com> Sun, 02 Feb 2025 20:31:14 +0800
proxmox-backup-restore-image (0.6.1+port2) bookworm; urgency=medium
* fix submodule path

2
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: proxmox-backup-restore-image
Section: admin
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Maintainer: Jiangcuo <jiangcuo@lierfang.com>
Build-Depends: apt-rdepends,
asciidoc-base,
automake,

View File

@ -28,7 +28,7 @@ endif
ifeq ($(ARCH),loong64)
KERNEL_DIR := loongarch
KERNEL_IMG := vmlinuz
KERNEL_IMG := vmlinux.bin
endif
ifeq ($(ARCH),riscv64)

View File

@ -347,7 +347,7 @@ CONFIG_CPU_HAS_LSX=y
CONFIG_CPU_HAS_LASX=y
CONFIG_CPU_HAS_LBT=y
CONFIG_CPU_HAS_PREFETCH=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT=n
CONFIG_ARCH_SUPPORTS_KEXEC=y
CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y
CONFIG_ARCH_SELECTS_CRASH_DUMP=y