From 9094f45c9fe46a7a5500a1188fbe5416a278446f Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 21 Mar 2014 15:54:52 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39992 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/ppp/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/services/ppp/Makefile b/package/network/services/ppp/Makefile index d4aab3831f..9bf96165af 100644 --- a/package/network/services/ppp/Makefile +++ b/package/network/services/ppp/Makefile @@ -119,7 +119,6 @@ endef define Package/chat $(call Package/ppp/Default) - DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) TITLE:=Establish conversation with a modem endef -- 2.30.2