mirror of
https://git.proxmox.com/git/package-rebuilds
synced 2025-08-22 09:04:40 +00:00

Which includes the backported fix from our 693166c
("r8125: backport
fix for 6.8 and bump package version to 9.011.00-4.1") already, so no
need to port that over.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 lines
156 B
Bash
Executable File
14 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
case $1 in
|
|
prereqs)
|
|
echo ""
|
|
exit 0
|
|
;;
|
|
esac
|
|
|
|
. /usr/share/initramfs-tools/hook-functions
|
|
|
|
manual_add_modules r8125
|