aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* add list of domains serving advertisingMatteo Croce2015-07-03
| | | | | Add a script to download a list of domains which serves ads. This list can be used to block these servers in the DNS server.
* mysql: fix datadir check in init scriptJo-Philipp Wich2015-07-02
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Merge pull request #1498 from dangowrt/hfsprogs-fix-musl-buildFlorian Fainelli2015-07-01
|\ | | | | hfsprogs: fix build with musl
| * hfsprogs: fix build with muslDaniel Golle2015-06-28
| | | | | | | | | | | | Do not make use of sysctl in makehfs.c on non-glibc systems. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | open-plc-utils: Update to commit 885a1b7e2e663b5ab8797db6d40a0318131fdf18dvlemplgk2015-07-01
|/ | | | | | This particularly fixes unusable amphost utility on big endian targets. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
* screen: remove leftover Makefile codeJo-Philipp Wich2015-06-27
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* screen: fix autoconf misdetectionJo-Philipp Wich2015-06-27
| | | | | | | | | | | The configure script shipped by screen uses the presence of `elf.h` and `-lelf` as indicator for an SVR4 system which implies a `#define BUGGYGETLOGIN`. The SVR4 `getlogin()` replacement function does not compile with a musl toolchain and we do not want it anyway, so patch configure to remove the broken SVR4 detection logic. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* open-plc-utils: fix musl and fortify source compatibilityJo-Philipp Wich2015-06-26
| | | | | | | | - Include `poll.h` at the top of `ether/readpacket.c` to avoid nested declaration errors caused by fortify source headers - Add missing `sys/select.h` include to `serial/serial.c` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* lm-sensors: fix musl compatibilityJo-Philipp Wich2015-06-26
| | | | | | Only use `asm/io.h` for uClibc, else include `sys/io.h` Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* minicom: fix full language supportÁlvaro Fernández Rojas2015-06-25
| | | | | | Fixes https://github.com/openwrt/packages/issues/1467 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #1333 from br101/masterSteven Barth2015-06-24
|\ | | | | bluez: Add bluez-daemon package
| * bluez: Add bluez-daemon packageBruno Randolf2015-06-09
| | | | | | | | | | | | | | | | | | | | | | Move bluetoothd and related programs and files from bluez-utils into bluez-daemon package. The main motivation for this is to remove the dependency to DBus from bluez-utils. The utilities like "hcitool" are useful without it. Also add kmod-bluetooth dependency to bluez-utils, as the utils don't make much sense without bluetooth support in the kernel. Signed-off-by: Bruno Randolf <br1@einfach.org>
* | Merge branch 'macchanger-musl-fix' of git://github.com/paulfertser/packages ↵Nicolas Thill2015-06-23
|\ \ | | | | | | | | | into paulfertser-macchanger-musl-fix
| * | macchanger: fix build with muslPaul Fertser2015-06-21
| | | | | | | | | | | | | | | | | | According to netdevice(7) ifr_data is a "char *", not caddr_t. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | Revert "mysql: disable SSP for ppc (toolchain issue?)"Steven Barth2015-06-22
| | | | | | | | | | | | | | | | | | This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533. Signed-off-by: Steven Barth <steven@midlink.org>
* | | hdparm: update to version 9.48Richard Kunze2015-06-21
| | | | | | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* | | lvm2: update sourcesDaniel Golle2015-06-21
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | i2c-tools: import from oldpackagesDaniel Golle2015-06-21
|/ / | | | | | | | | | | | | | | | | - license and maintainer added - bumped to recent release source tarball instead of SVN source - add archive.org mirror to work-around the lm-sensors.org domain currently being broken... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | minicom: fix iconv dependencies, music includes and musl compatibilityÁlvaro Fernández Rojas2015-06-19
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | mysql: disable SSP for ppc (toolchain issue?)Steven Barth2015-06-19
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | Merge pull request #1428 from jow-/tcsh-musl-compatNuno Goncalves2015-06-19
|\ \ | | | | | | tcsh: fix musl compatibility
| * | tcsh: fix musl compatibilityJo-Philipp Wich2015-06-18
| | | | | | | | | | | | | | | | | | | | | Avoid using `union wait` under musl as it does not provide this definition. Implement solution suggested by http://www.openwall.com/lists/musl/2013/06/21/4 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | Merge pull request #1429 from jow-/sysstat-musl-compatLuka Perkov2015-06-18
|\ \ \ | | | | | | | | sysstat: fix musl compatibility
| * | | sysstat: fix musl compatibilityJo-Philipp Wich2015-06-18
| |/ / | | | | | | | | | | | | | | | | | | Add missing `limits.h` and `sys/types.h` includes to the appropriate source files. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | Merge pull request #1408 from jow-/screen-musl-compatJo-Philipp Wich2015-06-17
|\ \ \ | | | | | | | | screen: fix musl compatibility
| * | | screen: fix musl compatibilityJo-Philipp Wich2015-06-17
| |/ / | | | | | | | | | | | | | | | Add missing `os.h` include to `utmp.c` to pull in the required `utmp.h` header. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | flashrom: fix build with muslÁlvaro Fernández Rojas2015-06-17
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #1397 from hnyman/rngtools-muslTed Hess2015-06-17
|\ \ \ | | | | | | | | rng-tools: musl compatibility
| * | | rng-tools: musl compatibilityHannu Nyman2015-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make rng-tools to compile with musl by adding similar argp dependencies as with uclibc. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | acpid: Import from oldpackages, update to latest version, add myself asheil2015-06-17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | maintainer, ensure musl compatibility - with acpid kvm based setups can react on acpi shutdown and reboot actions Signed-off-by: heil <heil@terminal-consulting.de>
* | | Merge pull request #1391 from jow-/avrdude-musl-compatTed Hess2015-06-16
|\ \ \ | | | | | | | | avrdude: fix musl compatibility
| * | | avrdude: fix musl compatibilityJo-Philipp Wich2015-06-16
| |/ / | | | | | | | | | | | | | | | | | | - Build with -D_GNU_SOURCE to expose "loff_t" required for libelf.h - Include sys/types.h before usb.h to provide missing u_int*_t types Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | hdparm: Updated to latest version 9.47, removed obsolete patch.Richard Kunze2015-06-16
| | | | | | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* | | Merge pull request #1385 from dangowrt/fix-f2fs-tools-build-with-muslLuka Perkov2015-06-16
|\ \ \ | | | | | | | | f2fs-tools: fix build with musl
| * | | f2fs-tools: fix build with muslDaniel Golle2015-06-16
| |/ / | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* / / picocom: fix compilation with musl (#1383)Jo-Philipp Wich2015-06-16
|/ / | | | | | | | | | | | | Only use termio.h with glibc or uclibc, for musl include sys/ioctl.h and termios.h instead. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | procps: fix for new musl libcSteven Barth2015-06-16
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | Merge pull request #1373 from Wedmer/masterSteven Barth2015-06-15
|\ \ | | | | | | [utils/zoneinfo] Updated to the latest version
| * | [utils/zoneinfo] Updated to the latest versionVladimir Ulrich2015-06-15
| | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | bzip2: moved to baseSteven Barth2015-06-15
|/ / | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | Merge pull request #1371 from mstorchak/smartmontoolsSteven Barth2015-06-14
|\ \ | | | | | | smartmontools: update to 6.4
| * | smartmontools: update to 6.4Maxim Storchak2015-06-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | lvm2: update source and refresh patchesDaniel Golle2015-06-14
| |/ |/| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1357 from dangowrt/fix-lxc-on-mpc85xxLuka Perkov2015-06-09
|\ \ | | | | | | lxc: fix build on mpc85xx
| * | lxc: fix build on mpc85xxDaniel Golle2015-06-09
| | | | | | | | | | | | | | | | | | | | | | | | Initialize ret to 0 so compiler no longer complains about monitor.c: In function 'lxc_monitor_open': monitor.c:212:5: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized] Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | sysstat: add license infoMarko Ratkaj2015-06-09
|/ / | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | sysstat: import from old packagesMarko Ratkaj2015-06-08
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | Merge pull request #1344 from dangowrt/fix-lxc-seccompLuka Perkov2015-06-08
|\ \ | | | | | | lxc: allow building with seccomp
| * | lxc: allow building with seccompDaniel Golle2015-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | seccomp was unconditionally disabled before. Also a non-escaped newline in a place where it should be escaped made the build process skip some CONFIGURE_ARGS. Fix CONFIGURE_ARGS and add an option to allow building with seccomp. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | vim: Fix editing crontabs with crontab -eFlorian Fieber2015-06-05
|/ / | | | | | | | | | | | | | | | | | | | | | | Per default, vim creates a new file and keeps the original file as backup. This leads to crontab checking the backup file for changes instead of the one actually being edited, resulting in any changes being silently dropped. Since busybox's crontab saves temporary crontab files in "/etc/crontabs.*" vim's default of "backupskip=/tmp/*" doesn't circumvent this. This commit fixes this issue by appending "/etc/crontabs.*" to "backupskip". Signed-off-by: Florian Fieber <florian@florianfieber.de>