From: Hauke Mehrtens Date: Sat, 14 May 2011 18:00:26 +0000 (+0200) Subject: compat-wireless: set CONFIG_COMPAT_STAGING=m X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3d67e6a12774f7582544fd4c68bd69468a2eabd3;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: set CONFIG_COMPAT_STAGING=m If this is set to y and all CONFIG_BRCM* options are set to m it causes build failures with kernel version < 2.6.36 as there is nothing build into the kernel. Besides compat-wireless does not support build anything into the kernel. Signed-off-by: Hauke Mehrtens --- diff --git a/config.mk b/config.mk index 3c034c1bfa88..abe603084280 100644 --- a/config.mk +++ b/config.mk @@ -200,7 +200,7 @@ $(warning "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working beca endif #CONFIG_WIRELESS_EXT ifdef CONFIG_STAGING -CONFIG_COMPAT_STAGING=y +CONFIG_COMPAT_STAGING=m endif #CONFIG_STAGING # mac80211 test driver