Explorar el Código

[FIX] Correction command definition

Michal Simek hace 17 años
padre
commit
7aa63d8cd3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fs/romfs/romfs.c

+ 1 - 1
fs/romfs/romfs.c

@@ -26,7 +26,7 @@
 #include <malloc.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2)
+#if defined(CONFIG_CMD_JFFS2)
 
 #include <asm/byteorder.h>
 #include <linux/stat.h>