[packages/kernel] Fix paths
arekm
arekm at pld-linux.org
Mon May 26 12:37:32 CEST 2025
commit c4e649a4636748161a3c5253439708aeef8cde30
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon May 26 11:41:22 2025 +0200
Fix paths
kernel-aufs-make.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kernel-aufs-make.patch b/kernel-aufs-make.patch
index cb6dd78c..50dcd2ba 100644
--- a/kernel-aufs-make.patch
+++ b/kernel-aufs-make.patch
@@ -4,13 +4,13 @@
# SPDX-License-Identifier: GPL-2.0
-include ${src}/magic.mk
-+include ${srctree}/fs/magic.mk
++include ${srctree}/fs/aufs/magic.mk
ifeq (${CONFIG_AUFS_FS},m)
-include ${src}/conf.mk
-+include ${srctree}/fs/conf.mk
++include ${srctree}/fs/aufs/conf.mk
endif
--include ${src}/priv_def.mk
-+-include ${srctree}/fs/priv_def.mk
++-include ${srctree}/fs/aufs/priv_def.mk
ccflags-y += ${EXTRA_CFLAGS}
# cf. include/linux/kernel.h
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/c4e649a4636748161a3c5253439708aeef8cde30
More information about the pld-cvs-commit
mailing list