diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-30 16:10:00 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-30 16:10:00 +0000 |
commit | 5e2a192b08ece4c07f931029fb69abba9861e5b4 (patch) | |
tree | b6e04cbfa1fae30004a1822d699cfa6fd54e0afd /conf/machine | |
parent | c8a049e0a95ec18e8c6e612d0f86949bea72d092 (diff) |
n2100: Update machine features, clean up
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/n2100.conf | 4 |
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" |