Commit d3dd5246 authored by Anton Midyukov's avatar Anton Midyukov

mobile.mk: blacklist kernel modules of camera on MIG lt11i Tablet

They don't work yet and their spam in dmesg causes the system to freeze.
parent 241545ab
...@@ -64,6 +64,7 @@ mixin/mobile-lt11i: mixin/uboot-extlinux use/tty/S0 ...@@ -64,6 +64,7 @@ mixin/mobile-lt11i: mixin/uboot-extlinux use/tty/S0
@$(call set,KFLAVOURS,lt11i) @$(call set,KFLAVOURS,lt11i)
@$(call add,THE_PACKAGES,lt11i-bluetooth) @$(call add,THE_PACKAGES,lt11i-bluetooth)
@$(call add,THE_PACKAGES,firmware-lt11i) @$(call add,THE_PACKAGES,firmware-lt11i)
@$(call add,THE_PACKAGES,blacklist-lt11i-camera)
mixin/mobile-nxp: mixin/uboot-extlinux use/tty/S0 mixin/mobile-nxp: mixin/uboot-extlinux use/tty/S0
@$(call set,KFLAVOURS,nxp) @$(call set,KFLAVOURS,nxp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment