mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 10:51:57 +00:00
A module is either essential (shipped as part of the main package) or as a seperate package. Having both is an install-time conflict. res-timing-timerfd is an essential module and was correctly added to the main package withe538fc3f. Remove the additional one. app_stack is non-essential and was added to the main package as part of the app_macro removal with73fd6652. Make it optional again. Signed-off-by: Andre Heider <a.heider@gmail.com>