summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage32/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-07 11:34:35 +0200
committerJonathan Bauer2019-08-07 11:34:35 +0200
commit8a090d4aff93d1ba69d7d4d8d89795270e85a4d6 (patch)
tree62220458d6c5a444cf4928dfce744283be8a092d /core/rootfs/rootfs-stage32/module.build
parent[vmchooser2] add default xsessions.conf (diff)
downloadmltk-8a090d4aff93d1ba69d7d4d8d89795270e85a4d6.tar.gz
mltk-8a090d4aff93d1ba69d7d4d8d89795270e85a4d6.tar.xz
mltk-8a090d4aff93d1ba69d7d4d8d89795270e85a4d6.zip
[rdns] move rdns to its own module
Diffstat (limited to 'core/rootfs/rootfs-stage32/module.build')
-rw-r--r--core/rootfs/rootfs-stage32/module.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/rootfs/rootfs-stage32/module.build b/core/rootfs/rootfs-stage32/module.build
index fe843ce7..8f98fc6d 100644
--- a/core/rootfs/rootfs-stage32/module.build
+++ b/core/rootfs/rootfs-stage32/module.build
@@ -15,9 +15,6 @@ build() {
local FILELIST="list_binaries_and_files"
[ -e "${FILELIST}" ] && rm "${FILELIST}"
- # Compile rdns
- mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin"
- gcc -o "$MODULE_BUILD_DIR/opt/openslx/bin/rdns" "$MODULE_DIR/rdns.c" || perror "Compiling rdns failed."
# Get ldconfig
mkdir -p "$MODULE_BUILD_DIR/sbin"
local LOC=$(which ldconfig.real)