From: gvancuts Date: Mon, 30 Jun 2014 15:43:04 +0000 (+0200) Subject: common_{x86_64|x86}_defconfig: change default hostname to 'common_box' X-Git-Tag: submit/tizen_common/20140918.111125~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73e0e7c45571d1e01cf07b75e70f86c3ca2a0243;p=profile%2Fivi%2Fkernel-x86-ivi.git common_{x86_64|x86}_defconfig: change default hostname to 'common_box' Tizen Bug: TC-1346 Change-Id: Id4dd1ae75a5f1d2c41d1b424f950d4a24e2dfd16 Signed-off-by: gvancuts --- diff --git a/arch/x86/configs/common_x86_64_defconfig b/arch/x86/configs/common_x86_64_defconfig index 9f57437..6fec376 100644 --- a/arch/x86/configs/common_x86_64_defconfig +++ b/arch/x86/configs/common_x86_64_defconfig @@ -1,5 +1,5 @@ # CONFIG_LOCALVERSION_AUTO is not set -CONFIG_DEFAULT_HOSTNAME="generic_box" +CONFIG_DEFAULT_HOSTNAME="common_box" CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_FHANDLE=y diff --git a/arch/x86/configs/common_x86_defconfig b/arch/x86/configs/common_x86_defconfig index 5af4a0c..96c09b2 100644 --- a/arch/x86/configs/common_x86_defconfig +++ b/arch/x86/configs/common_x86_defconfig @@ -1,5 +1,5 @@ # CONFIG_LOCALVERSION_AUTO is not set -CONFIG_DEFAULT_HOSTNAME="generic_box" +CONFIG_DEFAULT_HOSTNAME="common_box" CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_FHANDLE=y