Skip to content

Commit

Permalink
added message for incomplatible systme configration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Jan 4, 2025
1 parent 81003e1 commit f7ac80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/modules/system/manage_dtoverlays.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function manage_dtoverlays () {
[[ "$LINUXFAMILY" == "meson64" ]] && overlaydir="/boot/dtb/amlogic/overlay";
[[ "$LINUXFAMILY" == "rockchip64" || "$LINUXFAMILY" == "rk3399" || "$LINUXFAMILY" == "rockchip-rk3588" || "$LINUXFAMILY" == "rk35xx" ]] && overlaydir="/boot/dtb/rockchip/overlay";


[[ ! -f "${overlayconf}" || ! -d "${overlaydir}" ]] && echo -e "Incompatible OS configuration\nArmbian device tree configuration files not found" | show_message && return 1
#[[ -f "${overlayconf}" ]] && source "${overlayconf}"
while true; do
local options=()
Expand Down

0 comments on commit f7ac80a

Please sign in to comment.