瀏覽代碼

add choice of kernel version under Target configuration

Waldemar Brodkorb 9 年之前
父節點
當前提交
6a5d105827
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Config.in

+ 1 - 1
Config.in

@@ -23,10 +23,10 @@ source "target/config/Config.in.arm"
 source "target/config/Config.in.x86"
 source "target/config/Config.in.x86"
 source "target/config/Config.in.qemu"
 source "target/config/Config.in.qemu"
 source "target/config/Config.in.qemuopts"
 source "target/config/Config.in.qemuopts"
-source "target/config/Config.in.kernelversion"
 
 
 menu "Target configuration"
 menu "Target configuration"
 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
+source "target/config/Config.in.kernelversion"
 source "target/config/Config.in.libc"
 source "target/config/Config.in.libc"
 source "target/config/Config.in.target"
 source "target/config/Config.in.target"
 endmenu
 endmenu