diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:26:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-08-13 15:28:55 +0200 |
commit | 0554d962f8e788620948e460d479ddf3b370f9e6 (patch) | |
tree | 68d801556f681346e7f9278bd0ca53a486816c91 /target/mips64 | |
parent | e13711b8e839a9fb0c329aec15e89332841d8870 (diff) |
kernel: make net and block support optional
Diffstat (limited to 'target/mips64')
-rw-r--r-- | target/mips64/systems/lemote-yeelong | 4 | ||||
-rw-r--r-- | target/mips64/systems/qemu-mips64 | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/mips64/systems/lemote-yeelong b/target/mips64/systems/lemote-yeelong index aa5046e51..059dbf6cc 100644 --- a/target/mips64/systems/lemote-yeelong +++ b/target/mips64/systems/lemote-yeelong @@ -10,8 +10,10 @@ config ADK_TARGET_SYSTEM_LEMOTE_YEELONG select ADK_TARGET_WITH_RTC select ADK_TARGET_WITH_HDD select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_NET + select ADK_TARGET_WITH_BLOCK select ADK_TARGET_WITH_ROOT_RW select ADK_TARGET_KERNEL_VMLINUZ help - System profile for Lemote Yeelong laptop. + System profile for Lemote Yeelong laptop. diff --git a/target/mips64/systems/qemu-mips64 b/target/mips64/systems/qemu-mips64 index eda927cfd..880dbf42f 100644 --- a/target/mips64/systems/qemu-mips64 +++ b/target/mips64/systems/qemu-mips64 @@ -4,5 +4,5 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS64 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_VMLINUZ help - Qemu support for MIPS64 architecture. + Qemu support for MIPS64 architecture. |