diff --git a/ports-foc/run/two_linux.run b/ports-foc/run/two_linux.run
index bce2e974ca..c487f8b006 100644
--- a/ports-foc/run/two_linux.run
+++ b/ports-foc/run/two_linux.run
@@ -20,6 +20,7 @@ lappend_if [have_spec x86] build_components drivers/nic
lappend_if [have_spec pci] build_components drivers/pci
lappend_if [have_spec ps2] build_components drivers/input/ps2
lappend_if [have_spec lan9118] build_components drivers/nic
+lappend_if [have_spec usb] build_components drivers/usb
build $build_components
create_boot_directory
@@ -70,6 +71,13 @@ append_if [have_spec pl11x] config {
}
+append_if [have_spec omap4] config {
+
+
+
+
+ }
+
append_if [have_spec ps2] config {
@@ -77,6 +85,14 @@ append_if [have_spec ps2] config {
}
+append_if [expr ![have_spec ps2] && [have_spec usb]] config {
+
+
+
+
+
+ }
+
append_if [have_spec x86] config {
@@ -199,6 +215,8 @@ lappend_if [have_spec pl11x] boot_modules pl11x_drv
lappend_if [have_spec vesa] boot_modules vesa_drv
lappend_if [have_spec x86] boot_modules nic_drv
lappend_if [have_spec lan9118] boot_modules nic_drv
+lappend_if [have_spec omap4] boot_modules omap4_fb_drv
+lappend_if [have_spec usb] boot_modules usb_drv
if {[have_spec x86]} {
set uri "https://github.com/downloads/skalk/genode/busybox-initrd-x86-20120618.gz"