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 | 5e863326831a8e41043934161290f4c1d51a43cf (patch) | |
tree | 2765e4a326f248985cfc6af10f679f2e5bb428fa /target/linux | |
parent | a73d292127dd4e60f2003c476b68a1782afaee4b (diff) | |
download | upstream-5e863326831a8e41043934161290f4c1d51a43cf.tar.gz upstream-5e863326831a8e41043934161290f4c1d51a43cf.tar.bz2 upstream-5e863326831a8e41043934161290f4c1d51a43cf.zip |
brcm63xx: update LINUX_VERSION to 3.10.32
Missed from the previous comit.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39708 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |