X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/001227b7800328fe3db15d62e0948d25dfa596f6..b556b29c45022864d3cfdb710e4093e38dfff2e0:/package/wireless-tools/Makefile diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile index 32e7fc05a..cd8384529 100644 --- a/package/wireless-tools/Makefile +++ b/package/wireless-tools/Makefile @@ -12,23 +12,23 @@ PKG_NAME:=wireless-tools PKG_VERSION:=28 PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.28 PKG_SOURCE:=wireless_tools.$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux PKG_MD5SUM:=599c94497f9c9073c7b052d3dcb7cd16 -PKG_CAT:=zcat +TAR_OPTIONS += || true -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_BUILD_DIR:=$(BUILD_DIR)/wireless_tools.28 include $(INCLUDE_DIR)/package.mk define Package/wireless-tools -SECTION:=base -CATEGORY:=Network -DEFAULT:=y -TITLE:=Tools for manipulating Linux Wireless Extensions -DESCRIPTION:=Tools for configuring Wireless Adapters implementing the "Wireless Extension" -URL:=http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html + SECTION:=net + CATEGORY:=Base system + TITLE:=Tools for manipulating Linux Wireless Extensions + DESCRIPTION:=\ + This package contains a collection of tools for configuring wireless \\\ + adapters implementing the "Linux Wireless Extensions". + URL:=http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html endef define Build/Compile @@ -59,10 +59,8 @@ define Build/UninstallDev endef define Package/wireless-tools/install - install -d -m0755 $(1)/usr/lib - install -m0755 $(PKG_BUILD_DIR)/libiw.so.28 $(1)/usr/lib/ - install -d -m0755 $(1)/usr/sbin - install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/ endef $(eval $(call BuildPackage,wireless-tools))