aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-07-30 05:22:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-07-30 05:22:16 +0000
commite910ed851b99d8532ee16b61c1ebb6a8f2638978 (patch)
tree62aec6eb7cac7e7b0d8458ecdc94b7b1063a6bb2 /package/madwifi/Makefile
parentcb1328bacfe419b5e60a94004e1cb558d404a440 (diff)
downloadmaster-187ad058-e910ed851b99d8532ee16b61c1ebb6a8f2638978.tar.gz
master-187ad058-e910ed851b99d8532ee16b61c1ebb6a8f2638978.tar.bz2
master-187ad058-e910ed851b99d8532ee16b61c1ebb6a8f2638978.zip
madwifi: change the network scripts to use the new wds sta separation feature
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12005 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 48fa28e128..97516e4304 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -214,9 +214,8 @@ define Build/InstallDev
endef
define KernelPackage/madwifi/install
- $(INSTALL_DIR) $(1)/lib/wifi
- $(INSTALL_DATA) ./files/lib/wifi/madwifi.sh $(1)/lib/wifi
$(INSTALL_DIR) $(1)/usr/sbin
+ $(CP) ./files/* $(1)/
$(CP) $(PKG_BUILD_DIR)/tools/{madwifi_multi,$(MADWIFI_APPLETS)} $(1)/usr/sbin/
endef