summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmltk2
-rw-r--r--remote/modules/kernel/kernel.conf1
2 files changed, 1 insertions, 2 deletions
diff --git a/mltk b/mltk
index bfc5ab6c..0e76b023 100755
--- a/mltk
+++ b/mltk
@@ -22,7 +22,7 @@ MLTK_PID="$$"
# Checking for needed development tools, compilers etc.
# Required: m4 make gcc g++ binutils
-DEVTOOLS="gcc c++ g++ make m4 strip git depmod" # 'strip' as marker for binutils
+DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch" # 'strip' as marker for binutils
for i in $DEVTOOLS; do
which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; }
done
diff --git a/remote/modules/kernel/kernel.conf b/remote/modules/kernel/kernel.conf
index cb7ce13a..0cd03752 100644
--- a/remote/modules/kernel/kernel.conf
+++ b/remote/modules/kernel/kernel.conf
@@ -1,4 +1,3 @@
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
REQUIRED_DIRECTORIES=""
-REQUIRED_INSTALLED_PACKAGES="patch"