diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 11:48:43 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-01-16 11:48:43 +0000 |
commit | ed5f6093c0cf2b06b04e287a8cf0547440844733 (patch) | |
tree | b15192968b6f7b8ef0e64cb8f058afb0f9ceaef5 /target/device/Soekris/soekris_gpio/soekris_gpio.mk | |
parent | 0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3 (diff) |
target/: convert to DOWNLOAD helper
Diffstat (limited to 'target/device/Soekris/soekris_gpio/soekris_gpio.mk')
-rw-r--r-- | target/device/Soekris/soekris_gpio/soekris_gpio.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Soekris/soekris_gpio/soekris_gpio.mk b/target/device/Soekris/soekris_gpio/soekris_gpio.mk index 6b692ee5c..9690a4978 100644 --- a/target/device/Soekris/soekris_gpio/soekris_gpio.mk +++ b/target/device/Soekris/soekris_gpio/soekris_gpio.mk @@ -30,7 +30,7 @@ SOEKRIS_GPIO_CAT:=$(ZCAT) SOEKRIS_GPIO_MODULE_DIR=lib/modules/$(LINUX_VERSION)/kernel/drivers/soekris/ $(DL_DIR)/$(SOEKRIS_GPIO_SOURCE): - $(WGET) -P $(DL_DIR) $(SOEKRIS_GPIO_SITE)/$(SOEKRIS_GPIO_SOURCE) + $(call DOWNLOAD,$(SOEKRIS_GPIO_SITE),$(SOEKRIS_GPIO_SOURCE)) soekris_gpio-source: $(DL_DIR)/$(SOEKRIS_GPIO_SOURCE) |