aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* 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>
* | | openzwave: Avoid picking host librariesFlorian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpp/examples/MinOZW/Makefile contains this rule: LIBS = $(wildcard $(LIBDIR)/*.so $(LIBDIR)/*.dylib $(top_builddir)/*.so $(top_builddir)/*.dylib $(top_builddir)/cpp/build/*.so $(top_builddir)/cpp/build/*.dylib ) LIBSDIR = $(abspath $(dir $(firstword $(LIBS)))) with LIBDIR not being defined anywhere we end up picking up host libraries. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | btrfs-progs: no longer maintained by meDaniel Golle2017-06-18
| | | | | | | | | | | | | | | | | | Remove myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #4429 from sdwalker/cleanupHannu Nyman2017-06-17
|\ \ \ | | | | | | | | packages: cleanup Makefile variables
| * | | packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | | | | | | | | | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | | | btrfs-progs: Fix build with external toolchainsFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TARGET_CPPFLAGS were not propagated correctly leading to these kinds of build failure: btrfstune.c:26:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^ compilation terminated. btrfs-find-root.c:24:18: fatal error: zlib.h: No such file or directory #include <zlib.h> ^ compilation terminated. mkfs/common.c:18:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> Fix that by passing TARGET_CPPFLAGS via EXTRA_CFLAGS Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | stoken: Explicitly link with zlibFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build issues with external toolchains: /home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld: warning: libz.so.1, needed by /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so, not found (try using -rpath or -rpath-link) /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzopen64' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdirect' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzclose' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzwrite' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdopen' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzread' collect2: error: ld returned 1 exit status Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | Merge pull request #4462 from ryzhovau/lcdproc_ldflagsJo-Philipp Wich2017-06-15
|\ \ \ \ | | | | | | | | | | lcdproc: respect LDFLAGS