From df1445cc30cf6a43e91d449743453f797b70d96f Mon Sep 17 00:00:00 2001 From: Francisco Franco Date: Sun, 4 Mar 2018 18:54:21 +0000 Subject: [PATCH] Revert "scripts: change 'host' & 'compiled by' strings without changing them on my vpn. Just cosmetical" This reverts commit c0053b5d0fc098a5dbac1490bdf5c014dde0c78d. --- scripts/mkcompile_h | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index 80e58dc329d3..ddcbf2988de9 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h @@ -53,9 +53,6 @@ else LINUX_COMPILE_HOST=$KBUILD_BUILD_HOST fi -LINUX_COMPILE_BY="francisco" -LINUX_COMPILE_HOST="franco" - UTS_VERSION="#$VERSION" CONFIG_FLAGS="" if [ -n "$SMP" ] ; then CONFIG_FLAGS="SMP"; fi