summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-10 22:15:18 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-10 22:15:18 +0000
commit3934107c28b978c7cd34da3319a78830dabd430d (patch)
treefc8b10cd96cadb9566b57241065f7047540d2134 /target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
parentcdb18ab9e86a170b32fdd5e1fc7e0315b96dfa30 (diff)
Normalize patch : change MIPS_BRCM to BCM963XX
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5751 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch')
-rw-r--r--target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
index c079c5a4b..e6befc7f0 100644
--- a/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
+++ b/target/linux/brcm63xx-2.6/patches/001-bcm963xx.patch
@@ -6758,7 +6758,7 @@ diff -urN linux.old/arch/mips/bcm963xx/Kconfig linux.dev/arch/mips/bcm963xx/Kcon
+# Kernel and Driver configuration for Broadcom Commengine ADSL board
+choice
+ prompt "Broadcom Commengine ADSL board"
-+ depends on MIPS_BRCM
++ depends on BCM963XX
+ default BCM96345
+ help
+ Select different Broadcom ADSL board
@@ -7911,7 +7911,7 @@ diff -urN linux.old/arch/mips/Kconfig linux.dev/arch/mips/Kconfig
prompt "System type"
default SGI_IP22
-+config MIPS_BRCM
++config BCM963XX
+ bool "Support for the Broadcom boards"
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_BIG_ENDIAN
@@ -7992,10 +7992,10 @@ diff -urN linux.old/arch/mips/Makefile linux.dev/arch/mips/Makefile
#
+# Broadcom board
+#
-+core-$(CONFIG_MIPS_BRCM) += arch/mips/bcm963xx/
-+cflags-$(CONFIG_MIPS_BRCM) += -Iinclude/asm-mips/mach-bcm963xx
-+cflags-$(CONFIG_MIPS_BRCM) += -Iarch/mips/bcm963xx/include
-+load-$(CONFIG_MIPS_BRCM) += 0xffffffff80010000
++core-$(CONFIG_BCM963XX) += arch/mips/bcm963xx/
++cflags-$(CONFIG_BCM963XX) += -Iinclude/asm-mips/mach-bcm963xx
++cflags-$(CONFIG_BCM963XX) += -Iarch/mips/bcm963xx/include
++load-$(CONFIG_BCM963XX) += 0xffffffff80010000
+
+
+#