aboutsummaryrefslogtreecommitdiff
path: root/utils/gammu
Commit message (Collapse)AuthorAge
* gammu: fix dependenciesDirk Neukirchen2015-03-07
| | | | | | | | - disable libdbi via CMAKE - fix libpq dependency reported by buildbot.openwrt.org Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* gammu: use cmake.mkDirk Neukirchen2015-03-07
| | | | | | | | - remove not needed legacy stuff - fix lib64 suffix when installing fixes build error when target is x86_64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* gammu: change startup/config file names to avoid potential conflictaTanW2015-02-26
| | | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 8 ++++---- files/gammu.init | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-)
* remove uneeded PKG_BUILD_DIR & PKG_CAT overridesNicolas Thill2015-02-22
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #905 from psycho-nico/fix-gammuSteven Barth2015-02-17
|\ | | | | gammu: disable libdbi support explicitly
| * gammu: disable libdbi support explicitlyNicolas Thill2015-02-13
| | | | | | | | | | | | Fixes a dependency error when libdbi was built before gammu Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | gammu: add uci config and procd service controlaTanW2015-02-13
|/ | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 8 +++++---
* gammu: remove unneeded dependenciesaTanW2015-02-11
| | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* gammu: add libusb dependencyaTanW2015-01-14
| | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 1 + 1 file changed, 1 insertion(+)
* gammu: bump version to upstream 1.34.0aTanW2015-01-05
| | | | | | | Signed-Off-By: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* gammu: Fix copypaste typo in config file installationaTanW2014-12-11
|
* Fix gammu config file installation and descriptionaTanW2014-12-10
| | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
* This adds package gammu v 1.33.0 to the build treeaTanW2014-12-09
Gammu is a tool for cell phone/modem control, including send/receive SMS, phone directory and other. Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 68 +++++++++++++++++++++++++++++++ files/gammurc | 37 ++++++++++++++++ patches/001-iconv-disabling-option.patch | 51 +++++++++++++++++++++++ patches/002-no-fstack-protector.patch | 11 +++++ patches/003-cmake-cross-toolchain.patch | 43 +++++++++++++++++++ patches/010-utils-shell-fix.patch | 16 +++++++ 6 files changed, 226 insertions(+)