[oe-commits] Frans Meulenbroeks : linux-omap-2.6.28: added UINPUT to defconfig

GIT User account git at amethyst.openembedded.net
Sat Jan 24 19:36:56 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 96fcb64421e34fe8437625a8511f322b0f127dbf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=96fcb64421e34fe8437625a8511f322b0f127dbf

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan 24 20:04:06 2009 +0100

linux-omap-2.6.28: added UINPUT to defconfig

---

 .../linux/linux-omap-2.6.28/beagleboard/defconfig  |    3 ++-
 packages/linux/linux-omap_2.6.28.bb                |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/linux/linux-omap-2.6.28/beagleboard/defconfig b/packages/linux/linux-omap-2.6.28/beagleboard/defconfig
index d2f0af0..2a0818a 100644
--- a/packages/linux/linux-omap-2.6.28/beagleboard/defconfig
+++ b/packages/linux/linux-omap-2.6.28/beagleboard/defconfig
@@ -831,7 +831,8 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
 # CONFIG_INPUT_JOYSTICK is not set
 # CONFIG_INPUT_TABLET is not set
 # CONFIG_INPUT_TOUCHSCREEN is not set
-# CONFIG_INPUT_MISC is not set
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=y
 
 #
 # Hardware I/O ports
diff --git a/packages/linux/linux-omap_2.6.28.bb b/packages/linux/linux-omap_2.6.28.bb
index b2360bf..71d11af 100644
--- a/packages/linux/linux-omap_2.6.28.bb
+++ b/packages/linux/linux-omap_2.6.28.bb
@@ -10,7 +10,7 @@ DEFAULT_PREFERENCE = "-1"
 SRCREV = "79d042a081d3e467c735bb0d9569ed6296f85a3c"
 
 PV = "2.6.28"
-PR = "r10"
+PR = "r11"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;branch=omap-2.6.28;protocol=git \
 	   file://defconfig"





More information about the Openembedded-commits mailing list