aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-23 14:27:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-23 14:27:06 +0000
commitceea0e550826da778adc1c8cff351c68c8db9c19 (patch)
tree59f06ae8d144417aa0f922cd154b6b6c1b604623 /include
parentc4dc9fdf853e130d1154ec708bd3ca0500203aad (diff)
downloadmaster-187ad058-ceea0e550826da778adc1c8cff351c68c8db9c19.tar.gz
master-187ad058-ceea0e550826da778adc1c8cff351c68c8db9c19.tar.bz2
master-187ad058-ceea0e550826da778adc1c8cff351c68c8db9c19.zip
Also build bzImage for rdc boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/kernel-build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk
index 061d604927..6643d46586 100644
--- 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