1
0
Ver Fonte

Config.in: show kernel configuration menu only if ADK_TARGET_KERNEL_CUSTOMISING is set

Phil Sutter há 9 anos atrás
pai
commit
f2179916b5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -102,7 +102,7 @@ source "target/config/Config.in.runtime"
 endmenu
 
 menu "Kernel configuration"
-	visible if !ADK_CHOOSE_APPLIANCE
+	visible if !ADK_CHOOSE_APPLIANCE && ADK_TARGET_KERNEL_CUSTOMISING
 source "target/linux/Config.in"
 endmenu