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:
daaf65c
)
Minor change to firstboot, closes #591
author
Gerry Rozema
<gerryr@rozeware.com>
Thu, 27 Jul 2006 19:22:40 +0000
(19:22 +0000)
committer
Gerry Rozema
<gerryr@rozeware.com>
Thu, 27 Jul 2006 19:22:40 +0000
(19:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4307
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/brcm-2.4/bin/firstboot
patch
|
blob
|
history
diff --git
a/package/base-files/brcm-2.4/bin/firstboot
b/package/base-files/brcm-2.4/bin/firstboot
index
d37ce4f
..
b65d3ee
100755
(executable)
--- a/
package/base-files/brcm-2.4/bin/firstboot
+++ b/
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