diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-09 21:16:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-09 21:16:38 +0000 |
commit | ff25dade798a0a0c45fea55a70a38f88978bb02d (patch) | |
tree | a09d5db0baabc83e7ac40e02995e4d1a3694b161 /package/hostapd/Makefile | |
parent | 70de34b67dfb3b00bc1f87902ab28f7c2f5cfe8e (diff) |
hostapd: remove the hotplug script for adding wds station interfaces to a bridge - it suffers from race conditions. instead let hostapd add the interfaces to the bridge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20104 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 37b228c618..ad76e9da52 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -262,8 +262,6 @@ define Build/Compile endef define Install/hostapd - $(INSTALL_DIR) $(1)/etc/hotplug.d/net - $(INSTALL_DATA) ./files/hostapd.hotplug $(1)/etc/hotplug.d/net/ $(INSTALL_DIR) $(1)/lib/wifi $(INSTALL_DATA) ./files/hostapd.sh $(1)/lib/wifi/hostapd.sh $(INSTALL_DIR) $(1)/usr/sbin |