diff options
author | Gerry Rozema <groz@openwrt.org> | 2006-07-27 19:22:40 +0000 |
---|---|---|
committer | Gerry Rozema <groz@openwrt.org> | 2006-07-27 19:22:40 +0000 |
commit | 6f0b787692a28db7a96ebfed6b079e36271d3183 (patch) | |
tree | 94b897be969159351b121a73277ad0bb8920a862 | |
parent | 215fee8e32d7d85556973c38e82b757f1b9daf28 (diff) | |
download | mtk-20170518-6f0b787692a28db7a96ebfed6b079e36271d3183.zip mtk-20170518-6f0b787692a28db7a96ebfed6b079e36271d3183.tar.gz mtk-20170518-6f0b787692a28db7a96ebfed6b079e36271d3183.tar.bz2 |
Minor change to firstboot, closes #591
SVN-Revision: 4307
-rwxr-xr-x | openwrt/package/base-files/brcm-2.4/bin/firstboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/brcm-2.4/bin/firstboot b/openwrt/package/base-files/brcm-2.4/bin/firstboot index d37ce4f..b65d3ee 100755 --- a/openwrt/package/base-files/brcm-2.4/bin/firstboot +++ b/openwrt/package/base-files/brcm-2.4/bin/firstboot @@ -22,7 +22,7 @@ dupe() { # <new_root> <old_root> ./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 |