summaryrefslogtreecommitdiff
path: root/packages/linux/linux-openzaurus-2.6.14-rc4/add-oz-release-string.patch
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-10-31 16:27:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-31 16:27:46 +0000
commitefa4ca148bc67bafbe3b39910e4eb0872769e977 (patch)
tree0f9ff19f3820e947bf29d3c635db9e987e1eaf04 /packages/linux/linux-openzaurus-2.6.14-rc4/add-oz-release-string.patch
parentd1ebd904d77f4a8836b33317ebd02bada3d59d96 (diff)
linux-oz-2.6: Upgrade dev kernel to 2.6.14-git3. Add in console rotation patches from Antonino Daplas and enable for spitz, borzoi and akita. Updates to sound codecs. Updates to patches after mainline changes for PM and OHCI/USB PM changes. PXA irda now merged with mainline. Disable elpp patch pending total removal (conflicts with console rotation). tosa and hx2750 broken for now.
Diffstat (limited to 'packages/linux/linux-openzaurus-2.6.14-rc4/add-oz-release-string.patch')
-rw-r--r--packages/linux/linux-openzaurus-2.6.14-rc4/add-oz-release-string.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/linux/linux-openzaurus-2.6.14-rc4/add-oz-release-string.patch b/packages/linux/linux-openzaurus-2.6.14-rc4/add-oz-release-string.patch
deleted file mode 100644
index 22a6fd3943..0000000000
--- a/packages/linux/linux-openzaurus-2.6.14-rc4/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))'; \
- )