aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/n2100.conf
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-03-30 16:10:00 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-03-30 16:10:00 +0000
commit5e2a192b08ece4c07f931029fb69abba9861e5b4 (patch)
treeb6e04cbfa1fae30004a1822d699cfa6fd54e0afd /conf/machine/n2100.conf
parentc8a049e0a95ec18e8c6e612d0f86949bea72d092 (diff)
downloadopenembedded-5e2a192b08ece4c07f931029fb69abba9861e5b4.tar.gz
n2100: Update machine features, clean up
Diffstat (limited to 'conf/machine/n2100.conf')
-rw-r--r--conf/machine/n2100.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf
index c84bf352da..2acfe812b0 100644
--- a/conf/machine/n2100.conf
+++ b/conf/machine/n2100.conf
@@ -3,11 +3,13 @@ TARGET_OS = "linux"
TARGET_FPU = "soft"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
+INHERIT += "n2100-image"
+
SERIAL_CONSOLE="115200 console"
USE_VT="0"
MODUTILS=26
-MACHINE_FEATURES= "kernel26 usbhost pci ext2"
+MACHINE_FEATURES= "kernel26 usbhost pci ext2 redboot"
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_VERSION_linux = "2.6.20"
MACHINE_TASK_PROVIDER = "task-base"