aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/gcw0.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/gcw0.conf')
-rw-r--r--conf/machine/gcw0.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/gcw0.conf b/conf/machine/gcw0.conf
index b7c6100..75d0737 100644
--- a/conf/machine/gcw0.conf
+++ b/conf/machine/gcw0.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the Game Consoles Worldwide (GCW) Zero
DEFAULTTUNE = "mips32r2el"
-require conf/machine/include/tune-mips32r2.inc
+require conf/machine/include/mips/tune-mips32r2.inc
# Factory default are RO images: add following line to your target image
# IMAGE_FEATURES += "read-only-rootfs"
@@ -25,11 +25,11 @@ MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
MACHINE_FEATURES = "apm alsa usbhost usbgadget wifi screen qvga vfat ext2"
# Install kernel and symlink in /boot
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " kernel-base kernel-image"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS:append = " kernel-base kernel-image"
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
# Install /boot/boot.cfg in target images and formfactor (psplash checks rotatio
-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg formfactor"
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:append = " kexecboot-cfg formfactor"
SERIAL_CONSOLE = "57600 ttyS2"