From 1c9734891a74c57a90ecfa04790267ddaa0627d9 Mon Sep 17 00:00:00 2001 From: Gil Date: Mon, 24 Feb 2025 05:23:23 -0600 Subject: [PATCH] Add HCL --- anda/system/xone/firmware/anda.hcl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 anda/system/xone/firmware/anda.hcl diff --git a/anda/system/xone/firmware/anda.hcl b/anda/system/xone/firmware/anda.hcl new file mode 100644 index 0000000000..dc03fb1bf6 --- /dev/null +++ b/anda/system/xone/firmware/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches=["x86_64"] + rpm { + spec = "lpf-xone-firmware.spec" + } +}