From 505af2fb559da7c42b9135f3daf6a0236235f86b Mon Sep 17 00:00:00 2001 From: fang Date: Thu, 7 Mar 2024 16:26:56 +0100 Subject: [PATCH 1/2] ops: true 411 kelvin compat We're going to want to pull in the new /lib/strandio, which we need to be able to build. The signature for %keen changed, so the old /lib/strandio no longer compiles. If we had a custom version of /lib/strandio that excluded the +keen arms, we could be 412-411 cross-compatible... --- desk/sys.kelvin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desk/sys.kelvin b/desk/sys.kelvin index 87ac69c7..fe16daf9 100644 --- a/desk/sys.kelvin +++ b/desk/sys.kelvin @@ -1 +1 @@ -[%zuse 412] \ No newline at end of file +[%zuse 411] \ No newline at end of file From 1dd799c6ef5324bce66aa41b4db1a0b664506a54 Mon Sep 17 00:00:00 2001 From: fang Date: Thu, 7 Mar 2024 18:05:19 +0100 Subject: [PATCH 2/2] ops: cross-compat --- desk/sys.kelvin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desk/sys.kelvin b/desk/sys.kelvin index fe16daf9..d641b028 100644 --- a/desk/sys.kelvin +++ b/desk/sys.kelvin @@ -1 +1,2 @@ -[%zuse 411] \ No newline at end of file +[%zuse 412] +[%zuse 411]