mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-07 17:30:41 +01:00
parent
215fee8e32
commit
6f0b787692
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue