From 8163213602525d61786a0f87da11d02e3006b53e Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Sun, 23 Feb 2025 01:55:40 +0300 Subject: [PATCH] Add notice about kmod size --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1ad3b1c..a96a3b6 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,12 @@ make kmake KERNEL_BUILDER_MAKEDIR=~/linux ``` Note, that the kernel should be already configured and built. See linux kernel building manuals for more information about your specific case. +**If you got a very large module, you can strip it and significiantly decrese the size:** + +```sh +strip --strip-debug kyoutubeUnblock.ko +``` + #### Building with openwrt SDK Building with openwrt SDK is not such a hard thing. The only thing you should do is to obtain the sdk. You can find it by looking to your architecture and version of the openwrt currently used. You should use the exactly your version of openwrt since kernels there change often. You can find the sdk in two ways: by downloading it from their site or by using the openwrt sdk docker container (recommended).