diff options
author | Russell Senior <russell@personaltelco.net> | 2016-06-22 22:48:28 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-22 22:48:28 +0200 |
commit | c87080ee05157d2f3749bb92c5eda804037c4f15 (patch) | |
tree | a9cd4da2e1570daa8af2f15206b3b2a6a65bbe5e /target/linux/ath25/Makefile | |
parent | 3b4425c874c036370e97bf19a571539fa1b0f354 (diff) | |
download | master-187ad058-c87080ee05157d2f3749bb92c5eda804037c4f15.tar.gz master-187ad058-c87080ee05157d2f3749bb92c5eda804037c4f15.tar.bz2 master-187ad058-c87080ee05157d2f3749bb92c5eda804037c4f15.zip |
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 <russell@personaltelco.net>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ath25/Makefile')
-rw-r--r-- | target/linux/ath25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ryazanov.s.a@gmail.com> -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk |