summaryrefslogtreecommitdiffstats
path: root/stacks/lwip_stack/app_conf/module_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/lwip_stack/app_conf/module_config.json')
-rw-r--r--stacks/lwip_stack/app_conf/module_config.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/stacks/lwip_stack/app_conf/module_config.json b/stacks/lwip_stack/app_conf/module_config.json
deleted file mode 100644
index f1b3458..0000000
--- a/stacks/lwip_stack/app_conf/module_config.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "default_stack_name": "kernel",
- "module_list": [
- {
- "stack_name": "kernel",
- "function_name": "kernel_stack_register",
- "libname": "./",
- "loadtype": "static",
- "deploytype": "1",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
- "stackid": "0",
- },
- {
- "stack_name": "lwip",
- "function_name": "nstack_stack_register",
- "libname": "libnstack.so",
- "loadtype": "dynmic",
- "deploytype": "3",
- "maxfd": "1024",
- "minfd": "0",
- "priorty": "1",
- "stackid": "1",
- },
- ]
-}