Forward port whiterussian resolv.conf changes /etc/resolv.conf links to /tmp/resolv...
[openwrt/staging/chunkeey.git] / package / ppp / Makefile
index 2938b915ef9bacc8a8ba7a7b0a57c4d9a978e3fa..dc1f37b0a95623544d31af82e63d61278af333b8 100644 (file)
@@ -124,7 +124,7 @@ define Package/ppp/install
        $(INSTALL_BIN) ./files/etc/ppp/ip-down $(1)/etc/ppp/
        $(INSTALL_DIR) $(1)/etc/ppp/ip-down.d
        $(INSTALL_DATA) ./files/etc/ppp/options $(1)/etc/ppp/
-       ln -sf /tmp/resolv.conf $(1)/etc/ppp/resolv.conf
+       ln -sf /tmp/resolv.conf.auto $(1)/etc/ppp/resolv.conf
 endef
        
 define Package/ppp-mod-pppoa/install