X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=openwrt%2Fpackage%2Fbase-files%2FMakefile;h=1fb0c14498f4862bd51a3e5986c809b9b07a2694;hp=2604e62578c3d87fa22dda9fefa093f4aa7e4261;hb=b00a836c9a2fe4c4c8aaf8b6348274f9bfdcb6d9;hpb=2d8193de6acd40bb1676f896057540314d6b7779 diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 2604e62578..1fb0c14498 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -64,6 +64,7 @@ $(IPKG_BASE): mkdir -p $(IDIR_BASE)/usr/lib mkdir -p $(IDIR_BASE)/usr/bin ln -sf /tmp/resolv.conf $(IDIR_BASE)/etc/resolv.conf + ln -sf /proc/mounts $(IDIR_BASE)/etc/mtab rm -rf $(IDIR_BASE)/var ln -sf /tmp $(IDIR_BASE)/var -find $(IDIR_BASE) -type d -name CVS | xargs rm -rf