aboutsummaryrefslogtreecommitdiffstats
path: root/target/default/target_skeleton/bin/firstboot
diff options
context:
space:
mode:
Diffstat (limited to 'target/default/target_skeleton/bin/firstboot')
-rwxr-xr-xtarget/default/target_skeleton/bin/firstboot6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/default/target_skeleton/bin/firstboot b/target/default/target_skeleton/bin/firstboot
index 8bb0b3efa4..2e7481db81 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