[pve-devel] [PATCH kernel 14/17] fix firmware path for 4.10

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Mar 6 10:31:35 CET 2017


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 find-firmware.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/find-firmware.pl b/find-firmware.pl
index 18e8962..a19fa21 100755
--- a/find-firmware.pl
+++ b/find-firmware.pl
@@ -8,7 +8,7 @@ die "no directory to scan" if !$dir;
 
 die "no such directory" if ! -d $dir;
 
-die "strange directory name" if $dir !~ m|^(.*/)?(4.4.\d+\-\d+\-pve)(/+)?$|;
+die "strange directory name" if $dir !~ m|^(.*/)?(4.10.\d+\-\d+\-pve)(/+)?$|;
 
 my $apiver = $2;
 
-- 
2.1.4





More information about the pve-devel mailing list