RGB30 LED control fix
This commit is contained in:
parent
f9a241827c
commit
cf4f978dce
3 changed files with 8 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -48,8 +48,8 @@ S922X:
|
|||
|
||||
RK3566:
|
||||
unset DEVICE_ROOT
|
||||
DEVICE_ROOT=RK3566 PROJECT=Rockchip DEVICE=RK3566 ARCH=arm ./scripts/build_distro
|
||||
DEVICE_ROOT=RK3566 PROJECT=Rockchip DEVICE=RK3566 ARCH=aarch64 ./scripts/build_distro
|
||||
PROJECT=Rockchip DEVICE=RK3566 ARCH=arm ./scripts/build_distro
|
||||
PROJECT=Rockchip DEVICE=RK3566 ARCH=aarch64 ./scripts/build_distro
|
||||
|
||||
RK3326:
|
||||
unset DEVICE_ROOT
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
cat <<EOF >/storage/.config/profile.d/010-led_control
|
||||
EOF
|
Loading…
Reference in a new issue