Community maintained packages for difos.
While bumping czmq to version 4.2.1 from master branch into OpenWrt 19.07, it automatically detects nss when compiled before czmq. These steps can verify this: make package/nss/compile V=s make package/czmq/compile V=s Then czmq requires many dependencies: Package czmq is missing dependencies for the following libraries: libnspr4.so libnss3.so libnssutil3.so libplc4.so libplds4.so libsmime3.so libsoftokn3.so libssl3.so And this fails. If you are using SDK and wants to have just a few packages then czmq gets compiled if any of those packages are not present in build system. This was also mentioned in the release notes for czmq 4.2.1: https://github.com/zeromq/czmq/releases/tag/v4.2.1 > Note for packagers: NSS can now be used and linked against to avoid using an internal embedded reimplementation of SHA. It is enabled by default if present. NSS was disabled before, so let's disable it. This is required only for OpenWrt 19.07 as this is done differently in OpenWrt 21.02 and OpenWrt master and czmq is compiled there. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> |
||
---|---|---|
.circleci | ||
.github | ||
.keys | ||
admin | ||
devel | ||
fonts/dejavu-fonts-ttf | ||
ipv6/tayga | ||
kernel | ||
lang | ||
libs | ||
multimedia | ||
net | ||
sound | ||
utils | ||
.travis.yml | ||
.travis_do.sh | ||
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.