Browse Source

toolbox: disable mknod, compile issue with glibc

Waldemar Brodkorb 2 years ago
parent
commit
24b3099c1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/toolbox/src/Makefile

+ 1 - 1
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