linux: automated code cleanup

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2021-10-01 19:19:49 +00:00
parent cbeda2bc88
commit 7714a1e42f

View File

@ -179,7 +179,7 @@ pre_make_target() {
continue continue
fi fi
if [ "$($PKG_BUILD/scripts/config --state ${OPTION%%=*})" != "${OPTION##*=}" ]; then if [ "$(${PKG_BUILD}/scripts/config --state ${OPTION%%=*})" != "${OPTION##*=}" ]; then
MISSING_KERNEL_OPTIONS+="\t${OPTION}\n" MISSING_KERNEL_OPTIONS+="\t${OPTION}\n"
fi fi
done < ${DISTRO_DIR}/${DISTRO}/kernel_options done < ${DISTRO_DIR}/${DISTRO}/kernel_options