diff options
author | John Crispin <john@openwrt.org> | 2015-02-09 14:24:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-09 14:24:00 +0000 |
commit | ed84ceaa02386efa5eb46ac24abb644a1d176cfd (patch) | |
tree | 526114e349e1ac1ec87992db6e4b12d770b547cf /target/linux/ixp4xx/Makefile | |
parent | ba2d7b9c2b08e8eb65b36e98f1a173548886be06 (diff) | |
download | upstream-ed84ceaa02386efa5eb46ac24abb644a1d176cfd.tar.gz upstream-ed84ceaa02386efa5eb46ac24abb644a1d176cfd.tar.bz2 upstream-ed84ceaa02386efa5eb46ac24abb644a1d176cfd.zip |
ixp4xx: add v3.18 support
Signed-off-by: Your Name <blogic@openwrt.org>
SVN-Revision: 44363
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 3f6110afa1..c1874faf00 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.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |