projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dbaa28
)
Also build bzImage for rdc boards
author
Florian Fainelli
<florian@openwrt.org>
Sat, 23 Dec 2006 14:27:06 +0000
(14:27 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 23 Dec 2006 14:27:06 +0000
(14:27 +0000)
SVN-Revision: 5895
include/kernel-build.mk
patch
|
blob
|
history
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index 061d60492708608f59f054b9ffdb2a78389816bc..6643d46586a735572fe287a32f7716c4e21fe535 100644
(file)
--- a/
include/kernel-build.mk
+++ b/
include/kernel-build.mk
@@
-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