make opkg the default package manager, disable busybox ipkg from building by default
[openwrt-10.03/.git] / package / base-files / files / bin / firstboot
index ad87f7482e52623fd0f77aa5b7cf87cd84db77f7..c245d517c2d49a5094647945c3432e0899b373fc 100755 (executable)
@@ -25,7 +25,7 @@ dupe() { # <new_root> <old_root>
                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