summaryrefslogtreecommitdiff
path: root/package/wireless-tools
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 14:06:06 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-11 14:06:06 +0000
commite1621a4a2a6b1750402d0228cf85920814babc9a (patch)
tree427f7759087d6775d41f68513dbb417485d0ee45 /package/wireless-tools
parentcd599b61144a0f273d2712ffee64ea8e4af2cdbd (diff)
Use <package>_VERSION in all <package>.mk instead of <package>_VER
Diffstat (limited to 'package/wireless-tools')
-rw-r--r--package/wireless-tools/wireless-tools.mk6
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)