gnu: linux-libre-arm-generic: Move definition.
* gnu/packages/linux.scm (linux-libre-arm-generic): Move the definition down, next to the other linux-libre-arm-generic-* packages.
This commit is contained in:
parent
efbbf9a15c
commit
403b3a8c61
|
@ -481,14 +481,6 @@ It has been modified to remove all non-free binary blobs.")
|
||||||
("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t))
|
("CONFIG_DEVPTS_MULTIPLE_INSTANCES" . #t))
|
||||||
%default-extra-linux-options)))
|
%default-extra-linux-options)))
|
||||||
|
|
||||||
(define-public linux-libre-arm-generic
|
|
||||||
(make-linux-libre %linux-libre-version
|
|
||||||
%linux-libre-hash
|
|
||||||
'("armhf-linux")
|
|
||||||
#:patches %linux-libre-5.1-patches
|
|
||||||
#:defconfig "multi_v7_defconfig"
|
|
||||||
#:extra-version "arm-generic"))
|
|
||||||
|
|
||||||
(define-public linux-libre-arm-veyron
|
(define-public linux-libre-arm-veyron
|
||||||
(make-linux-libre %linux-libre-version
|
(make-linux-libre %linux-libre-version
|
||||||
%linux-libre-hash
|
%linux-libre-hash
|
||||||
|
@ -497,6 +489,14 @@ It has been modified to remove all non-free binary blobs.")
|
||||||
#:configuration-file kernel-config-veyron
|
#:configuration-file kernel-config-veyron
|
||||||
#:extra-version "arm-veyron"))
|
#:extra-version "arm-veyron"))
|
||||||
|
|
||||||
|
(define-public linux-libre-arm-generic
|
||||||
|
(make-linux-libre %linux-libre-version
|
||||||
|
%linux-libre-hash
|
||||||
|
'("armhf-linux")
|
||||||
|
#:patches %linux-libre-5.1-patches
|
||||||
|
#:defconfig "multi_v7_defconfig"
|
||||||
|
#:extra-version "arm-generic"))
|
||||||
|
|
||||||
(define-public linux-libre-arm-generic-4.19
|
(define-public linux-libre-arm-generic-4.19
|
||||||
(make-linux-libre %linux-libre-4.19-version
|
(make-linux-libre %linux-libre-4.19-version
|
||||||
%linux-libre-4.19-hash
|
%linux-libre-4.19-hash
|
||||||
|
|
Loading…
Reference in New Issue