mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
use the default kernel target on powerpc
SVN-Revision: 13357
This commit is contained in:
parent
e648c0ad5d
commit
8375b83015
@ -12,9 +12,6 @@ endif
|
|||||||
ifneq (,$(findstring rdc,$(BOARD)))
|
ifneq (,$(findstring rdc,$(BOARD)))
|
||||||
KERNELNAME="bzImage"
|
KERNELNAME="bzImage"
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring ppc,$(BOARD)))
|
|
||||||
KERNELNAME="uImage"
|
|
||||||
endif
|
|
||||||
ifneq (,$(findstring avr32,$(BOARD)))
|
ifneq (,$(findstring avr32,$(BOARD)))
|
||||||
KERNELNAME="uImage"
|
KERNELNAME="uImage"
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user