aboutsummaryrefslogtreecommitdiffstats
path: root/package/wireless-tools
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
commit75a34113ce388c8f2c4fdd9a83d77e380f146c4b (patch)
tree6c4b0f022bc0114fbbefd6652549af7e7a0e3c3e /package/wireless-tools
parentc5437dc5de1cbf3c58afa3f9627d63825fe183d7 (diff)
downloadupstream-75a34113ce388c8f2c4fdd9a83d77e380f146c4b.tar.gz
upstream-75a34113ce388c8f2c4fdd9a83d77e380f146c4b.tar.bz2
upstream-75a34113ce388c8f2c4fdd9a83d77e380f146c4b.zip
fix missing variable
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wireless-tools')
-rw-r--r--package/wireless-tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile
index 17b59f841f..4839563e74 100644
--- a/package/wireless-tools/Makefile
+++ b/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