diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-20 19:25:43 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-20 19:25:43 +0400 |
commit | 22ff63fa0ea80d5afcddcf442bbf47c90e0468df (patch) | |
tree | 320b1fb85a429c9be6b7b86130232c9ce9600ae7 /recipes/linux/linux_2.6.34.bb | |
parent | 982a1168dc24ca1bd36b068d60981a2c5cb2880d (diff) | |
parent | c5955cfe486cb84ba27ad0692ceecdaab779bb99 (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux_2.6.34.bb')
-rw-r--r-- | recipes/linux/linux_2.6.34.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.34.bb b/recipes/linux/linux_2.6.34.bb index 63abbfa636..6c2b4ea26b 100644 --- a/recipes/linux/linux_2.6.34.bb +++ b/recipes/linux/linux_2.6.34.bb @@ -2,6 +2,8 @@ require linux.inc PR = "r1" +module_autoload_ohci-hcd_omap5912osk = "ohci-hcd" + # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_qemuarm = "1" @@ -10,6 +12,7 @@ DEFAULT_PREFERENCE_qemush4 = "1" DEFAULT_PREFERENCE_qemumips = "1" DEFAULT_PREFERENCE_qemux86 = "1" DEFAULT_PREFERENCE_lite5200 = "1" +DEFAULT_PREFERENCE_omap5912osk = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/${P}.tar.bz2;name=kernel \ file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;status=pending \ |