projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
[openwrt.git]
/
package
/
mac80211
/
Makefile
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index
eb09864
..
8da0c1d
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),)
This page took
0.022709 seconds
and
4
git commands to generate.