diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 15:54:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-18 15:54:18 +0000 |
commit | 9b4b2b4e17f10492798b14f7bb7e943ad86b4515 (patch) | |
tree | 7cd3a85fc115ea4980bf249b9dd5987f6e3c0ed7 /target/linux/lantiq | |
parent | f6e38ec125ddb1da51780e510c7943e76f61f88d (diff) | |
download | upstream-9b4b2b4e17f10492798b14f7bb7e943ad86b4515.tar.gz upstream-9b4b2b4e17f10492798b14f7bb7e943ad86b4515.tar.bz2 upstream-9b4b2b4e17f10492798b14f7bb7e943ad86b4515.zip |
lantiq: switch to linux 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48322
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index d19be828ab..7b79b68c42 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -12,7 +12,7 @@ FEATURES:=squashfs SUBTARGETS=xway xrx200 MAINTAINER:=John Crispin <blogic@openwrt.org> -KERNEL_PATCHVER:=4.1 +KERNEL_PATCHVER:=4.4 CPU_TYPE:=mips32r2 |