[package] mac80211: update ath9k patches
[openwrt.git] / package / base-files / files / bin / firstboot
index ad87f74..c245d51 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
This page took 0.023824 seconds and 4 git commands to generate.