projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d506ad8
)
link /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues)
author
Mike Baker
<mbm@openwrt.org>
Fri, 31 Mar 2006 18:25:00 +0000
(18:25 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 31 Mar 2006 18:25:00 +0000
(18:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3561
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/Makefile
b/openwrt/package/base-files/Makefile
index
2604e62
..
1fb0c14
100644
(file)
--- 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