diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-10-11 12:14:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-10-11 12:14:04 +0200 |
commit | 24b3099c1d9c037358e96391dd1950a6ede2a7af (patch) | |
tree | c9dca105f3dce490f8595a8a64d0240778d08be6 /package | |
parent | 014c928dadd0ca2f6cd08446f840b8fb9b322e4f (diff) |
toolbox: disable mknod, compile issue with glibc
Diffstat (limited to 'package')
-rw-r--r-- | package/toolbox/src/Makefile | 2 |
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 |