| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Update libarchive to 3.3.2
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|
|
|
|
| |
Update libarchive to 3.3.1 and make use of PKG_HASH variable.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.
I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.
This makes all packages consistent with both LEDE and OpenWrt base
repositories.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|
|
|
|
|
| |
Fixes unintended linking of liblz4
Thanks to hnyman for making me aware of this issue.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|
|
|
|
|
|
| |
Updates libarchive to 3.2.2
Adds bsdtar aswell as usable archive/compression support
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
|
| |
Disable unused stuff explicitely, cleanup package def, only install useful devel stuff
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to reduce the dependencies, this patch disables following features:
* Extended Attributes
* ACL support
* bzip2 through bz2lib
* lzop through liblzo2
* crypto support from Nettle
* xar through libxml2
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
|
|
|
|
|
| |
Dependencies to libacl, libattr, libbz2, liblzo, and libnettle added.
PKG_BUILD_DEPENDS is removed since it is already defined by DEPENDS.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
|
|
|
|
|
| |
This commit replaces the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|
|
Multi-format archive and compression library
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
|