diff --git a/config/boards/gateway-gz80x.conf b/config/boards/gateway-gz80x.conf index 423697624..ef7276746 100644 --- a/config/boards/gateway-gz80x.conf +++ b/config/boards/gateway-gz80x.conf @@ -11,7 +11,7 @@ BOOT_FDT_FILE="amlogic/meson-axg-amper-gateway-am-gz80x.dtb" SRC_EXTLINUX="yes" SRC_CMDLINE="console=ttyAML0,115200n8 clk_ignore_unused loglevel=7" HAS_VIDEO_OUTPUT="no" -MODULES_BLACKLIST="rtw88_8723d rtw88_8723ds" +MODULES_BLACKLIST="rtw88_8723d rtw88_8723ds meson_nand" PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools" function post_family_tweaks_bsp__gateway_gz80x_firmware() { @@ -24,6 +24,6 @@ function post_family_tweaks_bsp__gateway_gz80x_firmware() { function post_family_tweaks_bsp__gateway_gz80x_udev() { mkdir -p "${destination}"/etc/udev/rules.d - display_alert "$BOARD" "Install zwave udev rule" "info" + display_alert "$BOARD" "Installing zwave udev rule" "info" echo 'KERNEL=="ttyAML2", NAME="tts/%n", SYMLINK+="zwave", GROUP="dialout", MODE="0660"' > "${destination}"/etc/udev/rules.d/10-zwave.rules }