X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fkernel.mk;h=bd558ceec731f4335940253ea59c05da5b126f77;hb=aabde20e542fcee853666f1b119f2912902468e8;hp=c788bf1c49092d4ce05b4a95ebad7a878a639396;hpb=3f494f8d220f2b1a40a6749e814b46eca48792ac;p=openwrt-10.03%2F.git diff --git a/include/kernel.mk b/include/kernel.mk index c788bf1c4..bd558ceec 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)