firmware/root_file_system/default/etc/rc.local
bjo eeb00a3047 * removed nodewatcher-ng
* new nodewatcher in trunk
* updated AR23XX-buildconfig for busybox-httpd
2011-07-25 22:09:29 +00:00

23 lines
418 B
Text
Executable file

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
ifconfig br-mesh down
ifconfig br-mesh up
ifdown lan
ifup lan
rdate -s time.fu-berlin.de
chown root.root /etc/crontabs/root
/etc/init.d/cron stop
/etc/init.d/cron start
sh /etc/firewall.user
/etc/init.d/qos disable
/etc/init.d/qos stop
#busybox-httpd for crawldata
httpd -h /tmp/
exit 0