radxa-e54c: board config: replace hacky Wayland fix (#9281)

enable_extension "wayland-sessions-mask" instead
This commit is contained in:
schwar3kat 2026-01-22 22:10:34 +13:00 committed by GitHub
parent 968464532c
commit 2cd63afadf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
config/boards/radxa-e54c.conf Normal file → Executable file
View File

@ -9,6 +9,7 @@ BOOT_FDT_FILE="rockchip/rk3588s-radxa-e54c.dtb"
BOOT_SCENARIO="spl-blobs"
BOOT_SOC="rk3588"
IMAGE_PARTITION_TABLE="gpt"
enable_extension "wayland-sessions-mask"
# Enable system and network LEDs
function post_family_tweaks_bsp__radxa_e54c_enable_leds() {
@ -70,7 +71,4 @@ function post_family_tweaks_bsp__radxa_e54c_enable_leds() {
EOF
if [[ $DESKTOP_ENVIRONMENT == gnome && $BRANCH == vendor ]]; then
sed -i -e "/AutomaticLogin = \$RealUserName/a\\" -e $'\\t\\t\\tWaylandEnable = false' "${destination}"/usr/lib/armbian/armbian-firstlogin
fi
}