소스 검색

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