Skip to content

Commit

Permalink
fix duplicate LOCALVERSION value
Browse files Browse the repository at this point in the history
  • Loading branch information
rikonor committed Aug 8, 2024
1 parent 301a09e commit 905962d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build/kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ make O=${BUILD_DIR} distclean

# Configuration
cp "${CONFIG_PATH}" "${BUILD_DIR}"
${CONFIG_CMD} --set-str LOCALVERSION "${LOCALVERSION}"

# Build and package
make O=${BUILD_DIR} -j$(nproc) bindeb-pkg
Expand Down
2 changes: 1 addition & 1 deletion cfg/.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CONFIG_THREAD_INFO_IN_TASK=y
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_LOCALVERSION="a38297e3fb01"
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
Expand Down

0 comments on commit 905962d

Please sign in to comment.