projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/grub: fix x86_64 issue (closes #7248)
[openwrt.git]
/
target
/
linux
/
brcm-2.4
/
patches
/
004-flash.patch
diff --git
a/target/linux/brcm-2.4/patches/004-flash.patch
b/target/linux/brcm-2.4/patches/004-flash.patch
index
7de8a82
..
cbcf0da
100644
(file)
--- a/
target/linux/brcm-2.4/patches/004-flash.patch
+++ b/
target/linux/brcm-2.4/patches/004-flash.patch
@@
-1,8
+1,8
@@
---- a/arch/mips/bcm947xx/Makefile
-+++ b/arch/mips/bcm947xx/Makefile
-@@ -11,6 +11,7 @@
+--- a/arch/mips/bcm947xx/Makefile
++++ b/arch/mips/bcm947xx/Makefile
+@@ -11,6 +11,7 @@
export-objs := export.o
obj-y := prom.o setup.o time.o sbmips.o gpio.o
obj-y := prom.o setup.o time.o sbmips.o gpio.o
- obj-y += nvram.o
nvram_linux.o
cfe_env.o hndpmu.o
+ obj-y += nvram.o cfe_env.o hndpmu.o
obj-y += sbutils.o utils.o bcmsrom.o hndchipc.o
+obj-y += sflash.o
obj-$(CONFIG_PCI) += sbpci.o pcibios.o
obj-y += sbutils.o utils.o bcmsrom.o hndchipc.o
+obj-y += sflash.o
obj-$(CONFIG_PCI) += sbpci.o pcibios.o
This page took
0.0207270000000001 seconds
and
4
git commands to generate.