diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-26 13:27:27 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-26 13:27:27 +0000 |
commit | 93779c875603dfb27e8a7497be265150a3dbe160 (patch) | |
tree | e5da80648078469ca47037de1af1488a574d30a6 /target/linux/cns3xxx | |
parent | 94387043b9d9b0289531415001211840f494af07 (diff) | |
download | upstream-93779c875603dfb27e8a7497be265150a3dbe160.tar.gz upstream-93779c875603dfb27e8a7497be265150a3dbe160.tar.bz2 upstream-93779c875603dfb27e8a7497be265150a3dbe160.zip |
kernel: makefiles: make use of new var KERNEL_PATCHVER
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Inspired by r43047
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43067 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 7508240caa..7344753e5b 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp MAINTAINER:=Felix Fietkau <nbd@openwrt.org> -LINUX_VERSION:=3.10.49 +KERNEL_PATCHVER:=3.10 include $(INCLUDE_DIR)/target.mk |