mirror of https://github.com/armbian/build.git
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:
parent
1fe139c1f5
commit
abc67aeea5
|
|
@ -9,6 +9,8 @@ modules=(
|
|||
snd_soc_hifi_realtek
|
||||
snd_soc_realtek
|
||||
rtk_drm
|
||||
rtkve1
|
||||
rtkve2
|
||||
)
|
||||
|
||||
for module in "${modules[@]}"; do
|
||||
|
|
|
|||
Loading…
Reference in New Issue