new upstream release 2.51 with some fixes, see
[openwrt.git] / package / base-files / files / etc / init.d / boot
index 3da0d6b..aa9e967 100755 (executable)
@@ -59,6 +59,7 @@ start() {
        touch /var/log/lastlog
        touch /tmp/resolv.conf.auto
        ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
+       grep -q debugfs /proc/filesystems && mount -t debugfs debugfs /sys/kernel/debug
        [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
 
        killall -q hotplug2
This page took 0.029681 seconds and 4 git commands to generate.