diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-24 19:34:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-24 19:34:02 +0000 |
commit | c288d2d6d9a2dcca593157dae8175d40267135f4 (patch) | |
tree | 7c8ade3c9578f65932f36d6c55176bf8664b6ca6 /target/linux/x86 | |
parent | fc822a4370f534ad83de092a2a9ababa94ebee8b (diff) | |
download | upstream-c288d2d6d9a2dcca593157dae8175d40267135f4.tar.gz upstream-c288d2d6d9a2dcca593157dae8175d40267135f4.tar.bz2 upstream-c288d2d6d9a2dcca593157dae8175d40267135f4.zip |
kernel: makefiles: make use of new var KERNEL_PATCHVER
replace all occurences of LINUX_VERSION with the cleaner
approach. future kernel upgrades must mostly touch only
one file. the only platform left is netlogic, because it
uses a intermediate kernel 3.14.16
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 43047
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 2 | ||||
-rw-r--r-- | target/linux/x86/ep80579/target.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 32eafdfc0a..13f15c0826 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan \ rdc -LINUX_VERSION:=3.10.49 +KERNEL_PATCHVER:=3.10 KERNELNAME:=bzImage diff --git a/target/linux/x86/ep80579/target.mk b/target/linux/x86/ep80579/target.mk index 4fe35e0440..f4bd20a0f1 100644 --- a/target/linux/x86/ep80579/target.mk +++ b/target/linux/x86/ep80579/target.mk @@ -1,5 +1,5 @@ BOARDNAME:=Intel EP80579 -LINUX_VERSION:=3.3.8 +KERNEL_PATCHVER:=3.3 DEFAULT_PACKAGES += kmod-ep80579-can kmod-ep80579-eth kmod-ep80579-misc \ kmod-usb-core kmod-usb2 kmod-usb-hid kmod-usb-uhci |