diff options
Diffstat (limited to 'package/mac80211/patches/012-remove_rfkill.patch')
-rw-r--r-- | package/mac80211/patches/012-remove_rfkill.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/012-remove_rfkill.patch b/package/mac80211/patches/012-remove_rfkill.patch index a47168a05c..ae80b6ef9d 100644 --- a/package/mac80211/patches/012-remove_rfkill.patch +++ b/package/mac80211/patches/012-remove_rfkill.patch @@ -26,7 +26,7 @@ int (*set_block)(void *data, bool blocked); }; --#if defined(CONFIG_RFKILL_BACKPORT) || defined(CONFIG_RFKILL_MODULE_BACKPORT) +-#if defined(CONFIG_RFKILL_BACKPORT) || defined(CONFIG_RFKILL_BACKPORT_MODULE) +#if 0 /** * rfkill_alloc - allocate rfkill structure |