Commit Graph

8 Commits

Author SHA1 Message Date
Rosen Penev 2b29d8356e rtl-ais: Add missing header
Fixes -Wimplicit-function-declaration

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-05 11:56:00 +02:00
Jeffery To da2974620e rtl-ais: Update init script
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>
2019-02-12 18:03:20 +00:00
Rosen Penev 16f623b387 rtl-ais: Fix compilation on i386
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>
2019-01-21 11:38:56 +01:00
Rosen Penev 2eb25c44f4 rtl-ais: Update to 0.3 and switch to codeload (#6661)
Simpler

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-08-05 10:49:06 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Nuno Goncalves 0b06f1f51c rtl-ais: add procd validation
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-12-13 23:21:28 +00:00
Nuno Goncalves 6a5d2a5b96 rtl-ais: bump version, add init script, add uci config
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-08-09 11:52:22 +01:00
Nuno Goncalves 957d75cd2f Add rtl-ais: rtl-sdr AIS dual channel tuner
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-14 12:32:44 +01:00