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 | f954f77cd2e6bcb5bf3ea7411057ea6dffb34ae4 (patch) | |
tree | 25f319df72372c45b626aece1ac344a7ba94921a | |
parent | 31b1aae3d8be9ed80d17d08e89f0cea0f63c208e (diff) | |
download | master-187ad058-f954f77cd2e6bcb5bf3ea7411057ea6dffb34ae4.tar.gz master-187ad058-f954f77cd2e6bcb5bf3ea7411057ea6dffb34ae4.tar.bz2 master-187ad058-f954f77cd2e6bcb5bf3ea7411057ea6dffb34ae4.zip |
netlogic: use KERNEL_PATCHVER
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43048 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |