mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
Also build bzImage for rdc boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5895 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
49ec6cdd1e
commit
c205614797
@ -56,6 +56,9 @@ KERNELNAME=
|
||||
ifneq (,$(findstring x86,$(BOARD)))
|
||||
KERNELNAME="bzImage"
|
||||
endif
|
||||
ifneq (,$(findstring rdc,$(BOARD)))
|
||||
KERNELNAME="bzImage"
|
||||
endif
|
||||
ifneq (,$(findstring ppc,$(BOARD)))
|
||||
KERNELNAME="uImage"
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user