summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2007-05-31 22:28:11 +0000
committerJeff Epler <jepler@unpythonic.net>2007-05-31 22:28:11 +0000
commit4f3fd99d06f687ff2303e7ff7f8df26c5da4ee03 (patch)
tree5b96cbd7a1595e668abba0a3312fbcc773fe1a8f
parent9a030da90071bc16599317a38170a6806abd5d7d (diff)
downloadlinuxcnc-4f3fd99d06f687ff2303e7ff7f8df26c5da4ee03.tar.gz
linuxcnc-4f3fd99d06f687ff2303e7ff7f8df26c5da4ee03.zip
this module is needed on some systems
-rw-r--r--src/module_helper/module_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module_helper/module_helper.c b/src/module_helper/module_helper.c
index 4d243c1a8..cc1a0b050 100644
--- a/src/module_helper/module_helper.c
+++ b/src/module_helper/module_helper.c
@@ -24,7 +24,7 @@ think of a better way.
* "rtai_math") then put the shorter name last.
*/
char *module_whitelist[] = {
- "rtai_math", "rtai_sem", "rtai_shm", "rtai_fifos", "rtai_up",
+ "rtai_math", "rtai_sem", "rtai_shm", "rtai_fifos", "rtai_up", "rtai_lxrt",
"rtai_hal", "rtai_sched", "rtai_smi", "rtai", "rt_mem_mgr", "adeos",
"rtl_time", "rtl_sched", "rtl_posixio", "rtl_fifo", "rtl", "mbuff",