diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-31 12:59:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-31 12:59:23 +0000 |
commit | 0b1c89f6feb82a1e604521d60dd99b6a5c3d7197 (patch) | |
tree | fae99ab9f0ad435e789dd314530516101ee717a7 /target/imagebuilder/Config.in | |
parent | 9d11a9e83278aa6710320b0e458cc5c30c01bd3c (diff) | |
download | upstream-0b1c89f6feb82a1e604521d60dd99b6a5c3d7197.tar.gz upstream-0b1c89f6feb82a1e604521d60dd99b6a5c3d7197.tar.bz2 upstream-0b1c89f6feb82a1e604521d60dd99b6a5c3d7197.zip |
target/imagebuilder: remove obsolete !TARGET_ROOTFS_INITRAMFS dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43128
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 d3bc729405..6756c14c16 100644 --- a/target/imagebuilder/Config.in +++ b/target/imagebuilder/Config.in @@ -1,6 +1,5 @@ config IB bool "Build the OpenWrt Image Builder" - depends on !TARGET_ROOTFS_INITRAMFS depends on !PROFILE_KCONFIG depends on !EXTERNAL_TOOLCHAIN help |