From 105d55892247c306880d55a550842bd1d05c823a Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 24 Dec 2021 18:45:07 +0200 Subject: [PATCH] Meta: Remove kernel modules remains Apparently Andreas found remains for that in the build system. Let's remove them for completeness of that process of removing support for kernel modules, which didn't work for many months before being removed. --- Userland/Utilities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt index 6c095f1d3b..84e92f00e1 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -8,7 +8,7 @@ list(APPEND REQUIRED_TARGETS ) list(APPEND RECOMMENDED_TARGETS adjtime aplay abench asctl bt checksum chres cksum copy fortune gunzip gzip init keymap lsirq lsof lspci man mknod mktemp - modload modunload nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip + nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip ) # FIXME: Support specifying component dependencies for utilities (e.g. WebSocket for telws)