Explorar el Código

make kernelconfig invisible when defconfig is choosen

Waldemar Brodkorb hace 8 años
padre
commit
41fde0a56a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Config.in

+ 2 - 2
Config.in

@@ -47,10 +47,10 @@ source "target/config/Config.in.runtime"
 endmenu
 
 source "target/config/Config.in.kernelversion"
+source "target/config/Config.in.kernelcfg"
 
 menu "Kernel configuration"
-	visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
-source "target/config/Config.in.kernelcfg"
+	visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_KERNEL_USE_DEFCONFIG
 source "target/linux/Config.in"
 endmenu