Community maintained packages for difos.
This patch make building tar with POSIX ACL and XATTR support configuration options. It also makes building seamless (e.g. -z -J -j) compression support a configuration option for each compression program available in OpenWrt. It also makes POSIX ACL support disabled by default (by default OpenWrt doesn't build POSIX ACL support into the kernel, never mind allowing to mount with it enabled). Also XATTR support is disabled by default as this seems to be the standard default for packages in OpenWrt. Finally Bzip2, Gzip, and XZ seamless support are made available by default and appropriate dependencies are added based on the configuration choice. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> |
||
---|---|---|
admin | ||
devel | ||
ipv6 | ||
kernel/exfat-nofuse | ||
lang | ||
libs | ||
multimedia | ||
net | ||
sound | ||
utils | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.