summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index 6541c7a..e8c639d 100755
--- a/functions.sh
+++ b/functions.sh
@@ -274,6 +274,8 @@ conf_localconf()
if [ "$ptest_enabled" = "1" ]; then
echo 'DISTRO_FEATURES += "ptest"' >> conf/local.conf
fi
+
+ echo 'OLDEST_KERNEL_aarch64 = "2.6.32"' >> conf/local.conf
}
cleanup_soft()