diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-08-27 13:08:53 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-08-27 13:08:53 +0000 |
| commit | 732eb10afa8a00f8ff4ec97752c018b01d17f79e (patch) | |
| tree | d93c17a91aeb51e1aa6e73bf176c79df0018326e /openwrt/include | |
| parent | db69c09c8627b4d289f9d7e4ad2250c177ce0a91 (diff) | |
| download | mtk-20170518-732eb10afa8a00f8ff4ec97752c018b01d17f79e.zip mtk-20170518-732eb10afa8a00f8ff4ec97752c018b01d17f79e.tar.gz mtk-20170518-732eb10afa8a00f8ff4ec97752c018b01d17f79e.tar.bz2 | |
fix LINUX_RELEASE and use it for the kmod-* build
SVN-Revision: 4687
Diffstat (limited to 'openwrt/include')
| -rw-r--r-- | openwrt/include/kernel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/include/kernel.mk b/openwrt/include/kernel.mk index c788bf1..bd558ce 100644 --- a/openwrt/include/kernel.mk +++ b/openwrt/include/kernel.mk @@ -16,7 +16,7 @@ else # check to see if .kernel.mk matches target.mk ifeq ($(CONFIG_BOARD)-$(CONFIG_KERNEL),$(BOARD)-$(KERNEL)) LINUX_VERSION:=$(CONFIG_LINUX_VERSION) - RELEASE:=$(CONFIG_RELEASE) + LINUX_RELEASE:=$(CONFIG_LINUX_RELEASE) else # oops, old .kernel.config; rebuild it (hiding the misleading errors this produces) $(warning rebuilding .kernel.mk) |
