net/freeswitch: Renamed freeswitch modules collections from fs-default and fs-minima...
authorDaniel Dickinson <crazycshore@gmail.com>
Sun, 27 Jun 2010 13:36:38 +0000 (13:36 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Sun, 27 Jun 2010 13:36:38 +0000 (13:36 +0000)
SVN-Revision: 21967

net/freeswitch/Makefile

index 0d55a2669277aa368ffb772e109a4330f9aba17e..e7a9ea50d0ff4c10e3f6ff70af3efcbe6aa78390 100644 (file)
@@ -143,7 +143,7 @@ endef
 define Package/freeswitch/description
   FreeSWITCH is an open source telephony platform designed to 
   facilitate the creation of voice and chat driven products scaling 
-  from a soft-phone up to a soft-switch.
+  from a soft-phone up to a soft-switch.  See http://wiki.freeswitch.org
 endef
 
 define Package/freeswitch-example-config
@@ -400,7 +400,7 @@ define Package/freeswitch/install
        $(INSTALL_DATA) ./files/freeswitch.config $(1)/etc/config/freeswitch
 endef
 
-define Package/freeswitch-collection-default/install
+define Package/freeswitch-collection-upstream-defaults/install
        $(INSTALL_DIR) $(1)/etc/freeswitch
 endef