linux-openmoko: Disbale the evbug module. Bump OEV and reset PR.
authorStefan Schmidt <stefan@datenfreihafen.org>
Mon, 29 Dec 2008 14:31:59 +0000 (15:31 +0100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 29 Dec 2008 14:31:59 +0000 (15:31 +0100)
packages/linux/linux-openmoko/defconfig-oe
packages/linux/linux-openmoko_2.6.24+git.bb

index e3714b7..7ebb924 100644 (file)
@@ -867,7 +867,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=480
 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640
 # CONFIG_INPUT_JOYDEV is not set
 CONFIG_INPUT_EVDEV=y
-CONFIG_INPUT_EVBUG=m
+# CONFIG_INPUT_EVBUG is not set
 
 #
 # Input Device Drivers
index 48b7eff..2010d1d 100644 (file)
@@ -6,9 +6,9 @@ DESCRIPTION = "The Linux kernel for the Openmoko devices GTA01 (Neo1973) and GTA
 KERNEL_RELEASE = "2.6.24"
 KERNEL_VERSION = "${KERNEL_RELEASE}"
 
-OEV = "oe3"
+OEV = "oe4"
 PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "\
   git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \