diff --git a/libports/run/eglgears.run b/libports/run/eglgears.run
index 8476ba5f6d..7db3731265 100644
--- a/libports/run/eglgears.run
+++ b/libports/run/eglgears.run
@@ -1,6 +1,3 @@
-if {![have_spec x86]} {
- puts "Run script is only supported on x86"; exit 0 }
-
build {
core init
drivers/timer
@@ -54,6 +51,12 @@ append_if [have_spec vesa] config {
}
+append_if [have_spec pl11x] config {
+
+
+
+ }
+
append_if [have_spec ps2] config {
@@ -92,7 +95,7 @@ append config {
-
+
@@ -119,6 +122,7 @@ set boot_modules {
lappend_if [have_spec linux] boot_modules fb_sdl
lappend_if [have_spec pci] boot_modules pci_drv
lappend_if [have_spec vesa] boot_modules vesa_drv
+lappend_if [have_spec pl11x] boot_modules pl11x_drv
lappend_if [have_spec ps2] boot_modules ps2_drv
lappend_if [have_spec i915] boot_modules gallium-i915.lib.so