From 1ba5cb8157b14103083f6656b6b336a046d282b1 Mon Sep 17 00:00:00 2001
From: Martine Lenders <mlenders@inf.fu-berlin.de>
Date: Sun, 20 Sep 2015 18:26:54 +0200
Subject: [PATCH] examples: unblacklist boards in gnrc_networking

---
 examples/gnrc_networking/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/examples/gnrc_networking/Makefile b/examples/gnrc_networking/Makefile
index e0b2be14ac..f91d1f3dec 100644
--- a/examples/gnrc_networking/Makefile
+++ b/examples/gnrc_networking/Makefile
@@ -8,13 +8,10 @@ BOARD ?= native
 RIOTBASE ?= $(CURDIR)/../..
 
 BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
-                          nrf6310 nucleo-f334 pca10000 pca10005 \
+                          nrf6310 nucleo-f334 pca10000 pca10005 spark-core \
                           stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
                           yunjia-nrf51822 z1
 
-BOARD_BLACKLIST        := spark-core
-# arduino-mega2560: unknown error types (e.g. -EBADMSG)
-
 # Include packages that pull up and auto-init the link layer.
 # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
 USEMODULE += gnrc_netif_default
-- 
GitLab