diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-09 14:49:53 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-09 14:49:53 +0000 |
commit | cfaeab171afce331574c3fb4e460a9301e170e83 (patch) | |
tree | 6bdb77167ee7a5e9aecef922147fa62722b9cbea /target/imagebuilder/Config.in | |
parent | 513e8c583f8747d2be20a0a10cf9e58b27d0e82b (diff) | |
download | upstream-cfaeab171afce331574c3fb4e460a9301e170e83.tar.gz upstream-cfaeab171afce331574c3fb4e460a9301e170e83.tar.bz2 upstream-cfaeab171afce331574c3fb4e460a9301e170e83.zip |
remove dependency on CONFIG_ALL
SVN-Revision: 20084
Diffstat (limited to 'target/imagebuilder/Config.in')
-rw-r--r-- | target/imagebuilder/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/imagebuilder/Config.in b/target/imagebuilder/Config.in index 0d19bed1c1..a315265990 100644 --- a/target/imagebuilder/Config.in +++ b/target/imagebuilder/Config.in @@ -4,7 +4,6 @@ config IB depends !TARGET_uml depends !PROFILE_KCONFIG depends !EXTERNAL_TOOLCHAIN - select ALL help This is essentially a stripped-down version of the buildroot with precompiled packages, kernel image and image building tools. |