diff --git a/rcS b/rcS
index 25ef022e9214d911af789ca6c6acb5cfcc364493..4c377afc3b74e43e2bd5bac0e62b079102e6199f 100755
--- a/rcS
+++ b/rcS
@@ -4,15 +4,6 @@ mount -t proc none /proc
 mount -t sysfs none /sys
 /sbin/mdev -s
 
-# enable localhost
 ip link set lo up
-# enable ethernet
 ip link set eth0 up
-# enable ipv6 over ipv4
 ip link set sit0 up
-
-# enable fake ipv4 multicast if eth0 is not available
-#ip route add 224.0.0.0/4 dev lo
-
-# this ipv6 variant does not work :(
-#ip route add ff00::/8 dev lo