diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-30 22:29:07 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-05-30 22:29:40 -0700 |
commit | 8d16b31bfc457f03e0e761df19529749ffa1f0d8 (patch) | |
tree | db42ba7b9a1def0299400be407b7bf99e2b2670c /net/iwd.sh | |
parent | net/iwd: add iwd helper (diff) | |
download | netifrc-8d16b31bfc457f03e0e761df19529749ffa1f0d8.tar.gz netifrc-8d16b31bfc457f03e0e761df19529749ffa1f0d8.tar.bz2 netifrc-8d16b31bfc457f03e0e761df19529749ffa1f0d8.zip |
net/iwd: ensure program is present
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net/iwd.sh')
-rw-r--r-- | net/iwd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ iwd_depend() before interface provide wireless after iwconfig + program iwd } _config_vars="$_config_vars iwd" |