projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0249312
)
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
author
Peter Denison
<openwrt@marshadder.org>
Fri, 13 Jun 2008 21:05:26 +0000
(21:05 +0000)
committer
Peter Denison
<openwrt@marshadder.org>
Fri, 13 Jun 2008 21:05:26 +0000
(21:05 +0000)
SVN-Revision: 11462
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index eb0986414436c867091acacdd128e81f8455dc35..8da0c1d38f59845ef6f7dae834b20088294fe1f1 100644
(file)
--- 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),)