kamailio-4.x: remove checking module selection
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
369780190b
commit
8e7620e0e3
1 changed files with 0 additions and 3 deletions
|
@ -98,10 +98,7 @@ $(call Package/kamailio4/install/module,$$(1),$(1))
|
||||||
$(foreach d,$(5),$(call Package/kamailio4/install/dbfiles,$$(1),$(d));)
|
$(foreach d,$(5),$(call Package/kamailio4/install/dbfiles,$$(1),$(d));)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_kamailio4-mod-$(1)),)
|
|
||||||
INCL_MODULES+=$(1)
|
INCL_MODULES+=$(1)
|
||||||
endif
|
|
||||||
|
|
||||||
KAM_MODULES+=kamailio4-mod-$(subst _,-,$(1))
|
KAM_MODULES+=kamailio4-mod-$(subst _,-,$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue