aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-08-17 21:25:07 +0200
committerBastian Blank <waldi@debian.org>2021-08-17 21:28:24 +0200
commit9c219731a52369929ce78b0ce4400ac5cb21aaa7 (patch)
tree3cc70fb5e9cfb69f45b7ad8f63899370347f4c87
parentf9caaa3395838140cc75e0b625030fec5db578f2 (diff)
downloadkernel_replicant_linux-9c219731a52369929ce78b0ce4400ac5cb21aaa7.tar.gz
kernel_replicant_linux-9c219731a52369929ce78b0ce4400ac5cb21aaa7.tar.bz2
kernel_replicant_linux-9c219731a52369929ce78b0ce4400ac5cb21aaa7.zip
Fix external modules build
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.d/scripts/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a57048532f48..ab5f9dffde2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ linux (5.13.9-1~exp3) UNRELEASED; urgency=medium
[ Bastian Blank ]
* [mips*] Increase RELOCATION_TABLE_SIZE to 0x1c0000.
* Enable SECURITY_LANDLOCK, SECURITY_PATH.
+ * Fix external modules build. (closes: #992219)
[ Uwe Kleine-König ]
* [x86] Enable X86_PLATFORM_DRIVERS_DELL which is needed to keep some Dell
diff --git a/debian/rules.d/scripts/Makefile b/debian/rules.d/scripts/Makefile
index b2cbec89b0ef..b38e7e888cbf 100644
--- a/debian/rules.d/scripts/Makefile
+++ b/debian/rules.d/scripts/Makefile
@@ -27,6 +27,7 @@ SCRIPTS = \
makelst \
mksysmap \
mkuboot.sh \
+ modules-check.sh \
namespace.pl \
patch-kernel \
recordmcount.pl \