Browse Source

target/ubifsroot: fix source rule

Notice that the upstream git tree is no more, so this doesn't buy us
much.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 năm trước cách đây
mục cha
commit
952bf43fd5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      target/ubifs/ubifsroot.mk

+ 2 - 2
target/ubifs/ubifsroot.mk

@@ -13,7 +13,7 @@ MKFS_UBIFS_CAT:=$(ZCAT)
 MKFS_UBIFS_NAME:=mkfs.ubifs
 
 $(DL_DIR)/$(MKFS_UBIFS_SOURCE):
-	$(call DOWNLOAD,"$(MKFS_UBIFS_URL)")
+	$(WGET) -O $(DL_DIR)/$(MKFS_UBIFS_SOURCE) "$(MKFS_UBIFS_URL)"
 
 $(MKFS_UBIFS_DIR)/.unpacked: $(DL_DIR)/$(MKFS_UBIFS_SOURCE)
 	$(ZCAT) $(DL_DIR)/$(MKFS_UBIFS_SOURCE) | tar -C $(BUILD_DIR) -xvf -
@@ -108,7 +108,7 @@ ifneq ($(UBIFS_COPYTO),)
 	@cp -f $(UBIFS_TARGET) $(UBIFS_COPYTO)
 endif
 
-ubifsroot-source: $(DL_DIR)/$(GENUBIFS_SOURCE)
+ubifsroot-source: $(DL_DIR)/$(MKFS_UBIFS_SOURCE)
 
 ubifsroot-clean:
 	-$(MAKE) -C $(MKFS_UBIFS_DIR) clean