| 1 | --- a/config.mk |
| 2 | +++ b/config.mk |
| 3 | @@ -54,7 +54,7 @@ endif |
| 4 | ifeq ($(KERNEL_VERSION),2) |
| 5 | ifeq ($(shell test $(KERNEL_VERSION) -eq 2 -a $(KERNEL_26SUBLEVEL) -ge 27 -a $(KERNEL_26SUBLEVEL) -le 31 && echo yes),yes) |
| 6 | ifeq ($(CONFIG_MAC80211),) |
| 7 | -$(error "ERROR: Your >=2.6.27 and <= 2.6.31 kernel has CONFIG_MAC80211 disabled, you should have it CONFIG_MAC80211=m if you want to use this thing.") |
| 8 | +# $(error "ERROR: Your >=2.6.27 and <= 2.6.31 kernel has CONFIG_MAC80211 disabled, you should have it CONFIG_MAC80211=m if you want to use this thing.") |
| 9 | endif |
| 10 | endif |
| 11 | endif |
| 12 | |