X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Fbrcm-2.4%2Fbin%2Ffirstboot;h=b65d3ee98b4c2aad098edd4e6dd1d294f331378e;hb=80bd0d7fde84dd6c9ca5e542ca8848e2005b61d4;hp=d37ce4f90ba245fc067ceb8ae54bac8bc0abfc7c;hpb=ed5ef674d100ca0ffa8bc00160718f69af5515c3;p=openwrt-10.03%2F.git diff --git a/package/base-files/brcm-2.4/bin/firstboot b/package/base-files/brcm-2.4/bin/firstboot index d37ce4f90..b65d3ee98 100755 --- a/package/base-files/brcm-2.4/bin/firstboot +++ b/package/base-files/brcm-2.4/bin/firstboot @@ -22,7 +22,7 @@ dupe() { # ./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