| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Some servers might be implementing ACLs based on the value specified by
openconnect for "os", allow that to be configured.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The previous commit
ba4338d mmc-utils: don't set -D_FORTIFY_SOURCE in Makefile
applied the global value of FORITFY_SOURCE also to mmc-utils.
As the package was meant to be built with FORTIFY_SOURCE upstream,
restore that behaviour and make it play nice with the global setting
by undefining the macro before defining it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
| |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
| |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|
|
|
| |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|\ |
|
| |\
| | |
| | | |
hfsprogs: initial import
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds supports for hfsprogs, allowing the creation and verification of
HFS/HFS+ filesystems.
This creates two selectable packages:
- hfsfsck
- mkhfs
A filesystem checking script is included with hfsfsck to allow OpenWrt
to check/repair filesystem errors.
Using Ubuntu's 332.25 sources plus their patches from debian/patches/.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
|
|\ \ \
| |/ /
|/| | |
|
|/| |
| | |
| | |
| | | |
plntyk-bluez5_refresh
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
bluez is craply documented
contains changes needed for bluetooth audio playback
bluetooth playback tested successfully with
android mobile (source) to TI omap BeagleBoard (A2DP sink)
- install .conf files according to source code
- package bluetoothd
- new package examples for python commandline tools that might provide
functionality without dbus
- other changes are needed (pulseaudio,sbc,uinput)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
pand/dund removed upstream:
commit: Move hidd pand and dund into compat directory
commit: (2012-07-04) remove compat daemons
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- remove deprecated daemons
- bluetoothd is managed via /etc/bluetooth/*.conf files and dbus
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
|/ /
| |
| |
| | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|\ \
| | |
| | | |
vala: update to 0.28.0
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
safe half a meg by not copying the btrfs binary twice.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Get rid of libext2fs dependency.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Closes #1099
Closes #1103
Signed-off-by: Ted Hess <thess@kitschensync.net>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
|\ \ \
| | | |
| | | | |
[libs/fftw3] Moved from oldpackages and updated to a most recent version...
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \ \
| | | | |
| | | | | |
knxd: fix dependency in makefile
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the makefile trues to copy a file that does not exist
Signed-off-by: John Crispin <blogic@openwrt.org>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
the package fails to build on SDK builder2
Signed-off-by: John Crispin <blogic@openwrt.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \ \
| | | |
| | | | |
bind: build fix: remove autoconf AR cruft
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
This patch removes some autoconf goo which is causing bind to use the host's ar
instead the ar from the toolchain. If they're both elf platforms this is fine,
but it's no good if host is darwin.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
|
|\ \ \
| | | |
| | | | |
Revert "new package: noip"
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
ntfs-3g: fix build with musl when using internal libfuse
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the SDK builder breaks on this package due to a bad md5sum
Signed-off-by: John Crispin <blogic@openwrt.org>
|
|\ \ \ \
| | | | |
| | | | | |
new package: noip
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
This is the client program for noip.com, which is a dynamic dns provider.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
|
|\ \ \ \
| | | | |
| | | | | |
transmission: fix build problem with fallocate64
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
dosfstools: fix build with musl
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Ensure only valid UTF-8 is passed to libidn. It was found
(CVE-2015-2059) that libidn can read beyond the boundaries of the
provided buffer when an input string contains invalid UTF-8 sequences.
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
also bump version, use new download URL and add myself as
maintainer.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|