projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326f36f
)
configs: bcm2712_defconfig: Change LOCALVERSION
author
Phil Elwell
<phil@raspberrypi.com>
Tue, 21 Nov 2023 11:54:28 +0000
(11:54 +0000)
committer
Dom Cobley
<popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:15 +0000
(11:35 +0000)
Debian seem to have rules about the content of the LOCALVERSION config
setting. Specifically, the underscore is not accepted.
Change it to a dash/hyphen.
See: https://github.com/raspberrypi/linux/issues/5719
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm64/configs/bcm2712_defconfig
patch
|
blob
|
history
diff --git
a/arch/arm64/configs/bcm2712_defconfig
b/arch/arm64/configs/bcm2712_defconfig
index 3956c866ab2bb320568c5472b92f2678f4c8cc34..2c3f3de487198ce315f013f1c9bc224cd7bc85ba 100644
(file)
--- a/
arch/arm64/configs/bcm2712_defconfig
+++ b/
arch/arm64/configs/bcm2712_defconfig
@@
-1,4
+1,4
@@
-CONFIG_LOCALVERSION="-v8
_
16k"
+CONFIG_LOCALVERSION="-v8
-
16k"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y