projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
accidentally removed a small part of the flash map patch - fixing that.
[openwrt.git]
/
target
/
linux
/
brcm-2.6
/
patches
/
001-bcm947xx.patch
diff --git
a/target/linux/brcm-2.6/patches/001-bcm947xx.patch
b/target/linux/brcm-2.6/patches/001-bcm947xx.patch
index
380e819
..
786b9af
100644
(file)
--- a/
target/linux/brcm-2.6/patches/001-bcm947xx.patch
+++ b/
target/linux/brcm-2.6/patches/001-bcm947xx.patch
@@
-11329,7
+11329,7
@@
diff -urN linux.old/arch/mips/bcm947xx/pci.c linux.dev/arch/mips/bcm947xx/pci.c
+static struct resource ext_pci_io_resource = {
+ .name = "Ext PCI I/O resources",
+ .start = 0x100,
-+ .end = 0x
1
FF,
++ .end = 0x
7
FF,
+ .flags = IORESOURCE_IO,
+};
+
This page took
0.029632 seconds
and
4
git commands to generate.