freetdm: add package
[feed/telephony.git] / libs / freetdm / Config.in
diff --git a/libs/freetdm/Config.in b/libs/freetdm/Config.in
new file mode 100644 (file)
index 0000000..725f888
--- /dev/null
@@ -0,0 +1,12 @@
+menu "Configuration"
+       depends on PACKAGE_freetdm
+
+config FREETDM_WITH_DEBUG
+       bool "Compile with debug information"
+       default n
+       help
+         Enable extra debug codepaths, like asserts and extra output. If you
+         want to get meaningful backtraces see
+         https://wiki.openwrt.org/doc/devel/debugging for starting points.
+
+endmenu