From bf1b6b6f9c55b34f694b90dfe089b5696fb359ab Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 5 Nov 2019 09:41:15 +0100 Subject: [PATCH] tests/nhdp: remove useless BOARD_BLACKLIST The corresponding arch features are blacklisted in oonf_api package which is a dependency of nhdp --- tests/nhdp/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/nhdp/Makefile b/tests/nhdp/Makefile index c5f32d8c6c..a81eb7a4f3 100644 --- a/tests/nhdp/Makefile +++ b/tests/nhdp/Makefile @@ -1,11 +1,5 @@ include ../Makefile.tests_common -BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \ - arduino-mega2560 arduino-nano arduino-uno \ - atmega328p chronos mega-xplained microduino-corerf \ - msb-430 msb-430h telosb waspmote-pro \ - wsn430-v1_3b wsn430-v1_4 z1 - USEMODULE += gnrc_ipv6 USEMODULE += gnrc_sock_udp USEMODULE += nhdp