Sfoglia il codice sorgente

menuconfig -> config

Mike Frysinger 20 anni fa
parent
commit
cdd46741aa
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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