wext can not be build as a module. We do not need to build it, so remove it from the Makefile. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- compat/patches/99-change-makefiles.patch | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/compat/patches/99-change-makefiles.patch b/compat/patches/99-change-makefiles.patch index 19e5d1d..b5a0f10 100644 --- a/compat/patches/99-change-makefiles.patch +++ b/compat/patches/99-change-makefiles.patch @@ -84,3 +84,10 @@ only the wireless stuff. obj-$(CONFIG_LIBERTAS) += libertas/ obj-$(CONFIG_LIBERTAS_THINFIRM) += libertas_tf/ +--- a/net/wireless/Makefile ++++ b/net/wireless/Makefile +@@ -1,4 +1,3 @@ +-obj-$(CONFIG_WIRELESS_EXT) += wext.o + obj-$(CONFIG_CFG80211) += cfg80211.o + obj-$(CONFIG_LIB80211) += lib80211.o + obj-$(CONFIG_LIB80211_CRYPT_WEP) += lib80211_crypt_wep.o -- 1.6.2.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