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 /package | |
parent | 30680d7b7042b90a27ee54c2516fc2f0d5972043 (diff) | |
download | buildroot-novena-180bc5941ae9d5924d8ffb5abe21143b2b8bd67f.tar.gz buildroot-novena-180bc5941ae9d5924d8ffb5abe21143b2b8bd67f.zip |
- jffs2 requires the mtd package for the mtd-host tools.
Diffstat (limited to 'package')
-rw-r--r-- | package/mtd/Config.in | 1 |
1 files changed, 1 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. |