X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=include%2Fkernel.mk;h=bd558ceec731f4335940253ea59c05da5b126f77;hb=3cf72ac0abc8f9867cc374a63994358786b073a5;hp=7c23aaca8eeb5faeceb5224bc91a215dab026c33;hpb=6ba80de972c5394222649b7fd01bd604ac7bfdd5;p=openwrt-10.03%2F.git diff --git a/include/kernel.mk b/include/kernel.mk index 7c23aaca8..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) @@ -42,6 +42,9 @@ else ifneq (,$(findstring x86,$(BOARD))) KERNELNAME="bzImage" endif + ifneq (,$(findstring ppc,$(BOARD))) + KERNELNAME="uImage" + endif ifneq (,$(findstring uml,$(BOARD))) LINUX_KARCH:=um