various cosmetic fixes
[openwrt/svn-archive/archive.git] / openwrt / target / default / target_skeleton / bin / firstboot
index 8bb0b3efa41f5689f48e5fb4824c3118fd72e6c8..2e7481db8105ea306f07d704d85b61628278689b 100755 (executable)
@@ -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