summaryrefslogtreecommitdiffstats
path: root/rules/etherwake.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-06 17:23:24 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-06 17:23:24 +0000
commita403fbae8f56eca1e9b27244bbe35bd82566c805 (patch)
tree300c7a6b4763e3bfd4032a0ddd8ae287265a2050 /rules/etherwake.make
parentc389307a1f4a32acc5faeed01e56b8e8ba738580 (diff)
downloadptxdist-a403fbae8f56eca1e9b27244bbe35bd82566c805.tar.gz
ptxdist-a403fbae8f56eca1e9b27244bbe35bd82566c805.tar.xz
* etherwake.make:
cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9443 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/etherwake.make')
-rw-r--r--rules/etherwake.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/etherwake.make b/rules/etherwake.make
index f9e2c1178..5ddc80550 100644
--- a/rules/etherwake.make
+++ b/rules/etherwake.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_ETHERWAKE) += etherwake
#
# Paths and names
#
-ETHERWAKE_VERSION := 1.09.orig
+ETHERWAKE_VERSION := 1.09
ETHERWAKE_SUFFIX := tar.gz
-ETHERWAKE := etherwake-$(ETHERWAKE_VERSION)
-ETHERWAKE_TARBALL := etherwake_$(ETHERWAKE_VERSION).$(ETHERWAKE_SUFFIX)
+ETHERWAKE := etherwake-$(ETHERWAKE_VERSION).orig
+ETHERWAKE_TARBALL := etherwake_$(ETHERWAKE_VERSION).orig.$(ETHERWAKE_SUFFIX)
ETHERWAKE_SOURCE := $(SRCDIR)/$(ETHERWAKE_TARBALL)
ETHERWAKE_DIR := $(BUILDDIR)/$(ETHERWAKE)