projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing config item spotted when hardware crypto is enabled
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.26
/
300-mips_fw_myloader.patch
diff --git
a/target/linux/ar71xx/patches-2.6.26/300-mips_fw_myloader.patch
b/target/linux/ar71xx/patches-2.6.26/300-mips_fw_myloader.patch
index
4ab8b75
..
21266f8
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.26/300-mips_fw_myloader.patch
+++ b/
target/linux/ar71xx/patches-2.6.26/300-mips_fw_myloader.patch
@@
-1,6
+1,6
@@
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
-@@ -158,6 +158,7 @@
+@@ -158,6 +158,7 @@
endif
#
libs-$(CONFIG_ARC) += arch/mips/fw/arc/
libs-$(CONFIG_CFE) += arch/mips/fw/cfe/
#
libs-$(CONFIG_ARC) += arch/mips/fw/arc/
libs-$(CONFIG_CFE) += arch/mips/fw/cfe/
@@
-10,7
+10,7
@@
libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
libs-$(CONFIG_SIBYTE_CFE) += arch/mips/sibyte/cfe/
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
-@@ -87
3,6 +873,9 @@
+@@ -87
4,6 +874,9 @@ config MIPS_NILE4
config MIPS_DISABLE_OBSOLETE_IDE
bool
config MIPS_DISABLE_OBSOLETE_IDE
bool
This page took
0.023521 seconds
and
4
git commands to generate.