aboutsummaryrefslogtreecommitdiff
path: root/net/lcdringer
Commit message (Collapse)AuthorAge
* lcdringer: apply brcm2708 target rename to bcm27xx to dependenciesAdrian Schmutzler2020-02-11
| | | | | | | Since the brcm2708 target has been renamed to bcm27xx in openwrt repo, update the dependency to the target in this package. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* lcdringer: Depend on vala/host insteadRosen Penev2019-09-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lcdringer: Remove libcheck dependency to fix compilationRosen Penev2019-03-30
| | | | | | | libcheck is some kind of testing framework. it is not only unnecessary, it is not even used in the code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lcdringer: 0.0.3Rosen Penev2018-11-25
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: remove superfluous + signs from PKG_BUILD_DEPENDSMatthias Schiffer2018-01-07
| | | | | | A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* 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>
* lcdringer: add new packageW. Michael Petullo2016-10-20
Lcdringer is a tool which runs on a Raspberry Pi with an LCD display. Lcdringer connects to an XMPP server, listens for messages sent to a particular Jabber ID, and displays these incoming messages while playing an audible alarm. Lcdringer also responds to the messages it receives with an indication of whether or not the audible alarm was acknowledged with a button press. Signed-off-by: W. Michael Petullo <mike@flyn.org>