001-disable_rfkill.patch 252 B

12345678910111213
  1. --- a/include/linux/rfkill.h
  2. +++ b/include/linux/rfkill.h
  3. @@ -3,6 +3,10 @@
  4. #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31))
  5. +#undef CONFIG_RFKILL
  6. +#undef CONFIG_RFKILL_LEDS
  7. +#undef CONFIG_RFKILL_MODULE
  8. +
  9. #include_next <linux/rfkill.h>
  10. #else