diff options
-rw-r--r-- | recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb b/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb index ba3a7ab..887cb5e 100644 --- a/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb +++ b/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb @@ -10,8 +10,7 @@ INITSCRIPT_PARAMS = "start 40 S ." RDEPENDS_${PN} = "bash" -# For now, just mtcap -COMPATIBLE_MACHINE = "(mtcap)" +COMPATIBLE_MACHINE = "(mtcap|mtcdt)" # By using an overlay, we should be able to support multiple pinouts # using the same image. The overlays go into /lib/dtoverlays. |