From: Hauke Mehrtens Date: Thu, 9 Jun 2011 22:03:32 +0000 (+0200) Subject: comapt-wireless: move doku to the correct place in config.mk X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3f7be78cbfca2d4bf787ccea0325971916e7f35b;p=openwrt%2Fstaging%2Fblogic.git comapt-wireless: move doku to the correct place in config.mk Signed-off-by: Hauke Mehrtens --- diff --git a/config.mk b/config.mk index 99485a4893d1..9a18441dfdb2 100644 --- a/config.mk +++ b/config.mk @@ -14,11 +14,6 @@ else include $(KLIB_BUILD)/.config endif -# We will warn when you don't have MQ support or NET_SCHED enabled. -# -# We could consider just quiting if MQ and NET_SCHED is disabled -# as I suspect all users of this package want 802.11e (WME) and -# 802.11n (HT) support. ifneq ($(wildcard $(KLIB_BUILD)/Makefile),) COMPAT_LATEST_VERSION = 39 KERNEL_SUBLEVEL := $(shell $(MAKE) -C $(KLIB_BUILD) kernelversion | sed -n 's/^2\.6\.\([0-9]\+\).*/\1/p') @@ -62,6 +57,11 @@ endif ifneq ($(KERNELRELEASE),) # This prevents a warning +# We will warn when you don't have MQ support or NET_SCHED enabled. +# +# We could consider just quiting if MQ and NET_SCHED is disabled +# as I suspect all users of this package want 802.11e (WME) and +# 802.11n (HT) support. ifeq ($(CONFIG_NET_SCHED),) QOS_REQS_MISSING+=CONFIG_NET_SCHED endif