aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-11 14:41:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-11 14:41:45 +0000
commitce4cde8a938e1aca30e6640f8b244bddce1db5cf (patch)
treed0481e3a8d399a7dd4e98b6ad9c35374a3444618 /package/ppp/Makefile
parent94e92de559734707d29457ff9055aca7cc6f9c57 (diff)
downloadmaster-187ad058-ce4cde8a938e1aca30e6640f8b244bddce1db5cf.tar.gz
master-187ad058-ce4cde8a938e1aca30e6640f8b244bddce1db5cf.tar.bz2
master-187ad058-ce4cde8a938e1aca30e6640f8b244bddce1db5cf.zip
remove useless /etc/ppp/peers/sample file (forgot the Makefile change)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r--package/ppp/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index eec2bd8462..56a9afb245 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -84,8 +84,6 @@ $(IPKG_PPP):
install -m0644 ./files/etc/ppp/options $(IDIR_PPP)/etc/ppp/
install -m0755 ./files/etc/ppp/ip-up $(IDIR_PPP)/etc/ppp/
install -m0755 ./files/etc/ppp/ip-down $(IDIR_PPP)/etc/ppp/
- install -d -m0755 $(IDIR_PPP)/etc/ppp/peers
- install -m0644 ./files/etc/ppp/peers/sample $(IDIR_PPP)/etc/ppp/peers/
install -d -m0755 $(IDIR_PPP)/usr/sbin
install -m0755 $(PKG_INSTALL_DIR)/usr/sbin/pppd $(IDIR_PPP)/usr/sbin/
install -d -m0755 $(IDIR_PPP)/usr/lib/pppd