diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-06 13:00:57 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-06 13:00:57 +0000 | 
| commit | 180bc5941ae9d5924d8ffb5abe21143b2b8bd67f (patch) | |
| tree | ae6c2601388304188a417bcee23b4deaef4e267b | |
| parent | 30680d7b7042b90a27ee54c2516fc2f0d5972043 (diff) | |
| download | buildroot-novena-180bc5941ae9d5924d8ffb5abe21143b2b8bd67f.tar.gz buildroot-novena-180bc5941ae9d5924d8ffb5abe21143b2b8bd67f.zip | |
- jffs2 requires the mtd package for the mtd-host tools.
| -rw-r--r-- | package/mtd/Config.in | 1 | ||||
| -rw-r--r-- | target/jffs2/Config.in | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/package/mtd/Config.in b/package/mtd/Config.in index 4c466fee6..0f317bdc7 100644 --- a/package/mtd/Config.in +++ b/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. diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in index ae89b124b..7ee0b7051 100644 --- a/target/jffs2/Config.in +++ b/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 | 
