summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-25 12:58:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-25 12:58:36 (EDT)
commitbe963ce882813d6931214a66f2fbe28cccf9d495 (patch)
treefad61b6275ac2dafa301f96a3f3cbbdc04eb8584 /build
parent44a920821939fdd6a5c4a0c66c533f92c5a884bd (diff)
Remove the default Web page.
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/build b/build
index 4318fd9..bd2c326 100755
--- a/build
+++ b/build
@@ -62,9 +62,6 @@ install: build
exec 3>&-; \
fi; \
if config_enabled HTTPD; then \
- install -d -m 0755 dest/usr/share/busybox/www; \
- install -p -m 0644 ../src.share/www/index.html \
- dest/usr/share/busybox/www/index.html; \
install -d -m 0755 dest/var/www; \
fi; \
if config_enabled IFUPDOWN; then \