diff options
author | John Crispin <john@openwrt.org> | 2014-12-01 16:14:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-01 16:14:21 +0000 |
commit | c27ee280ce3f7232059b06994e38a316f4eccebf (patch) | |
tree | 43afecfaf3feaf7325049834c77f8d3570fd5e07 /target/linux/ixp4xx/Makefile | |
parent | 00f5d358acac9841bc1e927a3fbaf9a743b1e585 (diff) | |
download | upstream-c27ee280ce3f7232059b06994e38a316f4eccebf.tar.gz upstream-c27ee280ce3f7232059b06994e38a316f4eccebf.tar.bz2 upstream-c27ee280ce3f7232059b06994e38a316f4eccebf.zip |
ixp4xx: add 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43464
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 780ca9653d..3f6110afa1 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.10 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk |