| Commit message (Collapse) | Author | Age |
... | |
|\
| |
| | |
bluez: Add bluez-daemon package
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \
| | |
| | |
| | | |
into paulfertser-macchanger-musl-fix
|
| | |
| | |
| | |
| | |
| | |
| | | |
According to netdevice(7) ifr_data is a "char *", not caddr_t.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit e1e671139ca98c39fd6dffe3e7aaf2359cce4533.
Signed-off-by: Steven Barth <steven@midlink.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Richard Kunze <richard.kunze@web.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
| |
| |
| |
| | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \
| | |
| | | |
tcsh: fix musl compatibility
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
sysstat: fix musl compatibility
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Add missing `limits.h` and `sys/types.h` includes to the appropriate
source files.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
|
|\ \ \
| | | |
| | | | |
screen: fix musl compatibility
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \ \
| | | |
| | | | |
rng-tools: musl compatibility
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make rng-tools to compile with musl
by adding similar argp dependencies as with uclibc.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
avrdude: fix musl compatibility
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Richard Kunze <richard.kunze@web.de>
|
|\ \ \
| | | |
| | | | |
f2fs-tools: fix build with musl
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|/ /
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \
| | |
| | | |
[utils/zoneinfo] Updated to the latest version
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|/ /
| |
| |
| | |
Signed-off-by: Steven Barth <steven@midlink.org>
|
|\ \
| | |
| | | |
smartmontools: update to 6.4
|
| | |
| | |
| | |
| | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
lxc: fix build on mpc85xx
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
| |
| |
| |
| | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
|\ \
| | |
| | | |
lxc: allow building with seccomp
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| |
| | |
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
|
|\ \
| | |
| | | |
add lxc-device applet to the utils/lxc
|
| | |
| | |
| | |
| | |
| | |
| | | |
lxc-device manages devices in running container.
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
New features are commands for eMMC cache control and gp partition
creation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| | | |
| | | | |
Optional IPv6 support
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
xz: add xz-utils meta package
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|