diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-09 19:40:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-09 19:40:19 +0000 |
commit | 6fa2c16be92d2dcf92c280964d72cb7bb5de6cd4 (patch) | |
tree | 54cbb302dd05098d842fb191856c61696ccf4890 /target/tar/Config.in | |
parent | 18e57618d7d2734994eb1d6eaa0037ea58ed7729 (diff) | |
download | buildroot-novena-6fa2c16be92d2dcf92c280964d72cb7bb5de6cd4.tar.gz buildroot-novena-6fa2c16be92d2dcf92c280964d72cb7bb5de6cd4.zip |
Fix broken config menu
Diffstat (limited to 'target/tar/Config.in')
-rw-r--r-- | target/tar/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/tar/Config.in b/target/tar/Config.in index 8cce50770..655a573dd 100644 --- a/target/tar/Config.in +++ b/target/tar/Config.in @@ -1,4 +1,4 @@ -menuconfig BR2_TARGET_ROOTFS_TAR +config BR2_TARGET_ROOTFS_TAR bool "tar the root filesystem for the target device" default n help |