projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Suppress promc.c.orig, fix the nand detection with newer boards (#2038)
[openwrt.git]
/
target
/
linux
/
ixp4xx-2.6
/
patches
/
144-nas100d_mtd_microcode.patch
diff --git
a/target/linux/ixp4xx-2.6/patches/144-nas100d_mtd_microcode.patch
b/target/linux/ixp4xx-2.6/patches/144-nas100d_mtd_microcode.patch
index
104f757
..
0794e6f
100644
(file)
--- a/
target/linux/ixp4xx-2.6/patches/144-nas100d_mtd_microcode.patch
+++ b/
target/linux/ixp4xx-2.6/patches/144-nas100d_mtd_microcode.patch
@@
-11,7
+11,7
@@
Index: linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
};
+struct npe_ucode_platform_data nas100d_npe_ucode_data = {
-+ .mtd_partition = "
sysconfig
",
++ .mtd_partition = "
microcode
",
+};
+
+static struct platform_device nas100d_npe_ucode = {
This page took
0.02154 seconds
and
4
git commands to generate.