Skip to content

Commit

Permalink
configs: bcm2712_defconfig: Change LOCALVERSION
Browse files Browse the repository at this point in the history
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: #5719

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Nov 21, 2023
1 parent 5254562 commit d01be91
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 d01be91

Please sign in to comment.