diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-09 19:20:07 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-09 19:20:07 +0000 |
commit | ce754ec64482b661b7589427538af66d5dbae597 (patch) | |
tree | 927f5ba8233842282990e32aa983550593bff792 /package/mac80211/Makefile | |
parent | 081ebaca7600fe912690f881bb94e8f9cfa7c5b2 (diff) | |
download | mtk-20170518-ce754ec64482b661b7589427538af66d5dbae597.zip mtk-20170518-ce754ec64482b661b7589427538af66d5dbae597.tar.gz mtk-20170518-ce754ec64482b661b7589427538af66d5dbae597.tar.bz2 |
Disable drivers that we do not package within the mac80211 package (everything except rt2x00)
SVN-Revision: 10775
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 7cf97ef..fb01c76 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -171,6 +171,7 @@ define Build/Prepare rm -rf $(PKG_BUILD_DIR) mkdir -p $(PKG_BUILD_DIR) $(PKG_UNPACK) + $(Build/Patch) $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used) unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT61FW) unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT71FW) |