summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-09 18:21:01 +0200
committerSimon Rettberg2021-07-09 18:21:01 +0200
commitf4c4c20d29651af5b010be0fda42c69e9f456923 (patch)
tree5f7054aea0b7128598c16855a9e619d9e1fd11d6 /core/modules/kernel-vanilla
parent[zram-swap] make it an actual module :) (diff)
downloadmltk-f4c4c20d29651af5b010be0fda42c69e9f456923.tar.gz
mltk-f4c4c20d29651af5b010be0fda42c69e9f456923.tar.xz
mltk-f4c4c20d29651af5b010be0fda42c69e9f456923.zip
Cleanup, rename some variables
Diffstat (limited to 'core/modules/kernel-vanilla')
-rw-r--r--core/modules/kernel-vanilla/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/kernel-vanilla/module.build b/core/modules/kernel-vanilla/module.build
index 9e7b1ed3..d6b81c0b 100644
--- a/core/modules/kernel-vanilla/module.build
+++ b/core/modules/kernel-vanilla/module.build
@@ -34,7 +34,7 @@ fetch_source() {
rm -rf "./ksrc"
git clone --depth 1 "${REQUIRED_GIT}" -b "v${REQUIRED_KERNEL}" ksrc || perror "Could not clone kernel git."
fi
- if [ -z "$REMOTE_LOCAL_INSTALL" ]; then
+ if [ -z "$MLTK_INSTALL" ]; then
# check for aufs
local RSL="$( find ksrc/ -type d -name aufs )"
if [ -z "$RSL" ]; then