aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2008-06-13 21:05:26 +0000
committerPeter Denison <openwrt@marshadder.org>2008-06-13 21:05:26 +0000
commit464ed48321997dd3073b60c007fd5cdcd3802e3a (patch)
treea6ba1cac2215a6ae4a1ed66f65f126412af7c513 /package/mac80211/Makefile
parent0249312a642e03250d07e258efcc3ed52a6f719a (diff)
downloadupstream-464ed48321997dd3073b60c007fd5cdcd3802e3a.tar.gz
upstream-464ed48321997dd3073b60c007fd5cdcd3802e3a.tar.bz2
upstream-464ed48321997dd3073b60c007fd5cdcd3802e3a.zip
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
SVN-Revision: 11462
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index eb09864144..8da0c1d38f 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),)