gnu: system->defconfig: Fix typo.
* gnu/packages/linux.scm (system->defconfig): Fix typo.
This commit is contained in:
parent
026f6a42b6
commit
70c68ed555
|
@ -131,7 +131,7 @@
|
||||||
|
|
||||||
(define-public (system->defconfig system)
|
(define-public (system->defconfig system)
|
||||||
"Some systems (notably powerpc-linux) require a special target for kernel
|
"Some systems (notably powerpc-linux) require a special target for kernel
|
||||||
defconfig. Return the appropiate make target if applicable, otherwise return
|
defconfig. Return the appropriate make target if applicable, otherwise return
|
||||||
\"defconfig\"."
|
\"defconfig\"."
|
||||||
(cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
|
(cond ((string-prefix? "powerpc-" system) "pmac32_defconfig")
|
||||||
((string-prefix? "powerpc64le-" system) "ppc64_defconfig")
|
((string-prefix? "powerpc64le-" system) "ppc64_defconfig")
|
||||||
|
|
Loading…
Reference in New Issue