This patch removes dependancy of PPP from chat application as chat application 
can be used for other serial communication as well that is not dependant on PPP 
and therefore one should be able to install chat without PPP. There also are no 
dependencies within chat application for PPP.

Signed-off-by: Oskari Rauta <oskari.rauta at gmail.com>
---
diff --git a/package/network/services/ppp/Makefile 
b/package/network/services/ppp/Makefile
index d4aab38..9bf9616 100644
--- a/package/network/services/ppp/Makefile
+++ b/package/network/services/ppp/Makefile
@@ -120,7 +120,6 @@ endef
 define Package/chat
 $(call Package/ppp/Default)
-  DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink)
   TITLE:=Establish conversation with a modem
 endef
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to