summaryrefslogtreecommitdiff
path: root/package/toolbox/src/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-10-11 12:14:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-10-11 12:14:04 +0200
commit24b3099c1d9c037358e96391dd1950a6ede2a7af (patch)
treec9dca105f3dce490f8595a8a64d0240778d08be6 /package/toolbox/src/Makefile
parent014c928dadd0ca2f6cd08446f840b8fb9b322e4f (diff)
toolbox: disable mknod, compile issue with glibc
Diffstat (limited to 'package/toolbox/src/Makefile')
-rw-r--r--package/toolbox/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/toolbox/src/Makefile b/package/toolbox/src/Makefile
index 50afea707..65009b6ef 100644
--- a/package/toolbox/src/Makefile
+++ b/package/toolbox/src/Makefile
@@ -57,7 +57,7 @@
SUBDIR+= lsof
SUBDIR+= md5
SUBDIR+= mkdir
- SUBDIR+= mknod
+# SUBDIR+= mknod # does not compile with glibc
SUBDIR+= mount
SUBDIR+= mv
SUBDIR+= netstat