Skip to content
Snippets Groups Projects
Commit f73bbed1 authored by nico's avatar nico
Browse files

Force symlink creation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@473 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent cfe2dbb2
No related branches found
No related tags found
No related merge requests found
......@@ -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 -sf /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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment