瀏覽代碼

menuconfig -> config

Mike Frysinger 20 年之前
父節點
當前提交
cdd46741aa
共有 2 個文件被更改,包括 2 次插入2 次删除
  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