mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
fuse: cleanup patch handling
Move patch to package dir like other packages and fixup patch-kernel invocation.
This commit is contained in:
@@ -13,7 +13,7 @@ $(DL_DIR)/$(LIBFUSE_SOURCE):
|
||||
|
||||
$(LIBFUSE_DIR)/.source: $(DL_DIR)/$(LIBFUSE_SOURCE)
|
||||
$(ZCAT) $(DL_DIR)/$(LIBFUSE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(LIBFUSE_DIR) package/fuse/ patch/*.patch
|
||||
toolchain/patch-kernel.sh $(LIBFUSE_DIR) package/fuse/ \*.patch
|
||||
touch $@
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user