aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemumips.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-12-20 22:55:38 -0800
committerKhem Raj <raj.khem@gmail.com>2009-12-20 22:55:38 -0800
commit3a6620343a492559956348a6876ae7b766b42725 (patch)
tree46742251d77bdde50ebdcbadb7e0762fd7589541 /conf/machine/qemumips.conf
parent4c3fc5bbcd4ec69396b08b1f570df8a1f05a2259 (diff)
downloadopenembedded-3a6620343a492559956348a6876ae7b766b42725.tar.gz
qemumips.conf: Add kernel-modules to MACHINE_EXTRA_RRECOMMENDS.
* Update defconfig for qemumips so that inet support is enabled and networking devices like eth0 are seen. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/qemumips.conf')
-rw-r--r--conf/machine/qemumips.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/qemumips.conf b/conf/machine/qemumips.conf
index 0b109d8937..27f96480b5 100644
--- a/conf/machine/qemumips.conf
+++ b/conf/machine/qemumips.conf
@@ -12,3 +12,4 @@ KERNEL_IMAGETYPE = "vmlinux.bin"
SERIAL_CONSOLE = "115200 ttyS0"
PREFERRED_PROVIDER_virtual/kernel = "linux"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"