Skip to content

Commit e8f0b94

Browse files
committed
linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden
TODO: linuxboot still not touched... Signed-off-by: Thierry Laurion <[email protected]>
1 parent 5f0e69c commit e8f0b94

12 files changed

+2961
-20
lines changed

config/linux-c216.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2121
#
2222
CONFIG_INIT_ENV_ARG_LIMIT=32
2323
# CONFIG_COMPILE_TEST is not set
24-
CONFIG_LOCALVERSION="-heads"
24+
CONFIG_LOCALVERSION="-@BRAND_NAME@"
2525
# CONFIG_LOCALVERSION_AUTO is not set
2626
CONFIG_BUILD_SALT=""
2727
CONFIG_HAVE_KERNEL_GZIP=y
@@ -1443,7 +1443,7 @@ CONFIG_DEVPORT=y
14431443
# CONFIG_HPET is not set
14441444
# CONFIG_HANGCHECK_TIMER is not set
14451445
CONFIG_TCG_TPM=y
1446-
CONFIG_HW_RANDOM_TPM=n
1446+
# CONFIG_HW_RANDOM_TPM is not set
14471447
CONFIG_TCG_TIS_CORE=y
14481448
CONFIG_TCG_TIS=y
14491449
# CONFIG_TCG_TIS_I2C_ATMEL is not set

config/linux-kgpe-d16_server-whiptail.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2121
#
2222
CONFIG_INIT_ENV_ARG_LIMIT=32
2323
# CONFIG_COMPILE_TEST is not set
24-
CONFIG_LOCALVERSION="-heads"
24+
CONFIG_LOCALVERSION="-@BRAND_NAME@"
2525
# CONFIG_LOCALVERSION_AUTO is not set
2626
CONFIG_BUILD_SALT=""
2727
CONFIG_HAVE_KERNEL_GZIP=y

config/linux-kgpe-d16_server.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2121
#
2222
CONFIG_INIT_ENV_ARG_LIMIT=32
2323
# CONFIG_COMPILE_TEST is not set
24-
CONFIG_LOCALVERSION="-heads"
24+
CONFIG_LOCALVERSION="-@BRAND_NAME@"
2525
# CONFIG_LOCALVERSION_AUTO is not set
2626
CONFIG_BUILD_SALT=""
2727
CONFIG_HAVE_KERNEL_GZIP=y

config/linux-kgpe-d16_workstation.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
2121
#
2222
CONFIG_INIT_ENV_ARG_LIMIT=32
2323
# CONFIG_COMPILE_TEST is not set
24-
CONFIG_LOCALVERSION="-heads"
24+
CONFIG_LOCALVERSION="-@BRAND_NAME@"
2525
# CONFIG_LOCALVERSION_AUTO is not set
2626
CONFIG_BUILD_SALT=""
2727
CONFIG_HAVE_KERNEL_GZIP=y

0 commit comments

Comments
 (0)