summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-30 19:58:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-30 19:58:11 +0000
commitc34681eec37096e90585a0fcd68c3279d71e1736 (patch)
treed25eba2ef16a0b9fc68e4c09ca6d6b973242880a /openwrt/package
parent31c5f70b25b2e9291071c90eba18f75eddd10178 (diff)
downloadmtk-20170518-c34681eec37096e90585a0fcd68c3279d71e1736.zip
mtk-20170518-c34681eec37096e90585a0fcd68c3279d71e1736.tar.gz
mtk-20170518-c34681eec37096e90585a0fcd68c3279d71e1736.tar.bz2
fix missing variable
SVN-Revision: 3847
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/wireless-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/wireless-tools/Makefile b/openwrt/package/wireless-tools/Makefile
index 17b59f8..4839563 100644
--- a/openwrt/package/wireless-tools/Makefile
+++ b/openwrt/package/wireless-tools/Makefile
@@ -12,6 +12,8 @@ PKG_SOURCE_URL:=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux
PKG_MD5SUM:=599c94497f9c9073c7b052d3dcb7cd16
PKG_CAT:=zcat
+PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
+
include $(TOPDIR)/package/rules.mk
define Package/wireless-tools