diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-16 23:05:43 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-16 23:05:43 +0000 |
commit | faad28c2e593fccec0964e02b1873f55a3ff029a (patch) | |
tree | b4e4eff8a3068000a27c43e36d8614adca177fdb /target/linux/brcm47xx | |
parent | 7c068fdf9d72e78cf99e1e76fc729974d1180616 (diff) | |
download | upstream-faad28c2e593fccec0964e02b1873f55a3ff029a.tar.gz upstream-faad28c2e593fccec0964e02b1873f55a3ff029a.tar.bz2 upstream-faad28c2e593fccec0964e02b1873f55a3ff029a.zip |
brcm47xx: switch to 3.18
Tested on BCM5357B0, BCM47186B0 and BCM4706.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44853 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 010013307d..cde8f1442a 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |