This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/arch/arm/boot/dts/overlays/Makefile b/arch/arm/boot/dts/overlays/Makefile | |
index 6fcacdccb608..8e3a0dc87e92 100644 | |
--- a/arch/arm/boot/dts/overlays/Makefile | |
+++ b/arch/arm/boot/dts/overlays/Makefile | |
@@ -34,6 +34,12 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \ | |
cap1106.dtbo \ | |
chipdip-dac.dtbo \ | |
cma.dtbo \ | |
+ devterm-bt.dtbo \ | |
+ devterm-misc.dtbo \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Molokai theme | |
*xterm*faceName: "Liberation Mono" | |
*xterm*faceSize: 9 | |
*xterm*background: #272822 | |
*xterm*foreground: #f8f8f2 | |
*xterm*cursorColor: #f8f8f2 | |
*xterm*color0: #101010 | |
*xterm*color1: #ed2169 | |
*xterm*color2: #66aa11 | |
*xterm*color3: #c47f2c |