diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-28 09:56:04 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-28 09:56:04 +0000 |
commit | feb64f5a16e568bc675b0d6f524b1f2e70c32ec6 (patch) | |
tree | d5ec7754824f0519359507c30b2bd98d48113b87 /openwrt/target/linux/linux-2.6/patches/brcm | |
parent | ebce02ff9d85b1629858fbe8e563a0a2111f0ab1 (diff) |
Makefile change to compile modules, minor change in patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1775 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.6/patches/brcm')
-rw-r--r-- | openwrt/target/linux/linux-2.6/patches/brcm/001-bcm47xx.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/linux-2.6/patches/brcm/001-bcm47xx.patch b/openwrt/target/linux/linux-2.6/patches/brcm/001-bcm47xx.patch index 55dd89058c..708aac75b4 100644 --- a/openwrt/target/linux/linux-2.6/patches/brcm/001-bcm47xx.patch +++ b/openwrt/target/linux/linux-2.6/patches/brcm/001-bcm47xx.patch @@ -1695,7 +1695,7 @@ diff -Nur linux-2.6.12.5/arch/mips/Kconfig.orig linux-2.6.12.5-brcm/arch/mips/Kc + default y diff -Nur linux-2.6.12.5/arch/mips/Makefile linux-2.6.12.5-brcm/arch/mips/Makefile --- linux-2.6.12.5/arch/mips/Makefile 2005-08-15 02:20:18.000000000 +0200 -+++ linux-2.6.12.5-brcm/arch/mips/Makefile 2005-08-28 11:12:20.406862800 +0200 ++++ linux-2.6.12.5-brcm/arch/mips/Makefile 2005-08-28 11:35:08.381898984 +0200 @@ -79,7 +79,7 @@ cflags-y += -I $(TOPDIR)/include/asm/gcc cflags-y += -G 0 -mno-abicalls -fno-pic -pipe @@ -1727,7 +1727,7 @@ diff -Nur linux-2.6.12.5/arch/mips/Makefile linux-2.6.12.5-brcm/arch/mips/Makefi +# +core-$(CONFIG_BCM47XX) += arch/mips/bcm47xx/ arch/mips/bcm47xx/broadcom/ +cflags-$(CONFIG_BCM47XX) += -Iarch/mips/bcm47xx/broadcom/include -+load-$(CONFIG_BCM47XX) := 0x80001000 ++load-$(CONFIG_BCM47XX) := 0xffffffff80001000 + + +# @@ -1742,7 +1742,7 @@ diff -Nur linux-2.6.12.5/arch/mips/Makefile linux-2.6.12.5-brcm/arch/mips/Makefi +all: bzImage + +zImage bzImage: vmlinux -+ $(Q)$(MAKE) -C arch/mips/bcm47xx/compressed vmlinux ++ @$(MAKE) -C arch/mips/bcm47xx/compressed vmlinux + +endif + |