From 73e0e7c45571d1e01cf07b75e70f86c3ca2a0243 Mon Sep 17 00:00:00 2001 From: gvancuts Date: Mon, 30 Jun 2014 17:43:04 +0200 Subject: [PATCH] common_{x86_64|x86}_defconfig: change default hostname to 'common_box' Tizen Bug: TC-1346 Change-Id: Id4dd1ae75a5f1d2c41d1b424f950d4a24e2dfd16 Signed-off-by: gvancuts --- arch/x86/configs/common_x86_64_defconfig | 2 +- arch/x86/configs/common_x86_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4