From ea100f54a09b6e47565a4f82af1898980266afa0 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Wed, 9 Dec 2020 02:53:21 +0000 Subject: [PATCH] busybox: add fsl to dthelper compatibles --- packages/sysutils/busybox/scripts/dthelper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/scripts/dthelper b/packages/sysutils/busybox/scripts/dthelper index ecf66f8e71..83bd436b55 100755 --- a/packages/sysutils/busybox/scripts/dthelper +++ b/packages/sysutils/busybox/scripts/dthelper @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0 # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) -COMPATIBLE=$(cat /proc/device-tree/compatible 2>/dev/null | tr -d '\000' | sed -n -e 's/.*\(allwinner\|amlogic\|nxp\|qcom\|raspberrypi\|rockchip\|samsung\).*/\1/p') +COMPATIBLE=$(cat /proc/device-tree/compatible 2>/dev/null | tr -d '\000' | sed -n -e 's/.*\(allwinner\|amlogic\|fsl\|nxp\|qcom\|raspberrypi\|rockchip\|samsung\).*/\1/p') do_dtfile(){ if [ -e /flash/extlinux/extlinux.conf ]; then