X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fbase-files%2Ffiles%2Fbin%2Ffirstboot;h=c245d517c2d49a5094647945c3432e0899b373fc;hb=8f692c0dc0bc1f99b3fb4b85c57ae879ccde732f;hp=ad87f7482e52623fd0f77aa5b7cf87cd84db77f7;hpb=31a89af3be5066c2c13e4abef79ca80cae5e4612;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/bin/firstboot index ad87f7482..c245d517c 100755 --- a/package/base-files/files/bin/firstboot +++ b/package/base-files/files/bin/firstboot @@ -25,7 +25,7 @@ dupe() { # case "$file" in ./rom/note) ;; #nothing ./etc/config*|\ - ./usr/lib/ipkg/info/*) cp -af $2/$file $file;; + ./usr/lib/opkg/info/*) cp -af $2/$file $file;; *) ln -sf /rom/${file#./*} $file;; esac done