From: Daniel Dickinson Date: Sat, 12 Mar 2011 00:57:33 +0000 (+0000) Subject: [net] Telephony: Yate: Corrected typo in dependency for dbwave. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=cac3e02fc75dbed862022291de0de3ac1eb4ec74 [net] Telephony: Yate: Corrected typo in dependency for dbwave. SVN-Revision: 26053 --- diff --git a/net/yate/Makefile b/net/yate/Makefile index 20d8e8f034..bd4d52caeb 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -119,7 +119,7 @@ $(eval $(call BuildPlugin,clustering,server,Clustering Server Support,)) $(eval $(call BuildPlugin,conference,,Conference Room Mixer,)) $(eval $(call BuildPlugin,cpuload,server,Monitor CPU load and Inform Yate,)) $(eval $(call BuildPlugin,dbpbx,server,PBX IVR and Multi-routing from Database,)) -$(eval $(call BuildPlugin,dbwave,server,Wav Media for DB Storage,+$(PKG_NAME)-mod-wavfile)) +$(eval $(call BuildPlugin,dbwave,server,Wav Media for DB Storage,+$(PKG_NAME)-mod-wavefile)) $(eval $(call BuildPlugin,dumbchan,,Dummy Channel,)) $(eval $(call BuildPlugin,enumroute,,ENUM Routing,)) $(eval $(call BuildPlugin,extmodule,,External Module Handler,))