diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-12-31 04:22:11 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-12-31 04:22:11 +0000 | 
| commit | d58d63569f1083d5a6d179517d7a7d4447d0c564 (patch) | |
| tree | eb9070d84a5010712eb6365d4f010a4cfa73573f | |
| parent | 95ea3293df58d42ef288543a85344b4731338f91 (diff) | |
fix missing semicolon in grub nvme patch
i  forgot this when rebasing on the recent uprev
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | config/grub/nvme/patches/0014-Add-native-NVMe-driver-based-on-SeaBIOS.patch | 2 | ||||
| -rw-r--r-- | config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config/grub/nvme/patches/0014-Add-native-NVMe-driver-based-on-SeaBIOS.patch b/config/grub/nvme/patches/0014-Add-native-NVMe-driver-based-on-SeaBIOS.patch index 5e25096b..c6b7bb87 100644 --- a/config/grub/nvme/patches/0014-Add-native-NVMe-driver-based-on-SeaBIOS.patch +++ b/config/grub/nvme/patches/0014-Add-native-NVMe-driver-based-on-SeaBIOS.patch @@ -38,7 +38,7 @@ index f1f38d8d3..d09f9ffbc 100644     common = tests/asn1/asn1_test.c;     cflags = '-Wno-uninitialized';     cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/'; -+} ++};  +  +module = {  +  name = nvme; diff --git a/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch b/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch index 0e120088..c105dd19 100644 --- a/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch +++ b/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch @@ -38,7 +38,7 @@ index fda723f0c..27a707fda 100644     common = tests/asn1/asn1_test.c;     cflags = '-Wno-uninitialized';     cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/'; -+} ++};  +  +module = {  +  name = nvme; | 
