summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
Diffstat (limited to 'priv')
-rw-r--r--priv/config/rvi_common.config7
1 files changed, 5 insertions, 2 deletions
diff --git a/priv/config/rvi_common.config b/priv/config/rvi_common.config
index ef5ff3c..ad60c89 100644
--- a/priv/config/rvi_common.config
+++ b/priv/config/rvi_common.config
@@ -25,7 +25,8 @@ Out = filename:absname(proplists:get_value(outdir, OPTIONS)).
compiler,
ssl,
asn1,
- wse,
+ wse,
+ bt,
%% RVI-specific apps.
%% Do not touch unless you are replacing apps with your own
@@ -45,7 +46,9 @@ Out = filename:absname(proplists:get_value(outdir, OPTIONS)).
authorize,
schedule,
dlink_tcp,
- proto_bert
+ dlink_bt,
+ proto_bert,
+ proto_json
%% If adding apps, you can still include this config, and complement
%% with {add_apps, [App]}, {remove_apps, [App]} and even {sort_app,A,Before}.
]},