projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix uclibc++ dependency issue
[openwrt.git]
/
openwrt
/
package
/
base-files
/
default
/
bin
/
firstboot
diff --git
a/openwrt/package/base-files/default/bin/firstboot
b/openwrt/package/base-files/default/bin/firstboot
index
cef258c
..
1c3d1a7
100755
(executable)
--- a/
openwrt/package/base-files/default/bin/firstboot
+++ b/
openwrt/package/base-files/default/bin/firstboot
@@
-42,7
+42,7
@@
echo "done"
echo -n "setting up symlinks... "
for file in $(cd /rom; find * -type f; find * -type l;)
do {
echo -n "setting up symlinks... "
for file in $(cd /rom; find * -type f; find * -type l;)
do {
- [ "${file%/*}" = "usr/lib/ipkg/info" ] && {
+ [ "${file%/*}" = "usr/lib/ipkg/info"
-o "${file%/*}" = "etc/config"
] && {
cp -f /rom/$file $file
} || {
ln -sf /rom/$file $file
cp -f /rom/$file $file
} || {
ln -sf /rom/$file $file
This page took
0.02348 seconds
and
4
git commands to generate.