diff options
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/brcm-2.4/bin/firstboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/brcm-2.4/bin/firstboot b/package/base-files/brcm-2.4/bin/firstboot index d37ce4f90b..b65d3ee98b 100755 --- 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 |