diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-31 21:44:41 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-07-31 21:44:41 +0000 |
commit | 301049bf1fb97f93d98ba92e944376a9ed126a65 (patch) | |
tree | 9ffe606e95e0d0c362e2f1edc3997dd6e865206b /target/linux/bcm53xx/Makefile | |
parent | 495d520425437e3b73785a5d318b77f342833deb (diff) | |
download | master-187ad058-301049bf1fb97f93d98ba92e944376a9ed126a65.tar.gz master-187ad058-301049bf1fb97f93d98ba92e944376a9ed126a65.tar.bz2 master-187ad058-301049bf1fb97f93d98ba92e944376a9ed126a65.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41913 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |