summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index ec6f626..9951572 100755
--- a/build
+++ b/build
@@ -14,6 +14,10 @@ install: build
oh-autoinstall -B src/wpa_supplicant/ -- \
LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \
BINDIR=/usr/sbin
+ set -e; for f in ../ifupdown/*; do \
+ install -d -m 0755 "dest/etc/network/$${f##*/}.d"; \
+ install -m 0755 "$${f}" "dest/etc/network/$${f##*/}.d/wpa"; \
+ done
oh-fixperms
oh-strip
oh-installfiles