From: Hauke Mehrtens Date: Sat, 8 Aug 2009 12:38:14 +0000 (+0200) Subject: Remove wext building X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=44ea2543d4fdde3e3c0414ba4bd5565ed6edde32;p=openwrt%2Fstaging%2Fblogic.git Remove wext building 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 --- diff --git a/compat/patches/99-change-makefiles.patch b/compat/patches/99-change-makefiles.patch index 19e5d1d0acf6..b5a0f103fac6 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