diff options
| author | Simon Rettberg | 2014-04-01 15:35:26 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2014-04-01 15:35:26 +0200 |
| commit | c189f9ce049cbae19aaad06ae74a642b1e0733d4 (patch) | |
| tree | a1db240f7adba119bc7469474bed73d3cd23bb58 /remote/modules/dnbd3 | |
| parent | [vmware/vmchooser] Generalize string cleaning function (diff) | |
| parent | [config curitiba] add curitiba config (diff) | |
| download | tm-scripts-c189f9ce049cbae19aaad06ae74a642b1e0733d4.tar.gz tm-scripts-c189f9ce049cbae19aaad06ae74a642b1e0733d4.tar.xz tm-scripts-c189f9ce049cbae19aaad06ae74a642b1e0733d4.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
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 |
