diff options
author | nebkat <nebkat@teamhacksung.org> | 2012-12-02 13:46:50 +0000 |
---|---|---|
committer | nebkat <nebkat@teamhacksung.org> | 2012-12-02 13:46:50 +0000 |
commit | a91930fd4e3d82230184b27ce19c396b8d40dbb5 (patch) | |
tree | cf104ed71bc9ef129937b5089a02189f85513898 | |
parent | 675e4eeed707d94f9a27f2badef42ea085b78eba (diff) | |
download | device_samsung_n7100-a91930fd4e3d82230184b27ce19c396b8d40dbb5.zip device_samsung_n7100-a91930fd4e3d82230184b27ce19c396b8d40dbb5.tar.gz device_samsung_n7100-a91930fd4e3d82230184b27ce19c396b8d40dbb5.tar.bz2 |
n7100: Fix bluetooth config
Change-Id: I937408cdcf2dd66c58c56b19a19e873863f23980
-rw-r--r-- | BoardConfig.mk | 2 | ||||
-rw-r--r-- | 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 |