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 | 556ff80527f0f825b2f1c19072668443e36b3a5c (patch) | |
tree | 24de3aa7937cf3da47acf8f1318e29efac534501 /target/imagebuilder | |
parent | 1bde0390cfc1b2befe28803e8caf01dffc01beba (diff) | |
download | upstream-556ff80527f0f825b2f1c19072668443e36b3a5c.tar.gz upstream-556ff80527f0f825b2f1c19072668443e36b3a5c.tar.bz2 upstream-556ff80527f0f825b2f1c19072668443e36b3a5c.zip |
mark uml as broken and add some cleanups (not working yet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6439 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/imagebuilder')
-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 |