kamailio-4.x: remove checking module selection

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
Jiri Slachta 2015-01-15 12:34:47 +01:00
parent 369780190b
commit 8e7620e0e3

View file

@ -98,10 +98,7 @@ $(call Package/kamailio4/install/module,$$(1),$(1))
$(foreach d,$(5),$(call Package/kamailio4/install/dbfiles,$$(1),$(d));)
endef
ifneq ($(CONFIG_PACKAGE_kamailio4-mod-$(1)),)
INCL_MODULES+=$(1)
endif
KAM_MODULES+=kamailio4-mod-$(subst _,-,$(1))
endef