diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-10-09 11:53:10 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2006-10-09 11:53:10 +0000 |
commit | 7c24ceac532d6d77e30fa35d54c6b544c12b2b2a (patch) | |
tree | 37f7850388ce8e3a1dd105e2936fd65129781855 | |
parent | 3cafac18a1c6c59b96d827ac1fdd9f5d86cc62a8 (diff) |
Bump version (patch by Fredrik Roubert)
-rw-r--r-- | package/wireless-tools/wireless-tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wireless-tools/wireless-tools.mk b/package/wireless-tools/wireless-tools.mk index dffea2b94..d820b0e27 100644 --- a/package/wireless-tools/wireless-tools.mk +++ b/package/wireless-tools/wireless-tools.mk @@ -9,9 +9,9 @@ # Jean II # v28.pre3 -> earliest possible WIRELESS_TOOLS_VER:=28 -WIRELESS_TOOLS_SUBVER:=.pre3 +WIRELESS_TOOLS_SUBVER:= -WIRELESS_TOOLS_SOURCE_URL:=http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux +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) |