aboutsummaryrefslogtreecommitdiff
path: root/utils/rtl-ais/Makefile
Commit message (Collapse)AuthorAge
* rtl-ais: Add missing headerRosen Penev2019-07-05
| | | | | | Fixes -Wimplicit-function-declaration Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl-ais: Update init scriptJeffery To2019-02-12
| | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also fixes some space-indented lines to use tabs. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* rtl-ais: Fix compilation on i386Rosen Penev2019-01-21
| | | | | | The code from 1996 is using pre-c99 inline semantics that cause compilation failures on i386. Added std-gnu89 to fix this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl-ais: Update to 0.3 and switch to codeload (#6661)Rosen Penev2018-08-05
| | | | | Simpler Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>
* rtl-ais: add procd validationNuno Goncalves2015-12-13
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* rtl-ais: bump version, add init script, add uci configNuno Goncalves2015-08-09
| | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* Add rtl-ais: rtl-sdr AIS dual channel tunerNuno Goncalves2015-07-14
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>