diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-09-12 21:23:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-09-12 21:23:53 +0000 |
commit | d3e206ad96e1ed4491d6408bff4c4aaaad466342 (patch) | |
tree | fe51f9b42746e9236e320b0f8c6d7257fcca5c2a /target/linux/brcm63xx/Makefile | |
parent | dc1302fdf9eb318e81eec25d063017fe01bcc325 (diff) | |
download | upstream-d3e206ad96e1ed4491d6408bff4c4aaaad466342.tar.gz upstream-d3e206ad96e1ed4491d6408bff4c4aaaad466342.tar.bz2 upstream-d3e206ad96e1ed4491d6408bff4c4aaaad466342.zip |
default to using 2.6.35
SVN-Revision: 23038
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 b6ccf192b6..c785d26424 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.32.20 +LINUX_VERSION:=2.6.35.4 include $(INCLUDE_DIR)/target.mk |