X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ed5ef674d100ca0ffa8bc00160718f69af5515c3..eb1c48aeec6f13addccbc6363f52608fa4d8e322:/package/base-files/brcm-2.4/bin/firstboot 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