aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ben-nanonote.conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-03-02 01:20:54 +0100
committerAndrea Adami <andrea.adami@gmail.com>2011-03-02 01:20:54 +0100
commit67e38549fd177b7bae8e3a134fe368f7e14b0861 (patch)
tree73c4db8c9db61acd14d2f9b41d000a02f3a96b82 /conf/machine/ben-nanonote.conf
parent701c15ba4051cae4a7e29bed134d49de6957fb37 (diff)
downloadopenembedded-67e38549fd177b7bae8e3a134fe368f7e14b0861.tar.gz
ben-nanonote.conf: default to "linux" as virtual/kernel.
* jlime distro has own override, so no harm. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf/machine/ben-nanonote.conf')
-rw-r--r--conf/machine/ben-nanonote.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index 3e5ef84ddc..6322b430dd 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -5,7 +5,8 @@
TARGET_ARCH = "mipsel"
require conf/machine/include/tune-mips32.inc
-PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel_jlime = "linux-jlime-ben-nanonote"
# With 2.6.37 there is not yet uImage target (pending patches)
#KERNEL_IMAGETYPE = "uImage"