diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2009-12-26 22:32:59 +0100 |
---|---|---|
committer | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2009-12-26 22:32:59 +0100 |
commit | f2ac37555687041724aa352c250715f1b8dbff4f (patch) | |
tree | 2ba9508e397e0619ffc42f863cc838688ce42488 /conf/machine | |
parent | b13f255cc0a748993f721385474171b7ba679633 (diff) |
Add Preferred version for linux-jlime-jornada6xx and include kernel modules in every rootfs built.
Signed-off-by: Alex Furgeson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/jornada6xx.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 3735bc0312..c5249d94ef 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -7,6 +7,8 @@ TARGET_ARCH = "sh3" require conf/machine/include/tune-sh3.inc PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx" -PCMCIA_MANAGER = "pcmciautils" +PREFERRED_VERSION_linux-jlime-jornada6xx = "2.6.17" MACHINE_FEATURES = "kernel26 pcmcia irda keyboard touchscreen screen vfat" +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" +PCMCIA_MANAGER = "pcmciautils"
\ No newline at end of file |