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 <hauke@xxxxxxxxxx> --- config.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.mk b/config.mk index 3c034c1..abe6030 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 -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html