c935fddf3505aacd6e14aa03879df731408e8703
[openwrt-10.03/.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