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 | d4be3ed6413ccc9e3437c64ad03c06dfd7241d56 (patch) | |
tree | a3a5305a9be85153907a83856ebf32f42ea31bbb /target | |
parent | 5913da2e94c723d59100556ebcbd1c5c4830ccc0 (diff) | |
download | upstream-d4be3ed6413ccc9e3437c64ad03c06dfd7241d56.tar.gz upstream-d4be3ed6413ccc9e3437c64ad03c06dfd7241d56.tar.bz2 upstream-d4be3ed6413ccc9e3437c64ad03c06dfd7241d56.zip |
bcm63xx: switch kernel to 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31462 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 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 |