From: Nicolas Thill <nico@openwrt.org>
Date: Wed, 10 Aug 2005 23:26:55 +0000 (+0000)
Subject: Fix /etc/init.d/S50pppoe -> /sbin/ifup.pppoe change
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6ece388d80e6f9152bc052ddac97d57d64204e5c;p=openwrt%2Fstaging%2Fdedeckeh.git

Fix /etc/init.d/S50pppoe -> /sbin/ifup.pppoe change

SVN-Revision: 1605
---

diff --git a/openwrt/package/ppp/Makefile b/openwrt/package/ppp/Makefile
index 4314632838..f248412ae9 100644
--- a/openwrt/package/ppp/Makefile
+++ b/openwrt/package/ppp/Makefile
@@ -88,11 +88,11 @@ $(IPKG_PPP):
 	$(RSTRIP) $(IDIR_PPP)
 	$(IPKG_BUILD) $(IDIR_PPP) $(PACKAGE_DIR)
 	
-$(IDIR_PPP_MOD_PPPOE)/etc/init.d/S50pppoe:
+$(IDIR_PPP_MOD_PPPOE)/sbin/ifup.pppoe:
 	install -d -m0755 $(IDIR_PPP_MOD_PPPOE)/sbin
 	install -m0755 ./files/ifup.pppoe $(IDIR_PPP_MOD_PPPOE)/sbin/
 
-$(IPKG_PPP_MOD_PPPOE): $(IDIR_PPP_MOD_PPPOE)/etc/init.d/S50pppoe
+$(IPKG_PPP_MOD_PPPOE): $(IDIR_PPP_MOD_PPPOE)/sbin/ifup.pppoe
 
 $(IDIR_PPP_MOD_RADIUS)/etc/ppp/radius.conf: