From: noz Date: Fri, 13 Jun 2008 21:05:26 +0000 (+0000) Subject: Remove ssb headers from mac80211 to avoid conflict with in-kernel ones X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f82fc98012bfde9f997f313b7832a869092bbade;p=10.03%2Fopenwrt.git Remove ssb headers from mac80211 to avoid conflict with in-kernel ones git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11462 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index eb0986414..8da0c1d38 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -176,6 +176,7 @@ define Build/Prepare $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used) unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT61FW) unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT71FW) + rm -rf $(PKG_BUILD_DIR)/include/linux/ssb endef ifneq ($(CONFIG_PACKAGE_kmod-mac80211),)