mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
load modules for hw video engine
With video decoder/encoder drivers added in kernel, load the related modules in script.
This commit is contained in:
@@ -9,6 +9,8 @@ modules=(
|
|||||||
snd_soc_hifi_realtek
|
snd_soc_hifi_realtek
|
||||||
snd_soc_realtek
|
snd_soc_realtek
|
||||||
rtk_drm
|
rtk_drm
|
||||||
|
rtkve1
|
||||||
|
rtkve2
|
||||||
)
|
)
|
||||||
|
|
||||||
for module in "${modules[@]}"; do
|
for module in "${modules[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user