diff options
| author | Jiri Slachta | 2015-01-15 11:34:47 +0000 |
|---|---|---|
| committer | Jiri Slachta | 2015-01-15 11:34:47 +0000 |
| commit | 8e7620e0e3299ab4ad98c0f442e8bbb9ad884809 (patch) | |
| tree | 541b6ef6c13cb501fc72e439d8431afbf3b04a2e | |
| parent | 369780190b7d9589942def128f7d20f90457b602 (diff) | |
| download | telephony-8e7620e0e3299ab4ad98c0f442e8bbb9ad884809.tar.gz | |
kamailio-4.x: remove checking module selection
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
| -rw-r--r-- | net/kamailio-4.x/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/kamailio-4.x/Makefile b/net/kamailio-4.x/Makefile index 7feb2dd..7b09911 100644 --- a/net/kamailio-4.x/Makefile +++ b/net/kamailio-4.x/Makefile @@ -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 |