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 | 2b9bdfa6ea3a1995ba217a6f877fabe50774ddcc (patch) | |
tree | f84d0f3028b4e40bb8201d869da7c7995cf46eb0 /include | |
parent | b82a7ca39df91300c3c1bd3a3875a4597399ac05 (diff) | |
download | upstream-2b9bdfa6ea3a1995ba217a6f877fabe50774ddcc.tar.gz upstream-2b9bdfa6ea3a1995ba217a6f877fabe50774ddcc.tar.bz2 upstream-2b9bdfa6ea3a1995ba217a6f877fabe50774ddcc.zip |
fix LINUX_RELEASE and use it for the kmod-* build
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel.mk b/include/kernel.mk index c788bf1c49..bd558ceec7 100644 --- a/include/kernel.mk +++ b/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) |