From: Sebastian Kemper Date: Sun, 4 Feb 2018 18:24:17 +0000 (+0100) Subject: yate: fix a typo X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f7a1941430ce152c2b46ab13139384c542735173;p=feed%2Ftelephony.git yate: fix a typo Signed-off-by: Sebastian Kemper --- diff --git a/net/yate/Makefile b/net/yate/Makefile index 86c75a3..14fae5b 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -110,7 +110,7 @@ CONFIGURE_ARGS+= \ --without-doxygen \ --without-kdoc -ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-isaccodec),) +ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-isaccodec),) CONFIGURE_ARGS+=$(if $(CONFIG_SOFT_FLOAT),--disable-isac-float --enable-isac-fixed,--disable-isac-fixed --enable-isac-float) else CONFIGURE_ARGS+= \