me
/
guix
Archived
1
0
Fork 0

gnu: Add linux-libre-mips64el-fuloong2e.

* gnu/packages/linux.scm (linux-libre-mips64el-fuloong2e): New variable.
master
Efraim Flashner 2020-11-08 21:36:58 +02:00
parent 458a78b927
commit 3ca1c0666a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 11 additions and 0 deletions

View File

@ -1008,6 +1008,17 @@ It has been modified to remove all non-free binary blobs.")
'("riscv64-linux")
#:extra-version "riscv64-generic"))
(define-public linux-libre-mips64el-fuloong2e
(make-linux-libre* linux-libre-version
linux-libre-source
'("mips64el-linux")
#:defconfig "fuloong2e_defconfig"
#:extra-version "mips64el-fuloong2e"
#:extra-options
(append
`(("CONFIG_OVERLAY_FS" . m))
%default-extra-linux-options)))
(define-public linux-libre-with-bpf
(let ((base-linux-libre
(make-linux-libre*