Skip to content

Commit

Permalink
configs: bcm2712_defconfig: Change LOCALVERSION
Browse files Browse the repository at this point in the history
commit 3638abc959034733d85ec9083413cc009a091e26 from
https://github.com/raspberrypi/linux.git rpi-6.6.y

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: raspberrypi/linux#5719

Signed-off-by: Phil Elwell <[email protected]>
Signed-off-by: Rajeshkumar Ramasamy <[email protected]>
  • Loading branch information
pelwell authored and rajeshkumarwr committed Jul 20, 2024
1 parent a4f08ad commit 034e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/configs/bcm2712_defconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 034e0a9

Please sign in to comment.