aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #11509 from neheb/lvmDaniel Golle2020-03-05
|\ | | | | lvm2: update to 2.03.08
| * lvm2: update to 2.03.08Rosen Penev2020-03-04
| | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Replace ' ' with TAB for consistency between packages. Refresh patches and remove outdated ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11508 from neheb/cryptDaniel Golle2020-03-05
|\ \ | | | | | | cryptsetup: update to 2.3.0
| * | cryptsetup: update to 2.3.0Rosen Penev2020-03-04
| |/ | | | | | | | | | | | | | | | | | | | | Use PKG_INSTALL for consistency between packages. Add PKG_BUILD_PARALLEL for faster compilation. Fix wrong locking path. First discovered here: https://forum.openwrt.org/t/cannot-setup-dm-crypt/56836 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / shinit: Remove packageJeffery To2020-03-05
|/ | | | | | | | | The original patch[1] this package was based on has been merged into OpenWrt master, making this package unnecessary. [1]: https://patchwork.ozlabs.org/patch/1094493/ Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #11491 from RussellSenior/add-gnu-sedRosen Penev2020-03-04
|\ | | | | sed: add Gnu sed
| * sed: add Gnu sedRussell Senior2020-03-02
| | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | Merge pull request #11453 from neheb/gptkRosen Penev2020-03-04
|\ \ | | | | | | gptfdisk: update to 1.0.5
| * | gptfdisk: update to 1.0.5Rosen Penev2020-02-27
| | | | | | | | | | | | | | | | | | Removed upstreamed patches. Refresh remaining one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | irqbalance: support reload_config & start laterMarc Benoit2020-03-03
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Added support for reload_config This service does not need to start so early (even before the netwrok is up). Start it after the device is mostly up and operational. Compile-tested on: ipq806x Runtime-tested on: ipq806x Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | syncthing: enable via config, lower priority, cleanupMarc Benoit2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the ability to enable/disable via a config file; the default is enabled for backwards compatibility. This is an additional service, so running it the same priority as dnsmasq, etc does not make sense. Added USE_PROCD=1 "done" starts at "START=95", so this should start earlier Added STOP=10 to stop syncthing early Compile-tested on: ipq806x, ipq40xx Runtime-tested on: ipq806x, ipq40xx Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | rtty: update to 7.1.2Jianhui Zhao2020-03-01
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | irqbalance: add support of interval and banirqMarc Benoit2020-02-29
| | | | | | | | | | | | | | | | Added the ability to change sampling interval and provide a list of IRQ's to ignore via /etc/config/irqbalance Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | Merge pull request #11430 from fantom-x/irqbalance-upgradeHannu Nyman2020-02-29
|\ \ | |/ |/| irqbalance: upgrade to 1.6.0
| * irqbalance: upgrade to 1.6.0Marc Benoit2020-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgraded from 1.2.0 to 1.6.0 to pick up all the latest fixes and improvements irqbalance made glib2 mandatory since 1.3.0, but is using very little of it. glib2 linked statically to minimize the impact. 1.2.0 size: 33,619 1.6.0 size: 99,539 ~# irqbalance --version irqbalance version 1.6.0 ~# ldd /usr/sbin/irqbalance /lib/ld-musl-armhf.so.1 (0xb6f5f000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6f43000) libc.so => /lib/ld-musl-armhf.so.1 (0xb6f5f000) ~# opkg info irqbalance Package: irqbalance Version: 1.6.0-6 Depends: libc Status: install user installed Architecture: arm_cortex-a7_neon-vfpv4 Installed-Time: 1582839249 Compile-tested: ipq806x/R7800 & ipq40xx/GL-B1300 Run-tested: ipq806x/R7800 & ipq40xx/GL-B1300 Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | idevicerestore: update to 2020-02-17Rosen Penev2020-02-27
| | | | | | | | | | | | Fix compilation under glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | containerd: fix incomplete cleanup in Build/InstallDevTexot Qi2020-02-27
| | | | | | | | | | | | | | | | | | | | | | Currently it only cleans up binaries when executing Build/InstallDev without deleting .built stamp file. This leads to wrong information about existence of built runc binaries and causes error when executing package/containerd/install twice. Signed-off-by: Texot Qi <tete1030@gmail.com>
* | runc: fix incomplete cleanup in Build/InstallDevTexot Qi2020-02-27
| | | | | | | | | | | | | | | | | | | | | | Currently it only cleans up binaries when executing Build/InstallDev without deleting .built stamp file. This leads to wrong information about existence of built runc binaries and causes error when executing package/runc/install twice. Signed-off-by: Texot Qi <tete1030@gmail.com>
* | Merge pull request #11428 from TDT-AG/pr/20200224-btrfsFlorian Eckert2020-02-26
|\ \ | | | | | | btrfs-progs: add kmod btrfs dependency
| * | btrfs-progs: add kmod btrfs dependencyFlorian Eckert2020-02-26
| |/ | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #11335 from neheb/dumpRosen Penev2020-02-24
|\ \ | |/ |/| dump1090: update to 3.8.0
| * dump1090: update to 3.8.0Rosen Penev2020-02-13
| | | | | | | | | | | | Fixed wrong URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11350 from Cynerd/bigclown-utils-updateRosen Penev2020-02-23
|\ \ | | | | | | Bigclown utils update
| * | bigclown: use pypi.mkKarel Kočí2020-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert bigclown packages to use pypi.mk and pypi in general instead of github. This allows us to remove version replacement as that is already done in pypi archive. Updated dependencies to also contain proxy dependencies that are listed in upstream. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
| * | bigclown-mqtt2influxdb: update to version 1.3.0Karel Kočí2020-02-20
| | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
| * | bigclown-firmware-tool: update to version 1.5.1Karel Kočí2020-02-20
| | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | Merge pull request #11397 from neheb/mpcRosen Penev2020-02-23
|\ \ \ | | | | | | | | ncdu: update to 1.14.2
| * | | ncdu: update to 1.14.2Rosen Penev2020-02-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | infozip: remove package (earlier name: zip)Hannu Nyman2020-02-23
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Infozip (earlier name "zip") has 12 year old source code that would require work to make the binary actually work. > root@router1:/# zip > zip error: Not supported (uzoff_t not same size as zoff_t) The package was rename from zip to infozip a few weeks ago due to buildbot's relutance to compile zip in master and 19.07 ever since host zip was added as a build tool. Reference to #10985 and #11089 as well as https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271877 But as the binary does not work, lets remove the package to avoid confusion for the end-users. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* / / coreutils: fix #11389 build failureDENG Qingfang2020-02-20
|/ / | | | | | | | | | | | | | | | | | | | | Fix compilation error due to multiple definition x86_64-openwrt-linux-musl/bin/ld: lib/libcoreutils.a(strtold.o):(.data+0x0): multiple definition of `minus_zero'; lib/libcoreutils.a(strtod.o):(.data+0x0): first defined here collect2: error: ld returned 1 exit status Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | Merge pull request #11388 from neheb/fishRosen Penev2020-02-19
|\ \ | | | | | | fish: update to 3.1.0
| * | fish: update to 3.1.0Rosen Penev2020-02-19
| | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Added missing libatomic dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11327 from neheb/abRosen Penev2020-02-19
|\ \ \ | |/ / |/| | screen: update to 4.8.0
| * | screen: update to 4.8.0Rosen Penev2020-02-13
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11382 from dengqf6/coreutilsRosen Penev2020-02-18
|\ \ | | | | | | coreutils: update to 8.31
| * | coreutils: update to 8.31DENG Qingfang2020-02-18
| | | | | | | | | | | | | | | | | | Update coreutils to 8.31 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | mmc-utils: add patch for cache size scalingMichael Heimpold2020-02-18
|/ / | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | byobu: Update to 5.133Jeffery To2020-02-18
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11338 from neheb/crRosen Penev2020-02-17
|\ \ | | | | | | crelay: update to 0.14
| * | crelay: update to 0.14Rosen Penev2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | Fix license information. Small cleanup. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11362 from BKPepe/nnnRosen Penev2020-02-17
|\ \ \ | | | | | | | | nnn: update to version 3.0
| * | | nnn: update to version 3.0Josef Schlehofer2020-02-17
| | |/ | |/| | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #11341 from neheb/abaskat3raRosen Penev2020-02-17
|\ \ \ | | | | | | | | grep: update to 3.4
| * | | grep: update to 3.4Rosen Penev2020-02-14
| | |/ | |/| | | | | | | | | | | | | | | | | | | Fix license information. Install e/fgrep symlinks as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11349 from neheb/qw2Rosen Penev2020-02-15
|\ \ \ | | | | | | | | unrar: update to 5.9.1
| * | | unrar: update to 5.9.1Rosen Penev2020-02-14
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11308 from BKPepe/sshpassRosen Penev2020-02-15
|\ \ \ | |/ / |/| | sshpass: add new package
| * | sshpass: add new packageMichal Hrušecký2020-02-15
| |/ | | | | | | | | Signed-off-by: Michal Hrušecký <michal.hrusecky@nic.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #11306 from adrianschmutzler/brcmHannu Nyman2020-02-14
|\ \ | | | | | | collectd: lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
| * | collectd: apply brcm2708 target rename to bcm27xx to dependenciesAdrian Schmutzler2020-02-11
| | | | | | | | | | | | | | | | | | | | | Since the brcm2708 target has been renamed to bcm27xx in openwrt repo, update the dependency to the target in this package. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>