From 711d5559a77d8acc3a0b479c961bf0299a8d31bb Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 13 Apr 2006 14:43:47 +0000 Subject: fix typo in firstboot - /etc/config/* is now a file instead of a symlink git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/default/bin/firstboot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/base-files/default/bin') diff --git a/package/base-files/default/bin/firstboot b/package/base-files/default/bin/firstboot index 5d3d9677e..28189780b 100755 --- a/package/base-files/default/bin/firstboot +++ b/package/base-files/default/bin/firstboot @@ -19,10 +19,10 @@ dupe() { # echo -n "setting up symlinks... " for file in $(cd $2; find . -xdev -type f;); do case "$file" in - "./rom/note") ;; #nothing - "./etc/config"|\ - "./etc/resolv.conf"|\ - "./usr/lib/ipkg/info") cp -af $2/$file $file;; + ./rom/note) ;; #nothing + ./etc/config*|\ + ./etc/resolv.conf|\ + ./usr/lib/ipkg/info) cp -af $2/$file $file;; *) ln -sf /rom/${file#./*} $file;; esac done -- cgit v1.2.3