diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:53:22 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:53:22 +0000 |
commit | 81e51681e73490040842b96ac0250cde6c5a102a (patch) | |
tree | 21fc92c2c60c015d4ade5a7f96ffa56f4fb7bd17 /target/linux | |
parent | 5d0e2d1b4163c330ba58cf573571660b0b27bd25 (diff) | |
download | upstream-81e51681e73490040842b96ac0250cde6c5a102a.tar.gz upstream-81e51681e73490040842b96ac0250cde6c5a102a.tar.bz2 upstream-81e51681e73490040842b96ac0250cde6c5a102a.zip |
brcm63xx: switch to 3.18
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44841
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 29946ae96a..d46a21d72c 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 -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 MAINTAINER:=Florian Fainelli <florian@openwrt.org> include $(INCLUDE_DIR)/target.mk |