summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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 \