diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-13 22:14:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-13 22:14:31 +0200 |
commit | 599982c916530310b29f609f44d10cd5a6b381a4 (patch) | |
tree | 1061ebf96d9e210c48471ffff70a545d137b06d3 /target/x86/sys-available | |
parent | 877be3fafdc3da53e53b5f426e81d9fff6a6e8f1 (diff) |
add pregenerated core.img, there is no portable way to do it right now
Diffstat (limited to 'target/x86/sys-available')
-rw-r--r-- | target/x86/sys-available/generic-pc | 1 | ||||
-rw-r--r-- | target/x86/sys-available/ibm-x40 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/x86/sys-available/generic-pc b/target/x86/sys-available/generic-pc index 76d228936..72ae99765 100644 --- a/target/x86/sys-available/generic-pc +++ b/target/x86/sys-available/generic-pc @@ -4,6 +4,7 @@ config ADK_TARGET_SYSTEM_GENERIC_PC select ADK_generic_pc select ADK_CPU_I486 select ADK_TARGET_KERNEL_BZIMAGE + select ADK_PACKAGE_GRUB help Support for generic PC (i486). diff --git a/target/x86/sys-available/ibm-x40 b/target/x86/sys-available/ibm-x40 index 80c5bf531..df11b1f3f 100644 --- a/target/x86/sys-available/ibm-x40 +++ b/target/x86/sys-available/ibm-x40 @@ -21,6 +21,6 @@ config ADK_TARGET_SYSTEM_IBM_X40 select ADK_TARGET_WITH_PP select ADK_TARGET_WITH_ROOT_RW select ADK_TARGET_KERNEL_BZIMAGE - select ADK_PACKAGE_GRUB_BIN + select ADK_PACKAGE_GRUB help System profile for IBM X40 laptop. |