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 | d01163df23f99e1b16135a3998d6ccf318306457 (patch) | |
tree | b6fc0ec94b5db76ae80ff814a08f4cff9fd3fcfd | |
parent | f28cdfa99dc7e9e3da98a463d166b9690e451bce (diff) | |
download | upstream-d01163df23f99e1b16135a3998d6ccf318306457.tar.gz upstream-d01163df23f99e1b16135a3998d6ccf318306457.tar.bz2 upstream-d01163df23f99e1b16135a3998d6ccf318306457.zip |
target/imagebuilder: remove obsolete !TARGET_ROOTFS_INITRAMFS dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43128 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |