1 config BR2_PACKAGE_SMSTOOLS3
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_USE_WCHAR
5 depends on BR2_TOOLCHAIN_HAS_THREADS
7 The SMS Server Tools 3 is a SMS Gateway software which can send and
8 receive short messages through GSM modems and mobile phones.
10 http://smstools3.kekekasvi.com/
12 if BR2_PACKAGE_SMSTOOLS3
14 config BR2_PACKAGE_SMSTOOLS3_NB_MODEMS
15 int "Number of modems to support"
18 To reduce memory footprint of SMS Server Tools, you can specify the
19 exact number of modems connected to your board. By default only 1
24 comment "smstools3 needs a toolchain w/ wchar, threads"
25 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
26 depends on BR2_USE_MMU