projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
215fee8
)
Minor change to firstboot, closes #591
author
Gerry Rozema
<groz@openwrt.org>
Thu, 27 Jul 2006 19:22:40 +0000
(19:22 +0000)
committer
Gerry Rozema
<groz@openwrt.org>
Thu, 27 Jul 2006 19:22:40 +0000
(19:22 +0000)
SVN-Revision: 4307
openwrt/package/base-files/brcm-2.4/bin/firstboot
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/brcm-2.4/bin/firstboot
b/openwrt/package/base-files/brcm-2.4/bin/firstboot
index d37ce4f90ba245fc067ceb8ae54bac8bc0abfc7c..b65d3ee98b4c2aad098edd4e6dd1d294f331378e 100755
(executable)
--- a/
openwrt/package/base-files/brcm-2.4/bin/firstboot
+++ b/
openwrt/package/base-files/brcm-2.4/bin/firstboot
@@
-22,7
+22,7
@@
dupe() { # <new_root> <old_root>
./rom/note) ;; #nothing
./etc/config*|\
./etc/resolv.conf|\
- ./usr/lib/ipkg/info) cp -af $2/$file $file;;
+ ./usr/lib/ipkg/info
/*
) cp -af $2/$file $file;;
*) ln -sf /rom/${file#./*} $file;;
esac
done