diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-28 18:25:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-28 18:25:14 +0000 |
commit | 103e8ec36641ab269573afc206864ef12f2677e6 (patch) | |
tree | 24de3aa7937cf3da47acf8f1318e29efac534501 /target/imagebuilder | |
parent | 89fc161def2a55790a9ddb33915792160ec9cf25 (diff) |
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 50b582581..1615b60a4 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 |