diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-01 16:14:21 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-01 16:14:21 +0000 |
commit | 96467d69fb920444ec9bd05d47d7b34602fc1ce8 (patch) | |
tree | c45013cbe48192b03cd2099a4b966e865f9c191a /target/linux/ixp4xx/Makefile | |
parent | 11834dc50aa3d2d202dadfd73f869044b210e602 (diff) | |
download | master-187ad058-96467d69fb920444ec9bd05d47d7b34602fc1ce8.tar.gz master-187ad058-96467d69fb920444ec9bd05d47d7b34602fc1ce8.tar.bz2 master-187ad058-96467d69fb920444ec9bd05d47d7b34602fc1ce8.zip |
ixp4xx: add 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43464 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |