The telephony packages feed for difos
Currently INCL_MODULES is filled with all modules. This commit changes this so that only the modules that are selected are added to it. To further limit the number of modules built group_include="standard" is added. This way only the modules of the standard group plus the modules selected in menuconfig are built. The "standard" group only includes modules without any depends. This fixes build failures on targets where not all depends are available, i.e. postgresql on ARC. Now these modules can be properly prevented from being built. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> |
||
---|---|---|
.github | ||
libs | ||
net | ||
MAINTAINERS | ||
README.md |
Telephony packages feed
Description
This is an OpenWrt package feed containing community maintained telephony packages.
Usage
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git telephony https://github.com/openwrt/telephony.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update telephony
./scripts/feeds install -a -p telephony
The telephony packages should now appear in menuconfig.