diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 1056d79..17fc42d 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2021 Risto Stevcev ;;; Copyright © 2021 aerique ;;; Copyright © 2022 Josselin Poiret +;;; Copyright © 2022 John Kehayias ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -61,6 +62,10 @@ "The unmodified Linux kernel, including nonfree blobs, for running Guix System on hardware which requires nonfree software to function."))) +(define-public linux-5.17 + (corrupt-linux linux-libre-5.17 "5.17" + "1cdi43x4c3l4chznh57gm55szycj4wjlxl1dss1ilnfvvmhyypsm")) + (define-public linux-5.16 (corrupt-linux linux-libre-5.16 "5.16.16" "13qk6cjnjwgnxj25mphyv08pjf1sqz7bxxrr3fpl8gz3aghdd9yc"))