From f89a20a89aebe4767c606b4e04a6a3906e1ee26c Mon Sep 17 00:00:00 2001 From: Russell Senior Date: Mon, 16 May 2016 00:52:24 -0700 Subject: ath25: update kernel from 3.18 to 4.4 Summary of changes: * moved config-3.18 to config-4.4 and patches-3.18 to patches-4.4 * removed most of the first two patches, that seem to be upstream already * changed deprecated/removed IRQF_DISABLED to zero following examples in upstream kernel patches * added config line to disable device-tree to satisfy kernel configuration * add new image generation code Build tested and run tested on an Accton MR3201A. Signed-off-by: Russell Senior Signed-off-by: Sergey Ryazanov Signed-off-by: John Crispin --- target/linux/ath25/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath25/Makefile') diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index ae867e9039..03aa2a9355 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem MAINTAINER:=Sergey Ryazanov -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -- cgit v1.2.3