summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openzaurus-2.6.13-rc5-mm1/add-oz-release-string.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-09-05 18:16:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-05 18:16:37 +0000
commit46d26d3d21ff41003b5a0b2598cb30e1950a4862 (patch)
treebf8a0d6ed80ac394cc9e488548df2c409c6797c1 /packages/linux/linux-openzaurus-2.6.13-rc5-mm1/add-oz-release-string.patch
parent23379302435b880760cb8a65fe01b9c319276ec9 (diff)
linux-oz-2.6: Add the rw option to the correct spitz kernel. Remove the two older versions as they are out of date and 2.6.13-mm1 should be better in all respects. If there are bugs, please report them so we can fix them.
Diffstat (limited to 'packages/linux/linux-openzaurus-2.6.13-rc5-mm1/add-oz-release-string.patch')
-rw-r--r--packages/linux/linux-openzaurus-2.6.13-rc5-mm1/add-oz-release-string.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/linux/linux-openzaurus-2.6.13-rc5-mm1/add-oz-release-string.patch b/packages/linux/linux-openzaurus-2.6.13-rc5-mm1/add-oz-release-string.patch
deleted file mode 100644
index 22a6fd3943..0000000000
--- a/packages/linux/linux-openzaurus-2.6.13-rc5-mm1/add-oz-release-string.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-
-#
-# 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))'; \
- )