From 357afa3e6583be6cc166e03ef37bb710ca596a78 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 7 May 2006 23:40:37 +0000 Subject: linux-openzaurus: Drop 2.6.15. Add 2.6.16+git. Update 2.6.16 with an MMC oops fix and some LED/Backlight sysfs attribute fixes. --- .../add-oz-release-string.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/linux/linux-openzaurus-2.6.16+git/add-oz-release-string.patch (limited to 'packages/linux/linux-openzaurus-2.6.16+git/add-oz-release-string.patch') diff --git a/packages/linux/linux-openzaurus-2.6.16+git/add-oz-release-string.patch b/packages/linux/linux-openzaurus-2.6.16+git/add-oz-release-string.patch new file mode 100644 index 0000000000..22a6fd3943 --- /dev/null +++ b/packages/linux/linux-openzaurus-2.6.16+git/add-oz-release-string.patch @@ -0,0 +1,24 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linux-2.6.11-rc1/init/version.c~add-oz-release-string ++++ linux-2.6.11-rc1/init/version.c +@@ -29,5 +29,5 @@ + EXPORT_SYMBOL(system_utsname); + + const char linux_banner[] = +- "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@" ++ "Linux version " UTS_RELEASE OPENZAURUS_RELEASE " (" LINUX_COMPILE_BY "@" + LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"; +--- linux-2.6.11-rc1/Makefile~add-oz-release-string ++++ linux-2.6.11-rc1/Makefile +@@ -827,6 +827,7 @@ + exit 1; \ + fi; \ + (echo \#define UTS_RELEASE \"$(KERNELRELEASE)\"; \ ++ echo \#define OPENZAURUS_RELEASE \"$(OPENZAURUS_RELEASE)\"; \ + echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)`; \ + echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; \ + ) -- cgit v1.2.3