diff options
| author | groz <groz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-27 19:22:40 +0000 | 
|---|---|---|
| committer | groz <groz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-27 19:22:40 +0000 | 
| commit | 80bd0d7fde84dd6c9ca5e542ca8848e2005b61d4 (patch) | |
| tree | db318b13fa696c9211c9623df53372cb796889c7 | |
| parent | be3bafd96c1245646445e9372e3c16b6cfd22bc8 (diff) | |
Minor change to firstboot, closes #591
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4307 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rwxr-xr-x | package/base-files/brcm-2.4/bin/firstboot | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/brcm-2.4/bin/firstboot b/package/base-files/brcm-2.4/bin/firstboot index d37ce4f90..b65d3ee98 100755 --- a/package/base-files/brcm-2.4/bin/firstboot +++ b/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  | 
