diff options
author | Michael Büsch <mb@bu3sch.de> | 2008-02-17 12:18:33 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2008-02-17 12:18:33 +0000 |
commit | 306caa660a09295dbe1cc2f4c184a89b38591661 (patch) | |
tree | d9038a109067ad5edb3fc9e1089737aedae15e55 /package/hostapd/Makefile | |
parent | f116c50a801acc77a1d1d56809970a2a4c0a0ded (diff) | |
download | upstream-306caa660a09295dbe1cc2f4c184a89b38591661.tar.gz upstream-306caa660a09295dbe1cc2f4c184a89b38591661.tar.bz2 upstream-306caa660a09295dbe1cc2f4c184a89b38591661.zip |
hostapd: use patches to add the nl80211 driver instead of copying the files.
SVN-Revision: 10475
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index e38887cf7a..f196828c97 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -77,11 +77,6 @@ define Build/ConfigureTarget $(PKG_BUILD_DIR)/hostapd \ $(PKG_BUILD_DIR)/src \ $(PKG_BUILD_DIR)/hostapd.$(1)/ - $(CP) ./files/driver_nl80211.c $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd/ - $(CP) ./files/radiotap.c $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd/ - $(CP) ./files/radiotap.h $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd/ - $(CP) ./files/radiotap_iter.h $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd/ - $(CP) ./files/$(1).config $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd/.config $(if $(CONFIG_PACKAGE_kmod-mac80211),,$(SED) 's,^CONFIG_DRIVER_DEVICESCAPE,#CONFIG_DRIVER_DEVICESCAPE,g' $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd/.config) $(if $(CONFIG_PACKAGE_kmod-madwifi),,$(SED) 's,^CONFIG_DRIVER_MADWIFI,#CONFIG_DRIVER_MADWIFI,g' $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd/.config) |