summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSichen Zhao <1473996754@qq.com>2017-10-12 20:16:09 +0800
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-10 13:33:03 +0100
commitce2262ee2812600714b670d0373c61176f934049 (patch)
tree7dc6c4e4212f794b4619267773caefd83551979b /libbsd.py
parentAdd wpa_supplicant command in test suite. (diff)
downloadrtems-libbsd-ce2262ee2812600714b670d0373c61176f934049.tar.bz2
Add wpa_supplicant_fork command.
Add fork command for wpa supplicant to start a new task.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 73155fbc..3e3219e8 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -4278,6 +4278,7 @@ def usr_sbin_wpa_supplicant(mm):
[
'rtems/rtems-bsd-shell-wpa_supplicant.c',
'rtems/rtems-wpa_supplicant_mutex.c',
+ 'rtems/rtems-bsd-shell-wpa_supplicant_fork.c',
],
mm.generator['source']()
)