Explorar el Código

menuconfig -> config

Mike Frysinger hace 20 años
padre
commit
cdd46741aa
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      target/ext2/Config.in
  2. 1 1
      target/jffs2/Config.in

+ 1 - 1
target/ext2/Config.in

@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_ROOTFS_EXT2
+config BR2_TARGET_ROOTFS_EXT2
 	bool "ext2 root filesystem for the target device"
 	default y
 	help

+ 1 - 1
target/jffs2/Config.in

@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_ROOTFS_JFFS2
+config BR2_TARGET_ROOTFS_JFFS2
 	bool "jffs2 root filesystem for the target device"
 	default n
 	help