do not compile a normal version of wireless-tools just for the shared library
[openwrt.git] / openwrt / package / base-files / default / etc / init.d / S50httpd
index 9cf551e..a1b883d 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-httpd -p 80 -h /www -r WRT54G Router
+[ -d /www ] && httpd -p 80 -h /www -r OpenWrt
This page took 0.028385 seconds and 4 git commands to generate.