lots of enhancements for the madwifi script (hostapd calls for ap with wpa implemente...
[openwrt.git] / package / madwifi / Makefile
index 7657f8d..b0e5be8 100644 (file)
@@ -140,10 +140,9 @@ define Build/UninstallDev
 endef
 
 define KernelPackage/madwifi/install
-       mkdir -p $(1)/etc/init.d
-       mkdir -p $(1)/lib/modules/$(LINUX_VERSION)
-       mkdir -p $(1)/usr/sbin
+       $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_BIN) ./files/madwifi.init $(1)/etc/init.d/madwifi
+       $(INSTALL_DIR) $(1)/usr/sbin
        $(CP) $(PKG_BUILD_DIR)/tools/{madwifi_multi,80211debug,80211stats,athchans,athctrl,athdebug,athkey,athstats,wlanconfig} $(1)/usr/sbin/
 endef
 
This page took 0.023358 seconds and 4 git commands to generate.