diff options
author | David Anders <dave123@abcsinc.com> | 2006-02-10 18:00:56 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-02-10 18:00:56 +0000 |
commit | 88671dd3586caaac97d091f7faef63fb44757d55 (patch) | |
tree | c2d7929a9e3f7c847fb53beff9c7fa13ee28d3d5 /target/device/jp/q5/kernel-patches-2.4.32/100-version | |
parent | 32fa323b895141e70e705ac6791e62c7376289bc (diff) | |
download | buildroot-novena-88671dd3586caaac97d091f7faef63fb44757d55.tar.gz buildroot-novena-88671dd3586caaac97d091f7faef63fb44757d55.zip |
add linux-2.4.32 kernel support for the q5 board per case 0000715
Diffstat (limited to 'target/device/jp/q5/kernel-patches-2.4.32/100-version')
-rw-r--r-- | target/device/jp/q5/kernel-patches-2.4.32/100-version | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/device/jp/q5/kernel-patches-2.4.32/100-version b/target/device/jp/q5/kernel-patches-2.4.32/100-version new file mode 100644 index 000000000..c20e6a82d --- /dev/null +++ b/target/device/jp/q5/kernel-patches-2.4.32/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 = 32 +-EXTRAVERSION = ++EXTRAVERSION =-q5 + + KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) + |