The telephony packages feed for difos
LOW_MEMORY can't be enabled by defining it in ASTCFLAGS. This can be verified in the headers Asterisk installs: LOW_MEMORY actually is not defined (it would be if LOW_MEMORY was enabled). LOW_MEMORY can be enabled successfully with menuselect. This commit makes menuselect usable and calls it to enable LOW_MEMORY. This commit also disables BUILD_NATIVE with menuselect. So even if configure detects that -march=native is available, it won't be used. This means the configure.ac patch that was added previously can be dropped. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> |
||
---|---|---|
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.