diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-09 04:34:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-09 04:34:21 +0000 |
commit | 4c4768b2f79d984a09acc7695a481e2ca281aeb2 (patch) | |
tree | 564d9f1d477d450c1b60677ada3c30f3981ae0c4 /target/cramfs/Config.in | |
parent | 6c2a7c0359b432a75fddd26de5e11660a5661ad7 (diff) |
Fix it so we once again build the target root_fs
Diffstat (limited to 'target/cramfs/Config.in')
-rw-r--r-- | target/cramfs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cramfs/Config.in b/target/cramfs/Config.in index 2ba1cdece..c9b1fb9f1 100644 --- a/target/cramfs/Config.in +++ b/target/cramfs/Config.in @@ -1,5 +1,5 @@ config BR2_TARGET_ROOTFS_CRAMFS - bool "Build a cramfs root filesystem for the target device" + bool "cramfs root filesystem for the target device" default n help Build a cramfs root filesystem |