diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-20 14:36:51 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-20 14:38:10 +0200 |
commit | 24b8d31badc276c5c532995c523a2c7c898be497 (patch) | |
tree | 9864d789dcaaecde77989f4d5d9a4762e069b478 /target/linux/mvebu/Makefile | |
parent | 8eab383782d94c3a0c68c81e8a345ce450923f8c (diff) | |
download | upstream-24b8d31badc276c5c532995c523a2c7c898be497.tar.gz upstream-24b8d31badc276c5c532995c523a2c7c898be497.tar.bz2 upstream-24b8d31badc276c5c532995c523a2c7c898be497.zip |
mvebu: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu/Makefile')
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 54bb15d68e..143c3f842b 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -KERNEL_PATCHVER:=4.1 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk |