010-disable_rfkill.patch 319 B

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