summaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-25 21:53:54 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-25 21:53:54 +0000
commit3f494f8d220f2b1a40a6749e814b46eca48792ac (patch)
treedea67c0d50a3959429bbf0094651a6a420548313 /include/kernel.mk
parenta5dc790f92e6540726612720bc1de60737dcb19e (diff)
add basic support for the Magicbox boards
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4672 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel.mk b/include/kernel.mk
index 7c23aaca8..c788bf1c4 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -42,6 +42,9 @@ else
ifneq (,$(findstring x86,$(BOARD)))
KERNELNAME="bzImage"
endif
+ ifneq (,$(findstring ppc,$(BOARD)))
+ KERNELNAME="uImage"
+ endif
ifneq (,$(findstring uml,$(BOARD)))
LINUX_KARCH:=um