Browse Source

ppp: remove ppp requirement from chat

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>

SVN-Revision: 39992
Felix Fietkau 11 years ago
parent
commit
0945555e14
1 changed files with 0 additions and 1 deletions
  1. 0 1
      package/network/services/ppp/Makefile

+ 0 - 1
package/network/services/ppp/Makefile

@@ -119,7 +119,6 @@ endef
 
 
 define Package/chat
 define Package/chat
 $(call Package/ppp/Default)
 $(call Package/ppp/Default)
-  DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink)
   TITLE:=Establish conversation with a modem
   TITLE:=Establish conversation with a modem
 endef
 endef