From ae6571a883177875963f4b1992dc6fc8b8c3029a Mon Sep 17 00:00:00 2001 From: mbm Date: Fri, 13 May 2005 00:40:07 +0000 Subject: various cosmetic fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@864 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/default/target_skeleton/bin/firstboot | 6 ------ 1 file changed, 6 deletions(-) (limited to 'target/default/target_skeleton/bin/firstboot') diff --git a/target/default/target_skeleton/bin/firstboot b/target/default/target_skeleton/bin/firstboot index 8bb0b3efa..2e7481db8 100755 --- a/target/default/target_skeleton/bin/firstboot +++ b/target/default/target_skeleton/bin/firstboot @@ -45,12 +45,6 @@ do { } done echo "done" -echo -n "fixing ipkg symlinks... " -for file in $( find /usr/lib/ipkg/info/*list -type l;) -do { - rm $file; cp -f /rom/$file $file -} done - touch /tmp/resolv.conf ln -s /tmp/resolv.conf /etc/resolv.conf -- cgit v1.2.3