projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adds more sanity checks to uci firewall
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.25
/
100-bcm963xx_add_new_timer_code.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.25/100-bcm963xx_add_new_timer_code.patch
b/target/linux/brcm63xx/patches-2.6.25/100-bcm963xx_add_new_timer_code.patch
index
ce75ba8
..
9d08ab0
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.25/100-bcm963xx_add_new_timer_code.patch
+++ b/
target/linux/brcm63xx/patches-2.6.25/100-bcm963xx_add_new_timer_code.patch
@@
-12,11
+12,9
@@
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
arch/mips/bcm963xx/time.c | 64 ++++++++++++++++++++------------------------
2 files changed, 31 insertions(+), 35 deletions(-)
arch/mips/bcm963xx/time.c | 64 ++++++++++++++++++++------------------------
2 files changed, 31 insertions(+), 35 deletions(-)
-Index: linux-2.6.25.4/arch/mips/Kconfig
-===================================================================
---- linux-2.6.25.4.orig/arch/mips/Kconfig
-+++ linux-2.6.25.4/arch/mips/Kconfig
-@@ -67,6 +67,8 @@ config BCM963XX
+--- a/arch/mips/Kconfig
++++ b/arch/mips/Kconfig
+@@ -67,6 +67,8 @@
select HW_HAS_PCI
select DMA_NONCOHERENT
select IRQ_CPU
select HW_HAS_PCI
select DMA_NONCOHERENT
select IRQ_CPU
@@
-25,10
+23,8
@@
Index: linux-2.6.25.4/arch/mips/Kconfig
help
This is a fmaily of boards based on the Broadcom MIPS32
help
This is a fmaily of boards based on the Broadcom MIPS32
-Index: linux-2.6.25.4/arch/mips/bcm963xx/time.c
-===================================================================
---- linux-2.6.25.4.orig/arch/mips/bcm963xx/time.c
-+++ linux-2.6.25.4/arch/mips/bcm963xx/time.c
+--- a/arch/mips/bcm963xx/time.c
++++ b/arch/mips/bcm963xx/time.c
@@ -1,6 +1,7 @@
/*
<:copyright-gpl
@@ -1,6 +1,7 @@
/*
<:copyright-gpl
This page took
0.038905 seconds
and
4
git commands to generate.