diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-31 21:44:41 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-31 21:44:41 +0000 |
commit | 69c403c234c1c9e1a06c719135e9396815a3b756 (patch) | |
tree | 48eb19158cb134a80bec52e00f3283235bddfcb8 /target/linux/bcm53xx/Makefile | |
parent | 350765676e657e8b2fb7e8cd794cbfa88dad52dc (diff) | |
download | upstream-69c403c234c1c9e1a06c719135e9396815a3b756.tar.gz upstream-69c403c234c1c9e1a06c719135e9396815a3b756.tar.bz2 upstream-69c403c234c1c9e1a06c719135e9396815a3b756.zip |
bcm53xx: update to kernel 3.14
Use kernel 3.14 by default and refresh the patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41913
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 679997c0a7..e8e8b431b6 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs usb pci pcie gpio MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> CPU_TYPE:=cortex-a9 -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.14 include $(INCLUDE_DIR)/target.mk |