diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-12 21:23:53 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-09-12 21:23:53 +0000 |
commit | 98656aad20554a1292832cd5298fdb044c7263e9 (patch) | |
tree | 56534b774c502e24fe09e8c4f59757ee40567469 /target | |
parent | 897a534e8b5fe7ef1d6b8eaee3b57eb7d637e1de (diff) |
[brcm63xx] default to using 2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23038 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 b6ccf192b..c785d2642 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 |