aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/010-disable_rfkill.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/mac80211/patches/010-disable_rfkill.patch')
-rw-r--r--package/kernel/mac80211/patches/010-disable_rfkill.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/010-disable_rfkill.patch b/package/kernel/mac80211/patches/010-disable_rfkill.patch
index 2902e498d8..d5253063ce 100644
--- a/package/kernel/mac80211/patches/010-disable_rfkill.patch
+++ b/package/kernel/mac80211/patches/010-disable_rfkill.patch
@@ -10,6 +10,6 @@
+#undef CONFIG_RFKILL_MODULE
+#undef CONFIG_RFKILL_FULL_MODULE
+
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)
+ #if LINUX_VERSION_IS_GEQ(3,10,0)
#include_next <linux/rfkill.h>
#else