[kgtp] r991 committed - Update version and UPDATE

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Wed, 28 Mar 2012 03:53:34 +0000

Revision: 991
Author:   teawater
Date:     Tue Mar 27 20:53:11 2012
Log:      Update version and UPDATE

http://code.google.com/p/kgtp/source/detail?r=991

Modified:
 /trunk/Makefile
 /trunk/UPDATE
 /trunk/dkms.conf
 /trunk/gtp.c

=======================================
--- /trunk/Makefile     Mon Mar 19 01:02:54 2012
+++ /trunk/Makefile     Tue Mar 27 20:53:11 2012
@@ -1,6 +1,6 @@
 obj-m := gtp.o

-MODULEVERSION := 20120319
+MODULEVERSION := 20120319+

 KERNELVERSION := $(shell uname -r)
 KERNELDIR := /lib/modules/$(KERNELVERSION)/build/
=======================================
--- /trunk/UPDATE       Mon Mar 19 02:10:32 2012
+++ /trunk/UPDATE       Tue Mar 27 20:53:11 2012
@@ -1,3 +1,8 @@
+*** 20120319+
+
+* Fix build error with Linux kernel that older than 2.6.34 in ARM.
+  Thanks report and help from Adam Huang.
+
 *** 20120319

 * https://lkml.org/lkml/2012/3/19/210
=======================================
--- /trunk/dkms.conf    Mon Mar 19 01:02:54 2012
+++ /trunk/dkms.conf    Tue Mar 27 20:53:11 2012
@@ -1,5 +1,5 @@
 PACKAGE_NAME="gtp"
-PACKAGE_VERSION="20120319"
+PACKAGE_VERSION="20120319+"
 CLEAN="make clean"
 MAKE[0]="make gtp.ko KERNELVERSION=$kernelver"
 BUILT_MODULE_NAME[0]="gtp"
=======================================
--- /trunk/gtp.c        Mon Mar 26 19:30:36 2012
+++ /trunk/gtp.c        Tue Mar 27 20:53:11 2012
@@ -20,7 +20,7 @@
  */

 /* If "* 10" means that this is not a release version.  */
-#define GTP_VERSION                    (20120319)
+#define GTP_VERSION                    (20120319 * 10)

 #include <linux/version.h>
 #ifndef RHEL_RELEASE_VERSION

Other related posts:

  • » [kgtp] r991 committed - Update version and UPDATE - kgtp