projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e1f23
)
Force symlink creation
author
Nicolas Thill
<nico@openwrt.org>
Tue, 29 Mar 2005 23:22:58 +0000
(23:22 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 29 Mar 2005 23:22:58 +0000
(23:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@473
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ppp/Makefile
patch
|
blob
|
history
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index
dd1dbd2
..
621b9cd
100644
(file)
--- a/
package/ppp/Makefile
+++ b/
package/ppp/Makefile
@@
-96,7
+96,7
@@
$(PKG_PPP): $(PKG_BUILD_DIR)/pppd/pppd
cp -af ./ipkg/ppp/* $(I_PPP)
$(SCRIPT_DIR)/make-ipkg-dir.sh $(I_PPP) control/ppp.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
mkdir -p $(I_PPP)/etc/ppp
- ln -s /tmp/resolv.conf $(I_PPP)/etc/ppp/resolv.conf
+ ln -s
f
/tmp/resolv.conf $(I_PPP)/etc/ppp/resolv.conf
mkdir -p $(I_PPP)/usr/sbin
cp -af $(PKG_BUILD_DIR)/pppd/pppd $(I_PPP)/usr/sbin/
$(STRIP) $(I_PPP)/usr/sbin/*