diff options
Diffstat (limited to 'package/busybox/files/httpd')
-rwxr-xr-x | package/busybox/files/httpd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/files/httpd b/package/busybox/files/httpd index e4f5f48e9c..35b7f62948 100755 --- a/package/busybox/files/httpd +++ b/package/busybox/files/httpd @@ -1,5 +1,6 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2006 OpenWrt.org +START=50 start() { include /lib/network |