diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-04 00:09:45 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-04 01:15:08 +0100 |
commit | a9bc6b254b319c69c16e339ec352ea7be10be626 (patch) | |
tree | 3f0f0c0a8eff1d2ad9ab3d7a1e7bac6d4e166c81 | |
parent | 6e61052a5529d3c9b9cb3c650f7eaa2a66c7df84 (diff) |
mark lenovo x301 as stable for release
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/coreboot/x301_16mb/target.cfg | 3 | ||||
-rw-r--r-- | config/coreboot/x301_4mb/target.cfg | 3 | ||||
-rw-r--r-- | config/coreboot/x301_8mb/target.cfg | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/config/coreboot/x301_16mb/target.cfg b/config/coreboot/x301_16mb/target.cfg index 0867e005..f16a94a4 100644 --- a/config/coreboot/x301_16mb/target.cfg +++ b/config/coreboot/x301_16mb/target.cfg @@ -5,5 +5,4 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" -status="untested" -release="n" +status="stable" diff --git a/config/coreboot/x301_4mb/target.cfg b/config/coreboot/x301_4mb/target.cfg index 0867e005..f16a94a4 100644 --- a/config/coreboot/x301_4mb/target.cfg +++ b/config/coreboot/x301_4mb/target.cfg @@ -5,5 +5,4 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" -status="untested" -release="n" +status="stable" diff --git a/config/coreboot/x301_8mb/target.cfg b/config/coreboot/x301_8mb/target.cfg index 0867e005..f16a94a4 100644 --- a/config/coreboot/x301_8mb/target.cfg +++ b/config/coreboot/x301_8mb/target.cfg @@ -5,5 +5,4 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" -status="untested" -release="n" +status="stable" |