diff options
author | Ted Hess <thess@kitschensync.net> | 2016-06-03 17:06:06 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2016-06-05 14:07:46 -0400 |
commit | 2ce19c0c1f30af4290e31a3d64d1f0cff8d21824 (patch) | |
tree | 9fa455f54b4e7465573a7f8bf02f240f123e3a4c /target/linux/ixp4xx/Makefile | |
parent | a0ea3eab63076d0020dfa1b139fbb87573f25408 (diff) | |
download | upstream-2ce19c0c1f30af4290e31a3d64d1f0cff8d21824.tar.gz upstream-2ce19c0c1f30af4290e31a3d64d1f0cff8d21824.tar.bz2 upstream-2ce19c0c1f30af4290e31a3d64d1f0cff8d21824.zip |
ixp4xx: Add support for 4.4 kernel, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'target/linux/ixp4xx/Makefile')
-rw-r--r-- | target/linux/ixp4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index c1874faf00..34c81ffe78 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> SUBTARGETS=generic harddisk -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk |