From: Luis R. Rodriguez Date: Mon, 11 Jan 2010 18:11:25 +0000 (-0800) Subject: Update error message on old unsupported kernels X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b4503e231dc2268e917548fe5fcf4cf9fda70f6e;p=openwrt%2Fstaging%2Fblogic.git Update error message on old unsupported kernels compat-wireless-2.6-old is deprecated as we can now use compat-wireless itself but we just need to work extending support for older kernels. It will also soon be possible for users to enable older kernels by just selecting one driver to compile. Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index 3972e7a65af2..3a13e8a2b497 100644 --- a/config.mk +++ b/config.mk @@ -52,7 +52,7 @@ COMPAT_VERSIONS := $(shell I=$(COMPAT_LATEST_VERSION); while [ "$$I" -gt $(KERNE $(foreach ver,$(COMPAT_VERSIONS),$(eval CONFIG_COMPAT_KERNEL_$(ver)=y)) ifdef CONFIG_COMPAT_KERNEL_25 -$(error "ERROR: You should use compat-wireless-2.6-old for older kernels, this one is for kernels >= 2.6.25") +$(error "ERROR: compat-wireless by default supports kernels >= 2.6.25, try enabling only one driver though" endif ifeq ($(CONFIG_CFG80211),y)