use the default kernel target on powerpc
authorImre Kaloz <kaloz@openwrt.org>
Wed, 26 Nov 2008 09:51:36 +0000 (09:51 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Wed, 26 Nov 2008 09:51:36 +0000 (09:51 +0000)
SVN-Revision: 13357

include/kernel-defaults.mk

index 46f7e000460e3431762456593a39141c0ccc855c..36f9174c9158a877b2af87f7733cdf5496e46782 100644 (file)
@@ -12,9 +12,6 @@ endif
 ifneq (,$(findstring rdc,$(BOARD)))
   KERNELNAME="bzImage"
 endif
-ifneq (,$(findstring ppc,$(BOARD)))
-  KERNELNAME="uImage"
-endif
 ifneq (,$(findstring avr32,$(BOARD)))
   KERNELNAME="uImage"
 endif