diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-06-17 19:32:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-06-17 19:32:42 +0000 |
commit | d2894412d8f78f491f0ca5c3884349c6928aadb9 (patch) | |
tree | a4ccead426899040e8e868ee0b632ab0b85020a1 /target/linux | |
parent | f03bbaf065c3ba376020392bbb21ddde353cfa11 (diff) | |
download | upstream-d2894412d8f78f491f0ca5c3884349c6928aadb9.tar.gz upstream-d2894412d8f78f491f0ca5c3884349c6928aadb9.tar.bz2 upstream-d2894412d8f78f491f0ca5c3884349c6928aadb9.zip |
brcm63xx: switch to 3.9 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36947
Diffstat (limited to 'target/linux')
-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 50bdc13727..0d2389ab49 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -11,7 +11,7 @@ BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx SUBTARGETS:=generic smp FEATURES:=squashfs usb atm pci pcmcia -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.9.4 MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk |