aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/Makefile
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2008-02-17 12:18:33 +0000
committerMichael Büsch <mb@bu3sch.de>2008-02-17 12:18:33 +0000
commita6a1529586530a59e362a18ef7e567a6379f296c (patch)
tree166e50d3d58fa2fe19645f87ead8f7ec48ab681f /package/hostapd/Makefile
parentd219e0da96750878435ffd96c991620ef658cfde (diff)
downloadmaster-187ad058-a6a1529586530a59e362a18ef7e567a6379f296c.tar.gz
master-187ad058-a6a1529586530a59e362a18ef7e567a6379f296c.tar.bz2
master-187ad058-a6a1529586530a59e362a18ef7e567a6379f296c.zip
hostapd: use patches to add the nl80211 driver instead of copying the files.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r--package/hostapd/Makefile5
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)