mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add linux-libre-mips64el-fuloong2e.
* gnu/packages/linux.scm (linux-libre-mips64el-fuloong2e): New variable.
This commit is contained in:
parent
458a78b927
commit
3ca1c0666a
1 changed files with 11 additions and 0 deletions
|
@ -1008,6 +1008,17 @@ (define-public linux-libre-riscv64-generic
|
|||
'("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*
|
||||
|
|
Loading…
Reference in a new issue