diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-08 13:38:18 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-11-08 13:38:18 (EST) |
commit | e2684a49382aa5f94b45b9189a3ca105f503d522 (patch) | |
tree | 698330d9a65d81024178e40b454495746a7f2099 | |
parent | ebbc88d5d44ee87359f4eca3e0d315aa4937b3f5 (diff) |
build: Upstream split CONFIG_IFUPDOWN
In upstream commit a8c696bf09.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ install: build if config_enabled HTTPD; then \ install -d -m 0755 dest/var/www; \ fi; \ - if config_enabled IFUPDOWN; then \ + if config_enabled IFUP && config_enabled IFDOWN; then \ install -d -m 0755 dest/etc; \ for dir in '' if-pre-up.d if-up.d if-down.d if-post-down.d; do \ install -d -m 0755 "dest/etc/network/$${dir}"; \ |