ALT Linux Bugzilla
– Attachment 18865 Details for
Bug 53706
Не добавляется модуль phy_rockchip_samsung_hdptx
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
device-tree-modules v1
device-tree-modules.sh (text/plain), 426 bytes, created by
Alexey Gladkov
on 2025-06-21 10:42:31 MSK
(
hide
)
Description:
device-tree-modules v1
Filename:
MIME Type:
Creator:
Alexey Gladkov
Created:
2025-06-21 10:42:31 MSK
Size:
426 bytes
patch
obsolete
>#!/bin/bash -efu > >device_tree= > >for dir in /proc/device-tree /sys/firmware/devicetree/base ${DEVICE_TREE_DIR-}; do > if [ -d "$dir" ]; then > device_tree="$dir" > break > fi >done > >[ -n "$device_tree" ] > >find "$device_tree" -name compatible | >while read -r f; do > tr '\0' '\n' < "$f" | > while read -r compat; do > printf 'of:N*T*C%sC*\n' "${compat//[ ]/_}" > done >done | > sort -u | > depinfo --no-prefix --input=- 2>/dev/null ||:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 53706
:
18128
|
18129
|
18136
| 18865