diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 | ||||
-rw-r--r-- | target/imagebuilder/Config.in | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/Config.in b/target/Config.in index 571b06ebcf..3dc8655252 100644 --- a/target/Config.in +++ b/target/Config.in @@ -67,9 +67,6 @@ config USES_UBIFS bool select NAND_SUPPORT -config PROFILE_KCONFIG - bool - config LOW_MEMORY_FOOTPRINT bool diff --git a/target/imagebuilder/Config.in b/target/imagebuilder/Config.in index 245c71583d..b54eb5b4ff 100644 --- a/target/imagebuilder/Config.in +++ b/target/imagebuilder/Config.in @@ -1,6 +1,5 @@ config IB bool "Build the LEDE Image Builder" - depends on !PROFILE_KCONFIG depends on !EXTERNAL_TOOLCHAIN help This is essentially a stripped-down version of the buildroot |