Community maintained packages for difos.
When building libsoup within the SDK, the following usually nonfatal warning is causing the build to fail: make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup' CC libsoup_2_4_la-soup-address.lo cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs] cc1: some warnings being treated as errors Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed Use the upstream `--disable-more-warnings` configure switch to disable this class of `-Werror` flags. Also drop the shipped copy of `intltool.m4` to force using the system wide one which does not require the `XML::Parser` module to be installed (see #2771). Signed-off-by: Jo-Philipp Wich <jo@mein.io> |
||
---|---|---|
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.