From 6f0b787692a28db7a96ebfed6b079e36271d3183 Mon Sep 17 00:00:00 2001 From: Gerry Rozema Date: Thu, 27 Jul 2006 19:22:40 +0000 Subject: [PATCH] Minor change to firstboot, closes #591 SVN-Revision: 4307 --- openwrt/package/base-files/brcm-2.4/bin/firstboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/base-files/brcm-2.4/bin/firstboot b/openwrt/package/base-files/brcm-2.4/bin/firstboot index d37ce4f90b..b65d3ee98b 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() { # ./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 -- 2.25.1