diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 23:26:55 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-10 23:26:55 +0000 |
commit | 1dfd6bcfa9af0e7a950a658577222c2b432fe99f (patch) | |
tree | 176ec36bb15029adaaffceb95fbe3996464b8c33 /openwrt/package/ppp/Makefile | |
parent | 7b7b968ca2dcd323ec954f2a9a9a065dca1cd32c (diff) |
Fix /etc/init.d/S50pppoe -> /sbin/ifup.pppoe change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1605 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ppp/Makefile')
-rw-r--r-- | openwrt/package/ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |