From a6983a47c79a567c5e53f83a47feb07d4791cf91 2019-10-21 15:19:28 From: burnbabyburn <2515038+burnbabyburn@users.noreply.github.com> Date: 2019-10-21 15:19:28 Subject: [PATCH] Update 13-kernel.sh --- diff --git a/bootstrap.d/13-kernel.sh b/bootstrap.d/13-kernel.sh index cd8b081..043dab5 100644 --- a/bootstrap.d/13-kernel.sh +++ b/bootstrap.d/13-kernel.sh @@ -390,7 +390,7 @@ if [ "$BUILD_KERNEL" = true ] ; then echo "CONFIG_FHANDLE=y" >> "${KERNEL_DIR}"/.config echo "CONFIG_LBDAF=y" >> "${KERNEL_DIR}"/.config - if [ "$ENABLE_CRYPTFS" = true ] ; then + if [ "$KERNEL_CRYPTFS" = true ] ; then { echo "CONFIG_EMBEDDED=y" echo "CONFIG_EXPERT=y"