diff options
| author | Simon Rettberg | 2016-08-04 16:01:53 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2016-08-04 16:01:53 +0200 |
| commit | 820d16d840f462bf1b614f487cef1ddb589084b4 (patch) | |
| tree | f59a936c2f185412de136d81faaf5538e525dcd1 /remote/modules/run-virt/module.build | |
| parent | [kernel-vanilla] -> 4.4.16 (diff) | |
| download | tm-scripts-820d16d840f462bf1b614f487cef1ddb589084b4.tar.gz tm-scripts-820d16d840f462bf1b614f487cef1ddb589084b4.tar.xz tm-scripts-820d16d840f462bf1b614f487cef1ddb589084b4.zip | |
[run-virt] Implement automatic firewalling
Diffstat (limited to 'remote/modules/run-virt/module.build')
| -rw-r--r-- | remote/modules/run-virt/module.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/run-virt/module.build b/remote/modules/run-virt/module.build index e9b0d581..eb718599 100644 --- a/remote/modules/run-virt/module.build +++ b/remote/modules/run-virt/module.build @@ -11,6 +11,7 @@ build () { # Compile pwdaemon mkdir -p "${MODULE_BUILD_DIR}/opt/openslx/bin" gcc -std=gnu99 -o "${MODULE_BUILD_DIR}/opt/openslx/bin/pwdaemon" -Os "${MODULE_DIR}/pw_daemon.c" || perror "Could not compile the pwdaemon" + gcc -std=gnu99 -o "${MODULE_BUILD_DIR}/opt/openslx/bin/slxfwtool" -Os "${MODULE_DIR}/fwtool/main.c" || perror "Could not compile slxfwtool" } post_copy() { |
