diff options
Diffstat (limited to 'remote/modules/dnbd3')
| -rw-r--r-- | remote/modules/dnbd3/module.build (renamed from remote/modules/dnbd3/dnbd3.build) | 2 | ||||
| -rw-r--r-- | remote/modules/dnbd3/module.conf (renamed from remote/modules/dnbd3/dnbd3.conf) | 0 | ||||
| -rw-r--r-- | remote/modules/dnbd3/module.conf.debian (renamed from remote/modules/dnbd3/dnbd3.conf.debian) | 0 | ||||
| -rw-r--r-- | remote/modules/dnbd3/module.conf.opensuse (renamed from remote/modules/dnbd3/dnbd3.conf.opensuse) | 0 | ||||
| -rw-r--r-- | remote/modules/dnbd3/module.conf.ubuntu (renamed from remote/modules/dnbd3/dnbd3.conf.ubuntu) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dnbd3/dnbd3.build b/remote/modules/dnbd3/module.build index e285788b..2651daac 100644 --- a/remote/modules/dnbd3/dnbd3.build +++ b/remote/modules/dnbd3/module.build @@ -25,7 +25,7 @@ HEREEND build() { cd "$MODULE_DIR/src/kmod" || perror "Could not CD to standalone dnbd3 kmod dir" - make MODULE_NAME=dnbd3 KDIR="$MODULES_DIR/kernel/ksrc" || perror "Could not compile kernel module" + make MODULE_NAME=dnbd3 KDIR="$KERNEL_HEADERS_PATH" || perror "Could not compile kernel module" mkdir -p "$MODULE_BUILD_DIR/lib/modules/dnbd3" || perror "Could not create lib/modules/dnbd3" mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin" || perror "Coould not create opt/openslx/bin" cp "$MODULE_DIR/src/kmod/dnbd3.ko" "$MODULE_BUILD_DIR/lib/modules/dnbd3/" || perror "could not cp dnbd3.ko" diff --git a/remote/modules/dnbd3/dnbd3.conf b/remote/modules/dnbd3/module.conf index 333637fd..333637fd 100644 --- a/remote/modules/dnbd3/dnbd3.conf +++ b/remote/modules/dnbd3/module.conf diff --git a/remote/modules/dnbd3/dnbd3.conf.debian b/remote/modules/dnbd3/module.conf.debian index c26fd833..c26fd833 100644 --- a/remote/modules/dnbd3/dnbd3.conf.debian +++ b/remote/modules/dnbd3/module.conf.debian diff --git a/remote/modules/dnbd3/dnbd3.conf.opensuse b/remote/modules/dnbd3/module.conf.opensuse index 713ad2b1..713ad2b1 100644 --- a/remote/modules/dnbd3/dnbd3.conf.opensuse +++ b/remote/modules/dnbd3/module.conf.opensuse diff --git a/remote/modules/dnbd3/dnbd3.conf.ubuntu b/remote/modules/dnbd3/module.conf.ubuntu index d303245c..d303245c 100644 --- a/remote/modules/dnbd3/dnbd3.conf.ubuntu +++ b/remote/modules/dnbd3/module.conf.ubuntu |
