diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-19 21:30:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-02-19 21:30:10 +0000 |
commit | 70335ad165fcdf25e41f379735878e45c57c6dd3 (patch) | |
tree | ce5150ff97dd8599f29d039d3f87b5e2c2b72445 /target/linux/brcm-2.4 | |
parent | 934c765ef0c56e12bb923442c3c1dfb7987c3563 (diff) | |
download | upstream-70335ad165fcdf25e41f379735878e45c57c6dd3.tar.gz upstream-70335ad165fcdf25e41f379735878e45c57c6dd3.tar.bz2 upstream-70335ad165fcdf25e41f379735878e45c57c6dd3.zip |
[brcm-2.4] update kernel to version 2.4.37.9 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19762 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4')
-rw-r--r-- | target/linux/brcm-2.4/patches/004-flash.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm-2.4/patches/004-flash.patch b/target/linux/brcm-2.4/patches/004-flash.patch index 7de8a82eb6..cbcf0da3bb 100644 --- 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 += 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 |