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 | feaa92e91c8bda9ddfbab53474ee3069857777c6 (patch) | |
tree | 672793504e6df5c62a9a3ea51b08f4e6be7f574e /target/linux/brcm63xx/Makefile | |
parent | 7884e6e60e9738c76e30b998b9c05a7f615c810e (diff) | |
download | master-187ad058-feaa92e91c8bda9ddfbab53474ee3069857777c6.tar.gz master-187ad058-feaa92e91c8bda9ddfbab53474ee3069857777c6.tar.bz2 master-187ad058-feaa92e91c8bda9ddfbab53474ee3069857777c6.zip |
brcm63xx: switch to 3.9 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36947 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |