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/ppc40x | |
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/ppc40x')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 817abc7f49..260e55dab8 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CPU_TYPE:=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.10.49 +KERNEL_PATCHVER:=3.10 include $(INCLUDE_DIR)/target.mk |