aboutsummaryrefslogtreecommitdiff
path: root/utils/smstools3
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* smstools3: fix compilation with GCC10Rosen Penev2020-08-03
| | | | | | | GCC10 defaults to -fno-common , which breaks compilation as there are multiple variables defined outside of the header file. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* smstools3: Run in foregroundRosen Penev2019-12-31
| | | | | | Allows procd to be able to stop the service. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* smstools3: Move init script to use procdHarald Geyer2018-03-06
| | | | | | | | | | | | | | | | * properly install config file * prevent smsd from starting right after installation to prevent loss of data (make default device unavailable by turning configuration into comments) * move init script to procd * update init script priority to sane value * log to syslog - at the moment via stdout and procd this is a workaround to force smsd to stay in the foreground * the init script can't do a modem reset anymore use an alarmhandler script instead * add a local patch to make all processes terminate if the main process dies * take over the package as new maintainer Signed-off-by: Harald Geyer <harald@ccbib.org>
* utils/smstools3: update to 3.1.21Paul Wassi2017-10-10
| | | | | | | Update package to 3.1.21, remove parts of patches which were already included upstream, update some OpenWrt specific things. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* smstoold: only define USE_ICONV if it is enabledJohn Crispin2016-05-30
| | | | Signed-off-by: John Crispin <john@phrozen.org>
* utils: Fix typos (found by codespell)Stefan Weil2016-03-26
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* smstools3: Fix NLS build dependencies, improper CFLAGS overrides and LFLAGS ↵Ted Hess2015-11-16
| | | | | | added to MAKE_VARS Signed-off-by: Ted Hess <thess@kitschensync.net>
* smstools3: fix CFLAGS and LFLAGSAlexander Ryzhov2015-09-25
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* smstools3: remove unnecessary build depsAlexander Ryzhov2015-04-23
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* smstools3 : ADD smstools3 packageGerald Kerma2014-12-23
Add smstools3 package from http://smstools3.kekekasvi.com/ Tested successfull as an email/sms gateway with : - Device: ID 12d1:1001 Huawei Technologies Co., Ltd. E169/E620/E800 HSDPA Modem - Trunk: OpenWrt Chaos Calmer r43753 - Kirkwood : Globalscale Technologies Guruplug Server Plus Send and receive SMS with modem : OK Forward received SMS to mailhub : OK Signed-off-by: Gerald Kerma <dreagle@doukki.net>