Browse Source

do not install resolv.conf symlink

all productive targets use cfgfs, with a /etc on tmpfs,
so no need for this symlink. Users of extra dir can now
provide their own resolv.conf copy.
dhcp and ppp users shouldn't care about this change.
Waldemar Brodkorb 15 năm trước cách đây
mục cha
commit
a52365be5b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      package/base-files/Makefile

+ 1 - 2
package/base-files/Makefile

@@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk
 
 PKG_NAME:=		base-files
 PKG_VERSION:=		1.0
-PKG_RELEASE:=		12
+PKG_RELEASE:=		13
 PKG_DESCR:=		basic filesystem structure and scripts
 PKG_SECTION:=		base
 
@@ -61,7 +61,6 @@ endif
 	mkdir -p $(IDIR_BASE_FILES)/usr/bin
 	chmod 755 $(IDIR_BASE_FILES)/lib/mdev/init
 	chmod 600 $(IDIR_BASE_FILES)/etc/shadow
-	ln -sf ../tmp/resolv.conf $(IDIR_BASE_FILES)/etc/resolv.conf
 	ln -sf ../proc/mounts $(IDIR_BASE_FILES)/etc/mtab
 	rm -rf $(IDIR_BASE_FILES)/var
 	ln -sf tmp $(IDIR_BASE_FILES)/var