X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f26476c862bc76370a3884555d8677c9886eb792..df9b3621e6758bea748a8986c9d7bbbac5886077:/openwrt/package/ppp/Makefile diff --git a/openwrt/package/ppp/Makefile b/openwrt/package/ppp/Makefile index dd1dbd220..621b9cdca 100644 --- a/openwrt/package/ppp/Makefile +++ b/openwrt/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 -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/*