| config BR2_PACKAGE_SMSTOOLS3 |
| depends on BR2_USE_MMU # fork() |
| depends on BR2_TOOLCHAIN_HAS_THREADS |
| The SMS Server Tools 3 is a SMS Gateway software which can |
| send and receive short messages through GSM modems and |
| http://smstools3.kekekasvi.com/ |
| config BR2_PACKAGE_SMSTOOLS3_NB_MODEMS |
| int "Number of modems to support" |
| To reduce memory footprint of SMS Server Tools, you can |
| specify the exact number of modems connected to your |
| board. By default only 1 modem is used. |
| comment "smstools3 needs a toolchain w/ wchar, threads" |
| depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS |