diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-08-10 23:26:55 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-08-10 23:26:55 +0000 |
| commit | d341167d60880f59995634985fa549e2a9797633 (patch) | |
| tree | 176ec36bb15029adaaffceb95fbe3996464b8c33 | |
| parent | ee07cefbc63528946dfdd58593539f1fae6da1d2 (diff) | |
| download | upstream-d341167d60880f59995634985fa549e2a9797633.tar.gz upstream-d341167d60880f59995634985fa549e2a9797633.tar.bz2 upstream-d341167d60880f59995634985fa549e2a9797633.zip | |
Fix /etc/init.d/S50pppoe -> /sbin/ifup.pppoe change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1605 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 43146328381..f248412ae9d 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: |
