bump pve-firmware to 3.14-1+port1

This commit is contained in:
jiangcuo 2024-12-05 19:03:14 +08:00
parent 057d538e91
commit a882974bea
11 changed files with 7536 additions and 0 deletions

3
.gitmodules vendored
View File

@ -206,3 +206,6 @@
[submodule "packages/proxmox-websocket-tunnel/proxmox-websocket-tunnel"]
path = packages/proxmox-websocket-tunnel/proxmox-websocket-tunnel
url = https://git.proxmox.com/git/proxmox-websocket-tunnel.git
[submodule "packages/pve-firmware/pve-firmware"]
path = packages/pve-firmware/pve-firmware
url = https://git.proxmox.com/git/pve-firmware.git

View File

@ -0,0 +1,14 @@
#!/bin/bash
SCRIPT_DIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd)
PKGNAME=$(basename $SCRIPT_DIR)
echo "This is $PKGNAME build scripts"
. ../common.sh
cp $SCRIPT_DIR/fwlist* $SCRIPT_DIR/$PKGNAME
apt update
yes |mk-build-deps --install --remove
cd $SCRIPT_DIR/$PKGNAME
exec_build_make

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,16 @@
diff --git a/Makefile b/Makefile
index bd38c95..cbf47f6 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,11 @@ fw.list: fwlist-6.2.2-1-pve
fw.list: fwlist-6.2.6-1-pve
fw.list: fwlist-6.2.16-11-pve
fw.list: fwlist-6.5.3-1-pve
+fw.list: fwlist-6.1-generic
+fw.list: fwlist-6.6-openeuler
+fw.list: fwlist-6.6-openeuler-loong64
+fw.list: fwlist-6.6-phytium
+fw.list: fwlist-6.11.0-loong64
fw.list: fwlist-6.8.1-1-pve
fw.list: fwlist-6.8.8-1-pve
fw.list: fwlist-6.8.12-1-pve

View File

@ -0,0 +1,14 @@
diff --git a/debian/changelog b/debian/changelog
index 43eabd0..2ed7c29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pve-firmware (3.14-1+port1) bookworm; urgency=medium
+
+ * Add Port kenerl firmware
+
+ -- Jiangcuo <jiangcuo@bingsin.com> Thu, 05 Dec 2024 15:45:15 +0800
+
pve-firmware (3.14-1) bookworm; urgency=medium
* track firmware list for 6.11.0-1-pve kernel

@ -0,0 +1 @@
Subproject commit 0be3619edfe32fc240c6fa7b27b5a5bf0060e91a

View File

@ -0,0 +1,2 @@
patches/001-add-port-kernel-firmware.patch
patches/changelog/001-add-changelog-3.14.1-1+port.patch