diff options
-rw-r--r-- | conf/machine/ben-nanonote.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf index 391f4a542d..08bcdea3e5 100644 --- a/conf/machine/ben-nanonote.conf +++ b/conf/machine/ben-nanonote.conf @@ -1,8 +1,11 @@ #@TYPE: Machine #@NAME: Ben Nanonote #@DESCRIPTION: Machine configuration for the Qi-Hardware's Ben Nanonote + TARGET_ARCH = "mipsel" -PREFERRED_PROVIDER_virtual/kernel = "linux" +require conf/machine/include/tune-mips32.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben" KERNEL_IMAGETYPE = "uImage" IMAGE_FSTYPES ?= "jffs2" |