mac80211: update to compat-wireless 2009-11-21
[openwrt/staging/yousong.git] / package / mac80211 / patches / 002-disable_rfkill.patch
1 --- a/config.mk
2 +++ b/config.mk
3 @@ -421,8 +421,8 @@ endif
4 # We need the backported rfkill module on kernel < 2.6.31.
5 # In more recent kernel versions use the in kernel rfkill module.
6 ifdef CONFIG_COMPAT_WIRELESS_31
7 -CONFIG_RFKILL_BACKPORT=m
8 -CONFIG_RFKILL_BACKPORT_LEDS=y
9 -CONFIG_RFKILL_BACKPORT_INPUT=y
10 +# CONFIG_RFKILL_BACKPORT=m
11 +# CONFIG_RFKILL_BACKPORT_LEDS=y
12 +# CONFIG_RFKILL_BACKPORT_INPUT=y
13 endif
14