003-disable_bt.patch 317 B

12345678910111213
  1. --- a/config.mk
  2. +++ b/config.mk
  3. @@ -96,8 +96,8 @@ ifndef CONFIG_COMPAT_KERNEL_27
  4. ifeq ($(CONFIG_BT),y)
  5. # we'll ignore compiling bluetooth
  6. else
  7. - CONFIG_COMPAT_BLUETOOTH=y
  8. - CONFIG_COMPAT_BLUETOOTH_MODULES=m
  9. +# CONFIG_COMPAT_BLUETOOTH=y
  10. +# CONFIG_COMPAT_BLUETOOTH_MODULES=m
  11. endif
  12. endif #CONFIG_COMPAT_KERNEL_27