X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fbase-files%2FMakefile;h=14917f683be991d802608a77048489171534eb8c;hb=76e3a22d2fd6f33af904c9d63ffce0f6c5c7226e;hp=16c6dc1eb82420993de55340d541964e320502f3;hpb=f5ce6bce09e70145832f53e0a8358a373f4c0f82;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 16c6dc1eb8..14917f683b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -115,6 +115,7 @@ define Package/base-files$(TARGET)/install rm -f $(1)/var ln -sf /tmp $(1)/var mkdir -p $(1)/etc + ln -sf /tmp/resolv.conf $(1)/etc/resolv.conf $(call Package/base-files/install-target,$(1)) for conffile in $(1)/etc/config/*; do \ if [ -f "$$$$conffile" ]; then \