mirror of https://github.com/hak5/openwrt-owl.git
Remove ssb headers from mac80211 to avoid conflict with in-kernel ones
SVN-Revision: 11462owl
parent
0249312a64
commit
464ed48321
|
@ -176,6 +176,7 @@ define Build/Prepare
|
||||||
$(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
|
$(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
|
||||||
unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT61FW)
|
unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT61FW)
|
||||||
unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT71FW)
|
unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT71FW)
|
||||||
|
rm -rf $(PKG_BUILD_DIR)/include/linux/ssb
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_kmod-mac80211),)
|
ifneq ($(CONFIG_PACKAGE_kmod-mac80211),)
|
||||||
|
|
Loading…
Reference in New Issue