Merge pull request #2410 from fewtarius/dev
Fix another initramfs issue with device_root, and enable uart2 for x55.
This commit is contained in:
commit
8933809c74
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue