mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #1974 from porschemad911/rk3588-commander
RK3588 - switch from fileman to commander
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2025 ROCKNIX (https://github.com/ROCKNIX)
|
||||
|
||||
if [ ! -f "/storage/.config/commander.cfg" ]; then
|
||||
cat <<EOF >/storage/.config/commander.cfg
|
||||
disp_autoscale_dpi=0
|
||||
disp_ppu_x=4
|
||||
disp_ppu_y=4
|
||||
EOF
|
||||
fi
|
||||
@@ -18,7 +18,7 @@ esac
|
||||
|
||||
# Fileman or Commander Filemanager
|
||||
case ${DEVICE} in
|
||||
SM8250|SDM845|S922X|SM8550)
|
||||
RK3588|SM8250|SDM845|S922X|SM8550)
|
||||
PKG_DEPENDS_TARGET+=" commander"
|
||||
FILEMANAGER="commander"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user