提交 07cbb38d 编写于 作者: S Sebastian Kemper

kamailio: add descriptions via BuildKamailioModule

The Makefile currently advertises that descriptions can be added by
specifying a string in argument 3 of BuildKamailioModule, but there's
actually no mechanism for this. This commit adds the missing pieces.
Signed-off-by: NSebastian Kemper <sebastian_ml@gmx.net>
上级 fa14037e
......@@ -370,6 +370,9 @@ define BuildKamailioModule
endef
define Package/kamailio-mod-$(subst _,-,$(1))/conffiles
$(subst $(space),$(newline),$(foreach c,$(6),/etc/kamailio/$(c)))
endef
define Package/kamailio-mod-$(subst _,-,$(1))/description
$(subst \n,$(newline),$(3))
endef
define Package/kamailio-mod-$(subst _,-,$(1))/install
$(call Package/kamailio/install/module,$$(1),$(1))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册