diff options
Diffstat (limited to 'target/device/jp/q5/kernel-patches-2.4.26/100-version')
-rw-r--r-- | target/device/jp/q5/kernel-patches-2.4.26/100-version | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/device/jp/q5/kernel-patches-2.4.26/100-version b/target/device/jp/q5/kernel-patches-2.4.26/100-version new file mode 100644 index 000000000..813d45f15 --- /dev/null +++ b/target/device/jp/q5/kernel-patches-2.4.26/100-version @@ -0,0 +1,11 @@ +--- linux/Makefile.orig 2004-08-18 14:17:14.000000000 -0600 ++++ linux/Makefile 2004-08-18 14:17:54.000000000 -0600 +@@ -1,7 +1,7 @@ + VERSION = 2 + PATCHLEVEL = 4 + SUBLEVEL = 26 +-EXTRAVERSION = ++EXTRAVERSION =-q5 + + KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) + |