Explorar o código

menuconfig -> config

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
cdd46741aa
Modificáronse 2 ficheiros con 2 adicións e 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