X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F009-remove_mac80211_module_dependence.patch;h=2bc46c4ed609200b132bbce3b6c47f2599c32010;hb=adcd2dbc79b5a648d7b6c328a94f731c479c79b5;hp=14d42904a0c0c6afe108eea3fc91d47f68af1a74;hpb=8349d8219a99f52668f370bdb484a1c409f5d443;p=openwrt.git diff --git a/package/mac80211/patches/009-remove_mac80211_module_dependence.patch b/package/mac80211/patches/009-remove_mac80211_module_dependence.patch index 14d42904a0..2bc46c4ed6 100644 --- a/package/mac80211/patches/009-remove_mac80211_module_dependence.patch +++ b/package/mac80211/patches/009-remove_mac80211_module_dependence.patch @@ -1,24 +1,11 @@ --- a/config.mk +++ b/config.mk -@@ -49,21 +49,6 @@ $(error "ERROR: Your 2.6.27 kernel has C +@@ -54,7 +54,7 @@ endif + ifeq ($(KERNEL_VERSION),2) + ifeq ($(shell test $(KERNEL_VERSION) -eq 2 -a $(KERNEL_26SUBLEVEL) -ge 27 -a $(KERNEL_26SUBLEVEL) -le 31 && echo yes),yes) + ifeq ($(CONFIG_MAC80211),) +-$(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.") ++# $(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.") + endif endif endif - --# This is because with CONFIG_MAC80211 include/linux/skbuff.h will --# enable on 2.6.27 a new attribute: --# --# skb->do_not_encrypt --# --# and on 2.6.28 another new attribute: --# --# skb->requeue --# --ifeq ($(shell test $(KERNEL_SUBLEVEL) -ge 27 && echo yes),yes) --ifeq ($(CONFIG_MAC80211),) --$(error "ERROR: Your >=2.6.27 kernel has CONFIG_MAC80211 disabled, you should have it CONFIG_MAC80211=m if you want to use this thing.") --endif --endif -- - ifneq ($(KERNELRELEASE),) # This prevents a warning - - ifeq ($(CONFIG_NET_SCHED),)