diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 11:07:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 11:07:58 +0000 |
commit | b5fdd769f00fe034515d6a29c2cfb4b1cd3cf6e0 (patch) | |
tree | 72710272b44fb6dbd33c209967164498a1c10df4 /target/linux/brcm63xx | |
parent | f677b1bc7e37642eb1c42d3068ff3c44eb5ed3cb (diff) | |
download | upstream-b5fdd769f00fe034515d6a29c2cfb4b1cd3cf6e0.tar.gz upstream-b5fdd769f00fe034515d6a29c2cfb4b1cd3cf6e0.tar.bz2 upstream-b5fdd769f00fe034515d6a29c2cfb4b1cd3cf6e0.zip |
brcm63xx: update LINUX_VERSION to 3.10.32
Missed from the previous comit.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39708
Diffstat (limited to 'target/linux/brcm63xx')
-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 15e870be60..5e58188e0f 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 usbgadget -LINUX_VERSION:=3.10.28 +LINUX_VERSION:=3.10.32 MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk |