Skip to content

Commit be61940

Browse files
committed
Remove wrapping for exclude_modules line
This is not supported by the menuconfig tool Reported by @rrb3942, closes #3658
1 parent d2c682c commit be61940

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

Makefile.conf.template

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,8 @@
7171
#xmpp= Gateway between OpenSIPS and a jabber server. It enables the exchange of IMs between SIP clients and XMPP(jabber) clients. | parsing/building XML files, typically libexpat1-devel
7272
#uuid= UUID generator | uuid-dev
7373

74-
exclude_modules?= aaa_diameter aaa_radius auth_jwt b2b_logic_xml \
75-
cachedb_cassandra cachedb_couchbase cachedb_dynamodb cachedb_memcached \
76-
cachedb_mongodb cachedb_redis carrierroute cgrates compression cpl_c \
77-
db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_sqlite \
78-
db_unixodbc dialplan emergency event_rabbitmq event_kafka event_sqs h350 \
79-
httpd http2d identity jabber json launch_darkly ldap lua mi_xmlrpc_ng \
80-
mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi \
81-
presence_reginfo presence_xml presence_dfks proto_ipsec proto_sctp proto_tls \
82-
proto_wss pua pua_bla pua_dialoginfo pua_mi pua_reginfo pua_usrloc pua_xmpp \
83-
python regex rabbitmq_consumer rest_client rls siprec sngtc snmpstats \
84-
stir_shaken tls_mgm tls_openssl tls_wolfssl uuid xcap xcap_client xml \
85-
xmpp rtp.io
74+
# the below definition must be one single line (no wrapping) to make the "menuconfig" tool happy
75+
exclude_modules?= aaa_diameter aaa_radius auth_jwt b2b_logic_xml cachedb_cassandra cachedb_couchbase cachedb_dynamodb cachedb_memcached cachedb_mongodb cachedb_redis carrierroute cgrates compression cpl_c db_berkeley db_http db_mysql db_oracle db_perlvdb db_postgres db_sqlite db_unixodbc dialplan emergency event_rabbitmq event_kafka event_sqs h350 httpd http2d identity jabber json launch_darkly ldap lua mi_xmlrpc_ng mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi presence_reginfo presence_xml presence_dfks proto_ipsec proto_sctp proto_tls proto_wss pua pua_bla pua_dialoginfo pua_mi pua_reginfo pua_usrloc pua_xmpp python regex rabbitmq_consumer rest_client rls rtp.io siprec sngtc snmpstats stir_shaken tls_mgm tls_openssl tls_wolfssl uuid xcap xcap_client xml xmpp
8676

8777
include_modules?=
8878

0 commit comments

Comments
 (0)