diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-04-10 16:28:39 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-02 14:33:58 +0200 |
commit | 3688b9622604194b411baed83f70117346af13ea (patch) | |
tree | b9428d724577dabff7db1ff2cc8ceb0670243c84 /target/linux/mpc85xx/Makefile | |
parent | 5378c856779c590e26910639e28b95a22aa2b9f5 (diff) | |
download | upstream-3688b9622604194b411baed83f70117346af13ea.tar.gz upstream-3688b9622604194b411baed83f70117346af13ea.tar.bz2 upstream-3688b9622604194b411baed83f70117346af13ea.zip |
target: mpc85xx: switch to kernel 4.9
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 161c8cb816..8428bec6bc 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> SUBTARGETS:=generic p1020 -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.9 define Target/Description Build images for the Freescale MPC85xx based boards. |