diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-01-11 01:10:45 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-01-11 01:10:45 +0000 |
commit | db06ca593b3d80ec514ecb2b20d49e3638cd3f0b (patch) | |
tree | 8c17d3ddd1ffaa8348d83ae1708e83af2b54679b /target | |
parent | 5ec88a4a15b4c9eb2957b56e41e6d88e9477ab55 (diff) | |
download | upstream-db06ca593b3d80ec514ecb2b20d49e3638cd3f0b.tar.gz upstream-db06ca593b3d80ec514ecb2b20d49e3638cd3f0b.tar.bz2 upstream-db06ca593b3d80ec514ecb2b20d49e3638cd3f0b.zip |
Add support for building ubifs images.
SVN-Revision: 19097
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/Config.in b/target/Config.in index 14cdfa577e..f5aa043053 100644 --- a/target/Config.in +++ b/target/Config.in @@ -50,7 +50,10 @@ config USES_TGZ config USES_CPIOGZ bool -config PROFILE_KCONFIG +config USES_UBIFS + bool + +config PROFILE_KCONFIG bool config NOMMU |