]> git.proxmox.com Git - pve-firmware.git/commitdiff
assemble: drop any reference to stone-age 2.6 kernel
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Feb 2021 15:54:18 +0000 (16:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Feb 2021 16:45:56 +0000 (17:45 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
assemble-firmware.pl

index 2f02c23c2e375e2275d25df811f49b3223e5eb3a..66c8a034083a6ccd18830a80d773184608279691 100755 (executable)
@@ -6,7 +6,6 @@ use warnings;
 use File::Basename;
 use File::Path;
 
-my $fwsrc0 = "linux-2.6-3.10.0/firmware";
 my $fwsrc1 = "linux-firmware.git";
 my $fwsrc2 = "dvb-firmware.git";
 my $fwsrc3 = "firmware-misc";
@@ -392,12 +391,6 @@ while(defined(my $line = <TMP>)) {
        $fw = 'cis/PE520.cis';
     }
  
-    # the rtl_nic/rtl8168d-1.fw file is buggy in current kernel tree
-    if (-f "$fwsrc0/$fw" && 
-       ($fw ne 'rtl_nic/rtl8168d-1.fw')) { 
-       copy_fw("$fwsrc0/$fw", $fwdest);
-       next;
-    }
     if (-f "$fwsrc1/$fw") {
        copy_fw("$fwsrc1/$fw", $fwdest);
        next;