From 98682e5e2aefc9aad61354f4f3ac93be96002a2a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 8 Feb 2021 08:47:37 +0100 Subject: sys/linux: add ieee802154 descriptions --- executor/executor_linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/executor_linux.h') diff --git a/executor/executor_linux.h b/executor/executor_linux.h index e66c92e3d..57c2638ea 100644 --- a/executor/executor_linux.h +++ b/executor/executor_linux.h @@ -222,4 +222,5 @@ static feature_t features[] = { {"kcsan", setup_kcsan}, {"usb", setup_usb}, {"sysctl", setup_sysctl}, + {"802154", setup_802154}, }; -- cgit mrf-deployment