mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Merge pull request #1848 from tlaurion/bugfix-fix_configs_LOCALVERSION
config/coreboot* config/linux* : verify/unify/fix branding strings (only LOCALVERSION was varying)
This commit is contained in:
commit
9ed131b79d
@ -7,7 +7,7 @@
|
||||
# General setup
|
||||
#
|
||||
CONFIG_COREBOOT_BUILD=y
|
||||
CONFIG_LOCALVERSION="Heads-v0.2.0-2215-g21ab781-dirty"
|
||||
CONFIG_LOCALVERSION=""
|
||||
CONFIG_CBFS_PREFIX="fallback"
|
||||
CONFIG_COMPILER_GCC=y
|
||||
# CONFIG_ALLOW_EXPERIMENTAL_CLANG is not set
|
||||
|
@ -1,4 +1,4 @@
|
||||
CONFIG_LOCALVERSION="-heads"
|
||||
CONFIG_LOCALVERSION="-@BRAND_NAME@"
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_KERNEL_XZ=y
|
||||
CONFIG_DEFAULT_HOSTNAME="linuxboot"
|
||||
|
Loading…
Reference in New Issue
Block a user