mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
busybox: add fsl to dthelper compatibles
This commit is contained in:
parent
8bfef133cc
commit
ea100f54a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user