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/at91/Makefile | |
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/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 01fc4dd85f..3fbe511121 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -13,7 +13,7 @@ BOARDNAME:=Atmel AT91 FEATURES:=squashfs targz ext2 usb CPU_TYPE:=arm926ej-s -LINUX_VERSION:=3.10.49 +KERNEL_PATCHVER:=3.10 include $(INCLUDE_DIR)/target.mk |