aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | nano: update to 5.3Hannu Nyman2020-10-07
| | | | | | | | | | | | Update nano editor to version 5.3. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #13570 from jefferyto/golang-1.15Rosen Penev2020-10-07
|\ \ | | | | | | golang: Update to 1.15.2, update/enhance Makefiles
| * | golang: Share build cache across package buildsJeffery To2020-10-06
| |/ | | | | | | | | | | | | This also adds a config option GOLANG_BUILD_CACHE_DIR to customize the location of the build cache directory. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / btrfs-progs: update to version 5.7Josef Schlehofer2020-10-06
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13546 from miska/maria-cleanup-updateRosen Penev2020-10-03
|\ | | | | MariaDB: cleanup & update
| * mariadb: Update to version 10.4.14Michal Hrusecky2020-10-02
| | | | | | | | Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * mariadb: Add shellcheck disable into init scriptMichal Hrusecky2020-10-02
| | | | | | | | | | | | | | | | | | On few places, shellcheck gets confused by how some OpenWrt functions work - especially load ones. Also on few places there are $options variables that need not to be globbed. Could be rewritten better not to need them, but I'll do major rewrites later in separate pull request. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * mariadb: Use double quotes where possibleMichal Hrusecky2020-10-02
| | | | | | | | | | | | | | | | Just to make sure, add double quotes around strings and various variables. In some cases it could prevent some issues, in other cases it is just a good practice. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * mariadb: Handle non-existent logger in initMichal Hrusecky2020-10-01
| | | | | | | | | | | | Make sure init script has a fallback when logger is not available. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | Merge pull request #13559 from BKPepe/nnnJosef Schlehofer2020-10-03
|\ \ | | | | | | nnn: update to version 3.4
| * | nnn: update to version 3.4Josef Schlehofer2020-10-02
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | beep: fix dependency to support non-x86 target and kmod-gpio-beeperYanase Yuki2020-10-03
| | | | | | | | | | | | | | | | | | | | | | | | Beep is a target-independent software that can handle buzzers controlled by kmod-gpio-beeper. This change is useful for some non-x86 enterprise APs and development boards that have a buzzer connected to GPIO. Compile-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Run-tested: ath79, ELECOM WAB-I1750-PS, 3fab4ac + device support patch Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* | beep: add missing PKG_MIRROR_HASHYanase Yuki2020-10-03
|/ | | | Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
* Merge pull request #13515 from neheb/domo3Rosen Penev2020-10-01
|\ | | | | domoticz: fix compilation with full NLS
| * domoticz: fix compilation with full NLSRosen Penev2020-09-28
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gammu: fix compilation with full NLSRosen Penev2020-09-30
| | | | | | | | | | | | Just disable NLS to fix it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13518 from neheb/cryptseRosen Penev2020-09-30
|\ \ | | | | | | cryptsetup: fix compilation with full NLS
| * | cryptsetup: fix compilation with full NLSRosen Penev2020-09-28
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / telldus-core: remove freebsd hackRosen Penev2020-09-28
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* i2c-tools: update to version 4.2Daniel Golle2020-09-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cryptsetup: update to version 2.3.4Daniel Golle2020-09-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* lvm2: update to version 2.03.10Daniel Golle2020-09-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ccid: update to version 1.4.33Daniel Golle2020-09-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* semobule-utils: fix wrong dependencyRosen Penev2020-09-27
| | | | | | | | | | policycoreutils was reworked in master. Added PKG_BUILD_PARALLEL for faster compilation. Reorganized some stuff for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* docker-compose: Update to version 1.27.4Javier Marcet2020-09-25
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* Merge pull request #13449 from neheb/gpsdRosen Penev2020-09-24
|\ | | | | gpsd: update to 3.21
| * gpsd: update to 3.21Rosen Penev2020-09-23
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | coreutils: fix compilation for when selinux is presentMarek Behún2020-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://bugs.gentoo.org/301782 coreutils does not respect --without-selinux correctly when libselinux.so is present on the target system (in the staging dir). This solves a weird issue of some coreutils programs not building (for example stdbuf), because the configure script uses -Werror to determine whether __attribute__((constructor)) is respected, but -Werror causes compilation to fail because of a warning about redefinition of HAVE_SELINUX_SELINUX_H macro. Signed-off-by: Marek Behún <kabel@blackhole.sk>
* | docker-ce: Updated to 19.03.13Gerard Ryan2020-09-24
| | | | | | | | | | | | * Added optional kernel option to better enable cgroup networking Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | containerd: Updated to 1.3.7Gerard Ryan2020-09-24
| | | | | | | | | | | | * libseccomp seems to be a requirement for compilation now Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | ctop: fix install phaseMarek Behún2020-09-24
| | | | | | | | | | | | | | Fix install phase for this package: use variable GO_PKG_BUILD_BIN_DIR instead of GO_PKG_BUILD_DIR. Signed-off-by: Marek Behún <kabel@blackhole.sk>
* | Merge pull request #13472 from ↵Rosen Penev2020-09-23
|\ \ | |/ |/| | | | | RussellSenior/add-stm32flash-support-for-stm32g431 stm32flash: add support for STM32G431xx
| * stm32flash: add support for STM32G431xxRussell Senior2020-09-23
| | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | tmux: add runtime testPaul Spooren2020-09-22
| | | | | | | | | | | | Run test script to see if compiled binary prints sane output. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | Merge pull request #13378 from micmac1/maria-fakerJosef Schlehofer2020-09-22
|\ \ | | | | | | mariadb: use fakeroot instead of postinst script
| * | mariadb: use fakeroot instead of postinst scriptSebastian Kemper2020-09-17
| | | | | | | | | | | | | | | | | | fakeroot support was recently added to OpenWrt. Let's make use of it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | Merge pull request #13446 from neheb/owfsdRosen Penev2020-09-20
|\ \ \ | | | | | | | | owfs: update to 3.2p4
| * | | owfs: update to 3.2p4Rosen Penev2020-09-20
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13448 from neheb/spiRosen Penev2020-09-20
|\ \ \ | | | | | | | | spi-tools: update to 0.8.5
| * | | spi-tools: update to 0.8.5Rosen Penev2020-09-20
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / sispmctl: update to 4.8Rosen Penev2020-09-20
|/ / | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13429 from aparcar/vim-runtimeRosen Penev2020-09-18
|\ \ | | | | | | vim: add runtime test
| * | vim: add runtime testPaul Spooren2020-09-18
| | | | | | | | | | | | | | | | | | Run test script to see if compiled binary prints sane output. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | Merge pull request #13349 from olek2/coremarkRosen Penev2020-09-18
|\ \ \ | | | | | | | | coremark: add various optimization options
| * | | coremark: add various optimization optionsAleksander Jan Bajkowski2020-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Pass compiler flags through PORT_CFLAGS (previously, it was always compiled with -O2 -lrt) - Add option to override toolchain and use -O3 - Disable MIPS16 (highly decreases results) - Enable LTO Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
* | | | Merge pull request #13337 from jmarcet/docker-compose-updateRosen Penev2020-09-18
|\ \ \ \ | |_|/ / |/| | | docker-compose: Update to version 1.27.3
| * | | docker-compose: Update to version 1.27.3Javier Marcet2020-09-17
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | syncthing: simplify runtime testPaul Spooren2020-09-17
| | | | | | | | | | | | | | | | | | | | | | | | Passed argument no longer contains the release. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | prometheus: simplify runtime testPaul Spooren2020-09-17
| | | | | | | | | | | | | | | | | | | | | | | | Passed argument no longer contains the release. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | prometheus: add runtime testPaul Spooren2020-09-17
|/ / / | | | | | | | | | | | | | | | | | | | | | Run trivial check if the compiled binary works on the architecture. Do so by comparing the printed version by the binary with the Makefile version. The release is OpenWrt specific, so cut it off. Signed-off-by: Paul Spooren <mail@aparcar.org>