소스 검색

- jffs2 requires the mtd package for the mtd-host tools.

Bernhard Reutner-Fischer 19 년 전
부모
커밋
180bc5941a
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/mtd/Config.in
  2. 1 0
      target/jffs2/Config.in

+ 1 - 0
package/mtd/Config.in

@@ -17,6 +17,7 @@ choice
 config BR2_PACKAGE_MTD_ORIG
 	bool "Default source"
 	depends on BR2_PACKAGE_MTD
+	default y
 	help
 	  Use the stable release.
 

+ 1 - 0
target/jffs2/Config.in

@@ -1,6 +1,7 @@
 config BR2_TARGET_ROOTFS_JFFS2
 	bool "jffs2 root filesystem"
 	default n
+	select BR2_PACKAGE_MTD
 	help
 	  Build a jffs2 root filesystem