mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
Also build bzImage for rdc boards
SVN-Revision: 5895
This commit is contained in:
parent
2dbaa28adb
commit
94164d679b
@ -56,6 +56,9 @@ KERNELNAME=
|
|||||||
ifneq (,$(findstring x86,$(BOARD)))
|
ifneq (,$(findstring x86,$(BOARD)))
|
||||||
KERNELNAME="bzImage"
|
KERNELNAME="bzImage"
|
||||||
endif
|
endif
|
||||||
|
ifneq (,$(findstring rdc,$(BOARD)))
|
||||||
|
KERNELNAME="bzImage"
|
||||||
|
endif
|
||||||
ifneq (,$(findstring ppc,$(BOARD)))
|
ifneq (,$(findstring ppc,$(BOARD)))
|
||||||
KERNELNAME="uImage"
|
KERNELNAME="uImage"
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user