diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-01-29 13:56:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-01-29 13:56:43 +0000 |
commit | c38a48d5152a212247c89e2fb02a9f4e38790490 (patch) | |
tree | dfb136b3db6f9a3911e2226d7508ed13bf23ef46 /target | |
parent | 59ab5f370a9dca641ec0ba406467399745d20150 (diff) | |
download | master-187ad058-c38a48d5152a212247c89e2fb02a9f4e38790490.tar.gz master-187ad058-c38a48d5152a212247c89e2fb02a9f4e38790490.tar.bz2 master-187ad058-c38a48d5152a212247c89e2fb02a9f4e38790490.zip |
add feature flag for the cpio.gz support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 2dc5ec4245..aabe9c3034 100644 --- a/target/Config.in +++ b/target/Config.in @@ -35,6 +35,9 @@ config USES_EXT2 config USES_TGZ bool +config USES_CPIOGZ + bool + config PROFILE_KCONFIG bool |