diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-02-21 20:14:35 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-04-06 18:07:43 +0200 |
commit | 804952e7ef045e2ed68a1434dbc7371057495968 (patch) | |
tree | 7dd6a3ee9d61ed18001cb9ca4feae20379e70d04 | |
parent | c089671339b6e14a64675fa05ed6bfe9b71a600c (diff) | |
download | upstream-804952e7ef045e2ed68a1434dbc7371057495968.tar.gz upstream-804952e7ef045e2ed68a1434dbc7371057495968.tar.bz2 upstream-804952e7ef045e2ed68a1434dbc7371057495968.zip |
ramips: switch to linux 4.14
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 9bcffc1ce8..887b5909e4 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 FEATURES:=squashfs gpio MAINTAINER:=John Crispin <john@phrozen.org> -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. |