summaryrefslogtreecommitdiffstats
path: root/target/default/target_skeleton/bin/firstboot
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-13 00:40:07 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-13 00:40:07 +0000
commitae6571a883177875963f4b1992dc6fc8b8c3029a (patch)
tree4f75392b6a1763e880356ee7903a444a9c49454c /target/default/target_skeleton/bin/firstboot
parenta702c2ea6f65b41268ccce95f536f6c477234300 (diff)
various cosmetic fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@864 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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