diff options
Diffstat (limited to 'package/wireless-tools/wireless-tools.mk')
-rw-r--r-- | package/wireless-tools/wireless-tools.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/wireless-tools/wireless-tools.mk b/package/wireless-tools/wireless-tools.mk index d820b0e27..c89643331 100644 --- a/package/wireless-tools/wireless-tools.mk +++ b/package/wireless-tools/wireless-tools.mk @@ -8,12 +8,12 @@ # which is available in 28-pre3 and later... # Jean II # v28.pre3 -> earliest possible -WIRELESS_TOOLS_VER:=28 +WIRELESS_TOOLS_VERSION:=28 WIRELESS_TOOLS_SUBVER:= WIRELESS_TOOLS_SOURCE_URL:=http://pcmcia-cs.sourceforge.net/ftp/contrib -WIRELESS_TOOLS_SOURCE:=wireless_tools.$(WIRELESS_TOOLS_VER)$(WIRELESS_TOOLS_SUBVER).tar.gz -WIRELESS_TOOLS_BUILD_DIR=$(BUILD_DIR)/wireless_tools.$(WIRELESS_TOOLS_VER) +WIRELESS_TOOLS_SOURCE:=wireless_tools.$(WIRELESS_TOOLS_VERSION)$(WIRELESS_TOOLS_SUBVER).tar.gz +WIRELESS_TOOLS_BUILD_DIR=$(BUILD_DIR)/wireless_tools.$(WIRELESS_TOOLS_VERSION) $(DL_DIR)/$(WIRELESS_TOOLS_SOURCE): $(WGET) -P $(DL_DIR) $(WIRELESS_TOOLS_SOURCE_URL)/$(WIRELESS_TOOLS_SOURCE) |