bump pve-firmware to 3.14-1+port1
This commit is contained in:
parent
057d538e91
commit
a882974bea
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
||||
14
packages/pve-firmware/autobuild.sh
Normal file
14
packages/pve-firmware/autobuild.sh
Normal 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
|
||||
2035
packages/pve-firmware/fwlist-6.1-generic
Normal file
2035
packages/pve-firmware/fwlist-6.1-generic
Normal file
File diff suppressed because it is too large
Load Diff
1423
packages/pve-firmware/fwlist-6.11.0-loong64
Normal file
1423
packages/pve-firmware/fwlist-6.11.0-loong64
Normal file
File diff suppressed because it is too large
Load Diff
1664
packages/pve-firmware/fwlist-6.6-openeuler
Normal file
1664
packages/pve-firmware/fwlist-6.6-openeuler
Normal file
File diff suppressed because it is too large
Load Diff
1063
packages/pve-firmware/fwlist-6.6-openeuler-loong64
Normal file
1063
packages/pve-firmware/fwlist-6.6-openeuler-loong64
Normal file
File diff suppressed because it is too large
Load Diff
1301
packages/pve-firmware/fwlist-6.6-phytium
Normal file
1301
packages/pve-firmware/fwlist-6.6-phytium
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
@ -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
|
||||
1
packages/pve-firmware/pve-firmware
Submodule
1
packages/pve-firmware/pve-firmware
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 0be3619edfe32fc240c6fa7b27b5a5bf0060e91a
|
||||
2
packages/pve-firmware/series
Normal file
2
packages/pve-firmware/series
Normal file
@ -0,0 +1,2 @@
|
||||
patches/001-add-port-kernel-firmware.patch
|
||||
patches/changelog/001-add-changelog-3.14.1-1+port.patch
|
||||
Loading…
Reference in New Issue
Block a user