aboutsummaryrefslogtreecommitdiff
path: root/utils/rtl_433
Commit message (Collapse)AuthorAge
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl_433: update to 20.11Rosen Penev2020-12-22
| | | | | | | | Replace CMAKE_INSTALL with an explicit InstallDev section. Install conf files. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl_433: update to 20.02Rosen Penev2020-04-03
| | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Removed upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl_433: Update to 18.12Rosen Penev2019-05-03
| | | | | | | | Added a patch to fix compilation under uClibc-ng. Reorganized Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl_433: Update to 18.05 and switch to codeloadRosen Penev2018-08-02
| | | | | | Simpler Signed-off-by: Rosen Penev <rosenp@gmail.com>
* rtl_433: add packageJasper Scholte2017-12-21
This will add the rtl_433 package. The project can be found: https://github.com/merbanan/rtl_433 It is based on a recent trunk since the latest release is negligible. Signed-off-by: Jasper Scholte <NightNL@outlook.com>