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 | 946da24eb8c76ef97b35983d0762abd30d79f5e8 (patch) | |
tree | b8cf53d4f355dd25d7012df3b088ee0b97029239 /target/linux | |
parent | 9397c477aaa931b6378609ae54364ff82affce7a (diff) | |
download | master-187ad058-946da24eb8c76ef97b35983d0762abd30d79f5e8.tar.gz master-187ad058-946da24eb8c76ef97b35983d0762abd30d79f5e8.tar.bz2 master-187ad058-946da24eb8c76ef97b35983d0762abd30d79f5e8.zip |
lantiq: switch to linux 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48322 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |