From b0d5120892a89e1b6c5f76204437665f2ae454e1 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Fri, 20 Nov 2009 20:13:57 +0100 Subject: [PATCH] Add machine file for Qi-Hardware's ben nanonote. --- conf/machine/ben-nanonote.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/machine/ben-nanonote.conf diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf new file mode 100644 index 0000000000..391f4a542d --- /dev/null +++ b/conf/machine/ben-nanonote.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: Ben Nanonote +#@DESCRIPTION: Machine configuration for the Qi-Hardware's Ben Nanonote +TARGET_ARCH = "mipsel" +PREFERRED_PROVIDER_virtual/kernel = "linux" +KERNEL_IMAGETYPE = "uImage" +IMAGE_FSTYPES ?= "jffs2" + -- 2.39.5