diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 21:05:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 21:05:19 +0000 |
commit | 93a2b8a6c47741ae1fc369d0245340c42f809418 (patch) | |
tree | 8575eb03723cd9797a505713cebcdeac2bf2d1d3 /target/linux/mpc85xx/Makefile | |
parent | 495935a3b81ac88bc524adabfe4e28155e0f5dac (diff) | |
download | upstream-93a2b8a6c47741ae1fc369d0245340c42f809418.tar.gz upstream-93a2b8a6c47741ae1fc369d0245340c42f809418.tar.bz2 upstream-93a2b8a6c47741ae1fc369d0245340c42f809418.zip |
mpc85xx: update to linux 4.4, remove unnecessary patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48297
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 5f3ad6c3d4..a32be907a9 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:=3.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk |