diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-30 19:58:11 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-30 19:58:11 +0000 | 
| commit | cedc89370f5298e9d3acdf4a3736c3928f4629de (patch) | |
| tree | 6c4b0f022bc0114fbbefd6652549af7e7a0e3c3e | |
| parent | 4819927985700e82578546337b49fa26fd9a6265 (diff) | |
fix missing variable
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3847 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | package/wireless-tools/Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/package/wireless-tools/Makefile b/package/wireless-tools/Makefile index 17b59f841..4839563e7 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 | 
