aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.32.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-14 22:35:51 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-14 22:35:51 +0100
commit50996a299fdbe88437108a8844d67789b58fee52 (patch)
tree1c1815e768ab9752a0be32e5f042a38cb6fba8e0 /recipes/linux/linux_2.6.32.bb
parent9c91c2996218e34034ad45ef4c353e521c32c385 (diff)
downloadopenembedded-50996a299fdbe88437108a8844d67789b58fee52.tar.gz
linux_2.6.32: eee701: removed fb devices from defconfig
removed fb devices from defconfig. they conflict with kms which is used by the latest intel gfx driver. While at it also turned floppy support into a module (improves boot time substantially) and compiled some modules for video that are always loaded into the kernel Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/linux/linux_2.6.32.bb')
-rw-r--r--recipes/linux/linux_2.6.32.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb
index 90c3f8811b..2661c00c68 100644
--- a/recipes/linux/linux_2.6.32.bb
+++ b/recipes/linux/linux_2.6.32.bb
@@ -1,6 +1,6 @@
require linux.inc
-PR = "r7"
+PR = "r8"
S = "${WORKDIR}/linux-${PV}"