lantiq: Tune the XWAY subtarget cflags
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 010-disable_rfkill.patch
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
7 +#undef CONFIG_RFKILL
8 +#undef CONFIG_RFKILL_LEDS
9 +#undef CONFIG_RFKILL_MODULE
10 +
11 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)
12 #include_next <linux/rfkill.h>
13 #else