diff options
author | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:21 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:21 +0000 |
commit | 1fe3ced70862e49e4004f73d7ab2c6fdabbaccac (patch) | |
tree | 8067dd51402ae4c015e251dc704c1db262ed58b7 /target/linux/kirkwood/Makefile | |
parent | 0baab1dc75e6b18db6b2a7531549992efe972c80 (diff) | |
download | master-187ad058-1fe3ced70862e49e4004f73d7ab2c6fdabbaccac.tar.gz master-187ad058-1fe3ced70862e49e4004f73d7ab2c6fdabbaccac.tar.bz2 master-187ad058-1fe3ced70862e49e4004f73d7ab2c6fdabbaccac.zip |
kirkwood: switch to 4.4
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49020 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r-- | target/linux/kirkwood/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 4f9fa4f06c..e0cdf66e32 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -13,7 +13,7 @@ FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt CPU_TYPE:=xscale MAINTAINER:=Luka Perkov <luka@openwrt.org> -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk |