diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-24 19:35:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-24 19:35:52 +0000 |
commit | 4c1a0a5f348c4c65c8a2091bad8e56190bef63a6 (patch) | |
tree | d2443f5cab19e0ff0cb25370495194b2ccb3d7c6 /target/linux | |
parent | c288d2d6d9a2dcca593157dae8175d40267135f4 (diff) | |
download | upstream-4c1a0a5f348c4c65c8a2091bad8e56190bef63a6.tar.gz upstream-4c1a0a5f348c4c65c8a2091bad8e56190bef63a6.tar.bz2 upstream-4c1a0a5f348c4c65c8a2091bad8e56190bef63a6.zip |
netlogic: use KERNEL_PATCHVER
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43048
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/netlogic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/netlogic/Makefile b/target/linux/netlogic/Makefile index e3aa572b74..4646830843 100644 --- a/target/linux/netlogic/Makefile +++ b/target/linux/netlogic/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 ext4 pci usb MAINTAINER:=Florian Fainelli <florian@openwrt.org> SUBTARGETS:=xlp xlr -LINUX_VERSION:=3.14.16 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk |