From: Felix Fietkau Date: Sun, 27 Aug 2006 13:08:53 +0000 (+0000) Subject: fix LINUX_RELEASE and use it for the kmod-* build X-Git-Tag: reboot~30718^2~231 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=732eb10afa8a00f8ff4ec97752c018b01d17f79e fix LINUX_RELEASE and use it for the kmod-* build SVN-Revision: 4687 --- diff --git a/openwrt/include/kernel.mk b/openwrt/include/kernel.mk index c788bf1c49..bd558ceec7 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) diff --git a/openwrt/package/kernel/Makefile b/openwrt/package/kernel/Makefile index b59649ddac..f43f4fdf69 100644 --- a/openwrt/package/kernel/Makefile +++ b/openwrt/package/kernel/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=kernel PKG_VERSION:=$(LINUX_VERSION)-$(BOARD) -PKG_RELEASE:=1 +PKG_RELEASE:=$(LINUX_RELEASE) PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages