diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 11:49:19 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-24 11:49:19 +0000 |
commit | 49de6c17143e225e9e5800e47b1a45db19f21289 (patch) | |
tree | 01e0eb16cf4bc5e20b274271882c1a2db0bf3782 /target/linux/brcm63xx/Makefile | |
parent | 59b0c1b2b9c7039e13ce591ab92d42910e6ee54f (diff) | |
download | upstream-49de6c17143e225e9e5800e47b1a45db19f21289.tar.gz upstream-49de6c17143e225e9e5800e47b1a45db19f21289.tar.bz2 upstream-49de6c17143e225e9e5800e47b1a45db19f21289.zip |
bcm63xx: switch kernel to 3.3
SVN-Revision: 31462
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 88c4561bf8..525903c0e5 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:=3.0.18 +LINUX_VERSION:=3.3.3 MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk |