aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | domoticz: enable GPIO supportStijn Tintel2017-09-21
| | | | | | | | | | | | | | | | | | | | | | | | When cross-compiling Domoticz on a system without GPIO, the WITH_GPIO flag is not set by cmake, and GPIO support is disabled as a result. Enabling GPIO support by adding the flag to TARGET_CXXFLAGS. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | domitcz: fix dzVents scriptsStijn Tintel2017-09-20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Domoticz 3.8153 introduced support for dzVents. Unfortunately this was broken by the 902_add-scripts-path, which attempts to make Domoticz more FHS-compliant instead of throwing everything under /opt/domoticz. The problem is that dzVents scripts added via the webinterface will be generated on the filesystem. With the 902_add-scripts-path patch, Domoticz tried to write this to "scriptsdir/dzVents/generated_scripts". As the scriptsdir contains scripts that come with upstream, and are not meant to be changed, this defaults to /usr/share/domoticz/scripts, which is not writeable, so Domoticz is unable to write the script to the filesystem. What is worse is that this silently fails. Fix this by moving the generated_scripts dir to "userdatadir/generated_scripts". The userdatadir defaults to /var/lib/domoticz, which is writeable. Additionally, since this patch does more than just adding the scripts path, rename it to something more appropriate. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | collectd: uptime plugin: apply fix from upstreamHannu Nyman2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uptime plugin fails to adjust for system time changes after boot. As Openwrt/LEDE routers usually do not have a RTC, the system time gets adjusted with NTP possibly after collectd has already started. But collectd continues to use the initial time set by 'sysfixtime', which can lead to incorrect uptime calculations. Apply a proposed fix from upstream that uses /proc/uptime Reference to https://github.com/collectd/collectd/pull/2034 Fixes #4819 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | zip: add host compileAdrian Panella2017-09-13
| | | | | | | | | | | | make it available as a tool for building other packages Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | Merge pull request #4787 from cwluxul/unsquashfs-fix-segfault-armHannu Nyman2017-09-12
|\ \ | | | | | | squashfs-tools: fix segfault
| * | squashfs-tools: fix segfaultColby Whitney2017-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unsquashfs was segfaulting. When examining in gdb the stack was corrupt. I found that converting the variable length arrays to malloc caused the stack corruption to not happen and the segfault went away. This is due to the musl pthread stack size being 80k by default. So the chance of a stack overflow is high. Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
* | | acpica-unix: update to 20170831Philip Prindeville2017-09-05
|/ / | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.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>
* | rpcd-mod-attendedsysupgrade: uci update_packagesPaul Spooren2017-08-15
| | | | | | | | | | | | | | | | add uci option to set "update_packages". this options will lead the luci-app-attendedsysupgrade to tell the update server to check for package updates as well (not only release upgrades) Signed-off-by: Paul Spooren <paul@spooren.de>
* | rpcd-mod-attendedsysupgrade: simplify uci optionsPaul Spooren2017-08-14
| | | | | | | | | | | | use named uci options Signed-off-by: Paul Spooren <paul@spooren.de>
* | Revert "btrfs-progs: update to 4.12"Etienne Champetier2017-08-12
| | | | | | | | | | | | This reverts commit 8592566b7621601cd8960441857db516f5f32a23. Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | Merge pull request #4514 from alive4ever/mksh-R55champtar2017-08-12
|\ \ | | | | | | mksh: bump to R55 and use PKG_HASH
| * | mksh: bump to R55 and use PKG_HASHAlif M. Ahmad2017-07-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade the package to R55. Patches refreshed. Added `-DMKSHRC_PATH=\"/etc/mkshrc\"` to `CPPFLAGS` to set the default startup file during both login and nonlogin sessions, so that there is no need to source `/etc/mkshrc` file manually. In addition to the package upgrade, use PKG_HASH instead of PKG_MD5SUM. Reviewed-by: Thorsten Glaser <tg@mirbsd.org> Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | btrfs-progs: update to 4.12Daniel Albers2017-08-12
| | | | | | | | | | | | | | | | | | | | | update to 4.12 remove PKG_MD5SUM Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* | | rpcd-mod-attendedsysupgrade: add keep_settings optPaul Spooren2017-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as mentioned [here][1] some firmwares require to reset all settings. this commit add a param "keep_settings" which changes the sysupgrade parameter "-c" to "-n" to flush all configs [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade/issues/34 Signed-off-by: Paul Spooren <paul@spooren.de>
* | | domoticz: remove additional files from packageStijn Tintel2017-08-07
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #4674 from diizzyy/patch-80champtar2017-08-06
|\ \ \ | | | | | | | | utils/gptfdisk: Remove from tree
| * | | utils/gptfdisk: Remove from treeDaniel Engberg2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux-utils (fdisk) provides the functionality I need and I have no interest in maintaining this package as it more or less overlaps the functionality of the previously mentioned alternative. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #4658 from pprindeville/acpica-tools-updatePhilip Prindeville2017-08-01
|\ \ \ \ | | | | | | | | | | acpica-unix: update to 20170728
| * | | | acpica-unix: update to 20170728Philip Prindeville2017-07-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | domoticz: bump to 3.8153Stijn Tintel2017-07-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | Merge pull request #4648 from jp-bennett/masterchamptar2017-07-30
|\ \ \ \ \ | |/ / / / |/| | | | nano: Update to 2.8.6
| * | | | Nano: Update to 2.8.6Jonathan Bennett2017-07-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | lcdproc: Update to 0.5.9Harald Geyer2017-07-29
|/ / / / | | | | | | | | | | | | | | | | | | | | Drop the makefile code to compile versions directly from git. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | | rpcd-mod-attendedsysupgrade: add missing .rpcdPaul Spooren2017-07-27
| | | | | | | | | | | | | | | | | | | | | | | | due to renaming .rpcd was forgotten in the Makefile Signed-off-by: Paul Spooren <paul@spooren.de>
* | | | rpcd-mod-attendedsysupgrade: add packagePaul Spooren2017-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add ubus call to perform a sysupgrade and acl file for the attended sysupgrade use case as well uci defaults. Package is a part of the GSoC 17 project implementing easy sysupgrade functionality. Signed-off-by: Paul Spooren <paul@spooren.de>
* | | | rpcd-mod-packagelist: add packagePaul Spooren2017-07-25
| |/ / |/| | | | | | | | | | | | | | | | | | | | Provides a way to acquire the list of installed packages without the need to have opkg available. It is being used for the GSoC 17 project implementing easy sysupgrade functionality. Signed-off-by: Paul Spooren <paul@spooren.de>
* | | screen: update to 4.6.1, refresh patchesEtienne Champetier2017-07-14
| | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | screen: add 256 colors support.Etienne Champetier2017-07-14
|/ / | | | | | | | | | | | | | | | | | | On ar71xx the package grow by less than 1k 150377 screen_4.6.0-1_mips_24kc.ipk 151356 screen_4.6.0-2_mips_24kc.ipk Original commit by @nobk Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | Merge pull request #4511 from wertarbyte/package_triggerhappyJo-Philipp Wich2017-07-11
|\ \ | | | | | | triggerhappy: update to upstream version 0.5.0
| * | triggerhappy: update to upstream version 0.5.0Stefan Tomanek2017-07-07
| | | | | | | | | | | | Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
* | | screen: update to 4.6.0Etienne Champetier2017-07-08
| | | | | | | | | | | | Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* | | gawk: add GNU awk packageDaniel Golle2017-07-05
| | | | | | | | | | | | | | | | | | Coexists peacefully with busybox' awk. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | jq: Set -std=c99 CLFAGSFlorian Fainelli2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors/warnings: locfile.c: In function 'locfile_init': locfile.c:21:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i=0; i<length; i++) { Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | Merge pull request #4533 from pprindeville/acpica-version-bumpHannu Nyman2017-07-02
|\ \ \ | | | | | | | | acpica-unix: version bump and add parallel build
| * | | acpica-unix: version bump and add parallel buildPhilip Prindeville2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Also fix source URL. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | domoticz: removed hardcoded userdata pathStijn Tintel2017-06-29
|/ / / | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #4515 from pprindeville/rng-tools-fix-newlinesHannu Nyman2017-06-27
|\ \ \ | |/ / |/| | rng-tools: add upstreamed patch to fix newlines in syslog messages
| * | rng-tools: add upstreamed patch to fix newlines in syslog messagesPhilip Prindeville2017-06-27
| | | | | | | | | | | | | | | | | | Don't embed newlines in syslog strings. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | acpica: initial commitPhilip Prindeville2017-06-24
| | | | | | | | | | | | | | | | | | | | | | | | Add the UNIX-based ACPI utilities. For now, only "acpidump" seems to be useful on the target system. The others would only be of interest on the host system, and only then if one were developing BIOS. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #4430 from diizzyy/patch-58Daniel Golle2017-06-23
|\ \ \ | |/ / |/| | utils/pcsc-tools: Add to repo
| * | utils/pcsc-tools: Add to repoDaniel Engberg2017-06-20
| |/ | | | | | | | | | | Add pcsc-tools to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | eudev: remove packageDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's pretty useless as udev cannot run in coexistence with procd. It was added mostly to get packages compiled which depend on libudev, knowing that the udev related functionality will be broken. eudev has now been replaced by libudev-fbsd which does the job much better and may serve as a drop-in replacement with even some working features. In future we may want our own libudev-procd library which can also be a mostly-stub implementation but may query things from procd using ubus in some situations... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | uvcdynctrl: get rid of udevDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | The udev rule installed was ineffective as udev cannot run in coexistence with procd. If needed, it should be reimplemented as rule under /etc/hotplug.d/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #4496 from aTanW/masterHannu Nyman2017-06-19
|\ \ | | | | | | gammu: bump to a new upstream v1.38.4
| * | gammu: bump to a new upstream v1.38.4aTanW2017-06-19
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | ttyd: update to 1.3.3Shuanglei Tao2017-06-19
| | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | coreutils: stdbuf: fix missing libstdbuf.soYousong Zhou2017-06-19
| | | | | | | | | | | | | | | | | | Fixes #1674 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | mbtools: use https to clone and add PKG_MIRROR_HASHDaniel Golle2017-06-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | pcsc-lite: update to version 1.8.22Daniel Golle2017-06-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>