Skip to content

Commit 11d43f2

Browse files
ToKe79gouchi
andcommitted
Lakka: Generic: add support for Ventoy (again)
Add kernel options to enable booting the Lakka image using Ventoy. Co-authored-by: gouchi <[email protected]>
1 parent 13b3bf2 commit 11d43f2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/linux/package.mk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,13 @@ pre_make_target() {
258258
${PKG_BUILD}/scripts/config --enable CONFIG_IGC
259259
fi
260260

261+
# enable Ventoy support
262+
if [ "${DISTRO}" = "Lakka" -a "${PROJECT}" = "Generic" ]; then
263+
${PKG_BUILD}/scripts/config --enable CONFIG_MD \
264+
--enable CONFIG_BLK_DEV_DM_BUILTIN \
265+
--enable CONFIG_BLK_DEV_DM
266+
fi
267+
261268
# enable Joycon and Dualsense on default and raspberrypi kernels for Lakka
262269
if [ "${DISTRO}" = "Lakka" ] && [ "${LINUX}" = "default" -o "${LINUX}" = "raspberrypi" ]; then
263270
${PKG_BUILD}/scripts/config \

0 commit comments

Comments
 (0)