From a91930fd4e3d82230184b27ce19c396b8d40dbb5 Mon Sep 17 00:00:00 2001 From: nebkat Date: Sun, 2 Dec 2012 13:46:50 +0000 Subject: n7100: Fix bluetooth config Change-Id: I937408cdcf2dd66c58c56b19a19e873863f23980 --- BoardConfig.mk | 2 +- bluetooth/bdroid_buildcfg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 2bc9bb0..708aeed 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,7 +20,7 @@ -include device/samsung/smdk4412-common/BoardCommonConfig.mk # Bluetooth -BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/i9300/bluetooth +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/n7100/bluetooth # Kernel TARGET_KERNEL_SOURCE := kernel/samsung/smdk4412 diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 5cc362d..cdf37f3 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -18,6 +18,6 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "GT-I9300" +#define BTM_DEF_LOCAL_NAME "GT-N7100" #endif -- cgit v1.1