1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

use the default kernel target on powerpc

SVN-Revision: 13357
This commit is contained in:
Imre Kaloz 2008-11-26 09:51:36 +00:00
parent e648c0ad5d
commit 8375b83015

@ -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