diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-02-28 20:50:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-02-28 20:50:51 +0000 |
commit | cbe92031239d08b3abe735d2287525b10a8a4688 (patch) | |
tree | bdba4afdca90282c214abee5f2aff4e9f37ce6ca /target/linux/brcm63xx/Makefile | |
parent | 6b02de234756b4f850502a63ac1d697f4617fabc (diff) | |
download | upstream-cbe92031239d08b3abe735d2287525b10a8a4688.tar.gz upstream-cbe92031239d08b3abe735d2287525b10a8a4688.tar.bz2 upstream-cbe92031239d08b3abe735d2287525b10a8a4688.zip |
[brcm63xx] add support for 2.6.32, dropped the SPI patch for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19919 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/Makefile')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index f41bdd0c59..5ad20eb5c3 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx FEATURES:=squashfs jffs2 usb atm pci pcmcia -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.32.9 include $(INCLUDE_DIR)/target.mk |