1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:33:16 +03:00

use the default kernel target on powerpc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13357 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2008-11-26 09:51:36 +00:00
parent 878a707c0f
commit 43e9cfe99d

View 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