1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-02 17:41:07 +02:00

use INSTALL_DIR variable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-12-16 19:57:11 +00:00
parent 7605432c90
commit 262e7ef48d

View 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