summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/build b/build
index ca8e05d..401d9d3 100755
--- a/build
+++ b/build
@@ -59,5 +59,10 @@ install: build
install -d -m 0755 dest/var/www; \
install -p -m 0644 ../src.var/www/index.html \
dest/var/www/index.html; \
+ fi; \
+ if config_enabled UDHCPC; then \
+ install -d -m 0755 dest/usr/share/udhcpc; \
+ install -p -m 0644 ../src.usr/share/udhcpc/default.script \
+ dest/usr/share/udhcpc/default.script; \
fi
oh-installfiles