diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-20 19:40:28 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-20 19:40:28 +0000 |
commit | 5159493694eb43b75253759374604e9f1ed8f898 (patch) | |
tree | de482eb387a976540e883063f36a49261a202c85 | |
parent | bdbeafd6707c45f347b98c43c91236c48fc2d8c8 (diff) |
turbostation,n2100: Update machine definitions
-rw-r--r-- | conf/machine/n2100.conf | 3 | ||||
-rw-r--r-- | conf/machine/turbostation.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf index 6aee9f1b71..fe1f396254 100644 --- a/conf/machine/n2100.conf +++ b/conf/machine/n2100.conf @@ -7,9 +7,10 @@ SERIAL_CONSOLE="115200 console" USE_VT="0" MODUTILS=26 -MACHINE_FEATURES= "kernel26 usbhost" +MACHINE_FEATURES= "kernel26 usbhost pci ext2" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux = "2.6.20" +MACHINE_TASK_PROVIDER = "task-base" # We want udev support in the image udevdir = "/dev" diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf index a3856dbaf1..ef09fa72cd 100644 --- a/conf/machine/turbostation.conf +++ b/conf/machine/turbostation.conf @@ -9,8 +9,9 @@ SERIAL_CONSOLE="115200 console" USE_VT="0" MODUTILS=26 -MACHINE_FEATURES= "kernel26 usbhost" +MACHINE_FEATURES= "kernel26 usbhost pci ext2" PREFERRED_PROVIDER_virtual/kernel = "linux-turbostation" +MACHINE_TASK_PROVIDER = "task-base" # We want udev support in the image udevdir = "/dev" |