diff --git a/examples/dtls-echo/Makefile b/examples/dtls-echo/Makefile
index b6cc11cb43da040c814e2f2c26a8f54b4a1c8280..58211491d1953af7b8e359faf6f6a56896e9a432 100644
--- a/examples/dtls-echo/Makefile
+++ b/examples/dtls-echo/Makefile
@@ -17,7 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
                              nucleo-f334 pca10000 pca10005 spark-core \
                              stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
                              cc2650stk nucleo-f030 nucleo-f070 microbit \
-                             calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \
+                             calliope-mini nucleo32-f042 nucleo32-f303 opencm904 \
                              maple-mini nucleo32-f031 nucleo-l073 nucleo-l053
 
 # Include packages that pull up and auto-init the link layer.
diff --git a/examples/gnrc_border_router/Makefile b/examples/gnrc_border_router/Makefile
index 891e52325a80517d35c5a5284e38a925f50491d4..f34f729a9af18bba31fc3aa17c33b1dc2a84ae7c 100644
--- a/examples/gnrc_border_router/Makefile
+++ b/examples/gnrc_border_router/Makefile
@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
                              spark-core stm32f0discovery telosb \
                              weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
                              nucleo-f030 nucleo-f070 microbit calliope-mini \
-                             nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031 \
+                             nucleo32-f042 nucleo32-f303 opencm904 nucleo32-f031 \
                              nucleo-l073 nucleo-l053
 
 BOARD_BLACKLIST += mips-malta # No UART available.