diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-28 18:25:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-28 18:25:14 +0000 |
commit | 2a7df081194176aa9f57e30899e9e31970c0712a (patch) | |
tree | 3aaa0c797d0f9c317f02e4d0baf8b251770fd3a0 /target/imagebuilder/Config.in | |
parent | fd854cdd2a8dbba25d1b073549855d25e8b2aed6 (diff) | |
download | upstream-2a7df081194176aa9f57e30899e9e31970c0712a.tar.gz upstream-2a7df081194176aa9f57e30899e9e31970c0712a.tar.bz2 upstream-2a7df081194176aa9f57e30899e9e31970c0712a.zip |
mark uml as broken and add some cleanups (not working yet)
SVN-Revision: 6439
Diffstat (limited to 'target/imagebuilder/Config.in')
-rw-r--r-- | target/imagebuilder/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/imagebuilder/Config.in b/target/imagebuilder/Config.in index 50b5825812..1615b60a4b 100644 --- a/target/imagebuilder/Config.in +++ b/target/imagebuilder/Config.in @@ -2,6 +2,7 @@ config IB bool "Build the OpenWrt Image Builder" depends !TARGET_ROOTFS_INITRAMFS depends !PROFILE_KCONFIG + depends !LINUX_2_6_UML default y if ALL help This is essentially a stripped-down version of the buildroot |