2010-01-08 03:15:05 +08:00
|
|
|
--- a/config.mk
|
|
|
|
+++ b/config.mk
|
2012-04-17 05:08:41 +08:00
|
|
|
@@ -99,8 +99,8 @@ ifndef CONFIG_COMPAT_KERNEL_2_6_27
|
2010-01-08 03:15:05 +08:00
|
|
|
ifeq ($(CONFIG_BT),y)
|
|
|
|
# we'll ignore compiling bluetooth
|
|
|
|
else
|
2012-04-17 05:08:41 +08:00
|
|
|
- export CONFIG_COMPAT_BLUETOOTH=y
|
|
|
|
- export CONFIG_COMPAT_BLUETOOTH_MODULES=m
|
|
|
|
+# export CONFIG_COMPAT_BLUETOOTH=y
|
|
|
|
+# export CONFIG_COMPAT_BLUETOOTH_MODULES=m
|
2010-01-08 03:15:05 +08:00
|
|
|
endif
|
2011-06-16 05:16:38 +08:00
|
|
|
endif #CONFIG_COMPAT_KERNEL_2_6_27
|
2010-01-08 03:15:05 +08:00
|
|
|
|