summaryrefslogtreecommitdiff
path: root/target/squashfs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-24 08:36:13 +0000
commit369864cf105bf541f4e42643d6e5647ecea20379 (patch)
treebe30f01e6d6ed52ca555bcfa8c68e3a3bb4b1db0 /target/squashfs
parent9540549182e3b67f717a4a15109ad848b0a5161a (diff)
be a bit more consistant with naming, always escape wildcards
Diffstat (limited to 'target/squashfs')
-rw-r--r--target/squashfs/squashfsroot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk
index 4f4d76dba..09b08066f 100644
--- a/target/squashfs/squashfsroot.mk
+++ b/target/squashfs/squashfsroot.mk
@@ -12,7 +12,7 @@ $(DL_DIR)/$(SQUASHFS_SOURCE):
$(SQUASHFS_DIR)/.unpacked: $(DL_DIR)/$(SQUASHFS_SOURCE) #$(SQUASHFS_PATCH)
zcat $(DL_DIR)/$(SQUASHFS_SOURCE) | tar -C $(BUILD_DIR) -xvf -
- toolchain/patch-kernel.sh $(SQUASHFS_DIR) target/squashfs/ squashfs.patch
+ toolchain/patch-kernel.sh $(SQUASHFS_DIR) target/squashfs/ squashfs\*.patch
touch $(SQUASHFS_DIR)/.unpacked
$(SQUASHFS_DIR)/squashfs-tools/mksquashfs: $(SQUASHFS_DIR)/.unpacked