]> git.pld-linux.org Git - packages/geninitrd.git/blob - geninitrd-svn.patch
- switch_root with two args is since busybox 1.1.0
[packages/geninitrd.git] / geninitrd-svn.patch
1 Index: mod-sata.sh
2 ===================================================================
3 --- mod-sata.sh (wersja 12334)
4 +++ mod-sata.sh (kopia robocza)
5 @@ -33,7 +33,7 @@
6         local PCI_ANY_ID=0x0000ffff pci_module vendor device subvendor subdevice class class_mask driver_data
7         while read pci_module vendor device subvendor subdevice class class_mask driver_data; do
8                 # match class
9 -               [ "$(($req_class & $class_mask))" = "$class" ] || continue
10 +               [ "$(($req_class & $class_mask))" = "$(($class))" ] || continue
11                 # match vendor
12                 [ "$1" = "$vendor" ] || continue
13                 # match device, allow PCI_ANY_ID
This page took 0.077516 seconds and 3 git commands to generate.