S922X - switch from fileman to commander

This commit is contained in:
John Williams
2025-09-26 16:08:50 +10:00
parent 413811a04f
commit 9bc325071d

View File

@@ -18,7 +18,7 @@ esac
# Fileman or Commander Filemanager
case ${DEVICE} in
SM8250|SDM845)
SM8250|SDM845|S922X)
PKG_DEPENDS_TARGET+=" commander"
FILEMANAGER="commander"
;;