Merge pull request #2410 from fewtarius/dev

Fix another initramfs issue with device_root, and enable uart2 for x55.
This commit is contained in:
fewtarius 2023-11-21 19:18:54 -05:00 committed by GitHub
commit 8933809c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@
# Define package sets to clean based on the type of build being executed.
# This should be updated to be more dynamic in the future.
CLEAN_OS_BASE="emulators initramfs u-boot-script system-utils modules quirks autostart jelos"
CLEAN_OS_BASE="emulators u-boot-script system-utils modules quirks autostart jelos"
CLEAN_NETWORK="RTL8821CS-firmware"
CLEAN_EMU_32BIT="lib32 box86 flycast-lr pcsx_rearmed-lr arm"

View file

@ -31,7 +31,7 @@ case ${DEVICE} in
;;
*X55)
PKG_URL="${PKG_SITE}/rk3566-x55-kernel.git"
PKG_VERSION="9b92751b8fe21f9326d1a54dd5f675965a12d6e1"
PKG_VERSION="9a85982a2"
GET_HANDLER_SUPPORT="git"
PKG_GIT_CLONE_BRANCH="main"
;;