diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-05-04 17:20:19 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-05-04 17:20:19 +0000 |
commit | eeae3ce9e175ebfa33b5d7182b10d71c809a616f (patch) | |
tree | dcd3972fecf9c73a9b2e8eba61f0ee050db06de8 /target | |
parent | b671161b4a95e95b85998e3e4b5e7fc04c6ca21a (diff) | |
download | upstream-eeae3ce9e175ebfa33b5d7182b10d71c809a616f.tar.gz upstream-eeae3ce9e175ebfa33b5d7182b10d71c809a616f.tar.bz2 upstream-eeae3ce9e175ebfa33b5d7182b10d71c809a616f.zip |
no unicode in C source, please
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11046 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch b/target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch index 1b90fc7ea4..a481a14f86 100644 --- a/target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch +++ b/target/linux/ar7/patches-2.6.25/200-mtd_fixes.patch @@ -1,12 +1,5 @@ --- linux/drivers/mtd/ar7part.c 2007-09-20 21:47:22.000000000 +0200 +++ linux-mips/drivers/mtd/ar7part.c 2008-05-04 18:49:04.000000000 +0200 -@@ -1,5 +1,5 @@ - /* -- * Copyright (C) 2007 Eugene Konev <ejka@openwrt.org> -+ * Copyright © 2007 Eugene Konev <ejka@openwrt.org> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by @@ -34,6 +34,10 @@ #define LOADER_MAGIC1 le32_to_cpu(0xfeedfa42) #define LOADER_MAGIC2 le32_to_cpu(0xfeed1281) |