summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rp-2.6.20/add-oz-release-string.patch
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-01-21 21:09:09 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-01-21 21:09:09 +0000
commitafd58cdcce656ced784bfca78d7d96e2edca8cee (patch)
treeb49291fedc042760b35f74afa9b7e82b591147e5 /packages/linux/linux-rp-2.6.20/add-oz-release-string.patch
parentac6de0f3c0d8d5fe5708d9125c1319fbf5d627a6 (diff)
parenta7a4c7d6f9bbcda53d3bf07d51142d41e1a4558b (diff)
merge of '1cc9d40e03f431fac4150580f6a58521cae55509'
and 'a250ef0b1707ead866fe051ca88c56e538d51bfb'
Diffstat (limited to 'packages/linux/linux-rp-2.6.20/add-oz-release-string.patch')
-rw-r--r--packages/linux/linux-rp-2.6.20/add-oz-release-string.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/linux/linux-rp-2.6.20/add-oz-release-string.patch b/packages/linux/linux-rp-2.6.20/add-oz-release-string.patch
deleted file mode 100644
index a80a1d5528..0000000000
--- a/packages/linux/linux-rp-2.6.20/add-oz-release-string.patch
+++ /dev/null
@@ -1,28 +0,0 @@
----
- Makefile | 1 +
- init/version.c | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
-
-Index: git/init/version.c
-===================================================================
---- git.orig/init/version.c 2006-10-31 16:09:47.000000000 +0000
-+++ git/init/version.c 2006-10-31 16:24:54.000000000 +0000
-@@ -35,5 +35,5 @@ struct uts_namespace init_uts_ns = {
- EXPORT_SYMBOL_GPL(init_uts_ns);
-
- 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";
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile 2006-10-31 16:08:28.000000000 +0000
-+++ git/Makefile 2006-10-31 16:27:02.000000000 +0000
-@@ -905,6 +905,7 @@ endef
- define filechk_version.h
- (echo \#define LINUX_VERSION_CODE $(shell \
- expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + $(SUBLEVEL)); \
-+ echo \#define OPENZAURUS_RELEASE \"$(OPENZAURUS_RELEASE)\"; \
- echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';)
- endef
-