From 3d0ec6bd0862d0bc8f3b2fcb9c403bff95b76daa Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 1 Apr 2014 22:21:00 +0000
Subject: [PATCH] orion: fix KERNELNAME

uImage cannot be built in parallel properly until zImage is ready

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 40359
---
 target/linux/orion/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index 055ccd11ae..41fd875cda 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -16,7 +16,7 @@ LINUX_VERSION:=3.3.8
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage uImage"
+KERNELNAME:="zImage"
 
 DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208
 
-- 
GitLab