projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e648c0a
)
use the default kernel target on powerpc
author
Imre Kaloz
<kaloz@openwrt.org>
Wed, 26 Nov 2008 09:51:36 +0000
(09:51 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Wed, 26 Nov 2008 09:51:36 +0000
(09:51 +0000)
SVN-Revision: 13357
include/kernel-defaults.mk
patch
|
blob
|
history
diff --git
a/include/kernel-defaults.mk
b/include/kernel-defaults.mk
index 46f7e000460e3431762456593a39141c0ccc855c..36f9174c9158a877b2af87f7733cdf5496e46782 100644
(file)
--- a/
include/kernel-defaults.mk
+++ b/
include/kernel-defaults.mk
@@
-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