From bbc0c67bb02335046a13ee47dc9229b3473b2647 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 5 Mar 2014 17:37:43 +0000 Subject: cns3xxx: fix uImage build issue The uImage target will always fail on a clean build due to dependency issues. Building the uImage isn't necessary anyway as its re-built with correct entry points in image/Makefile so remove it. Signed-off-by: Tim Harvey SVN-Revision: 39778 --- target/linux/cns3xxx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 505be7aac5..7105c45ea1 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -23,7 +23,7 @@ define Target/Description eg. the Gateworks Laguna family endef -KERNELNAME:="zImage uImage" +KERNELNAME:="zImage" DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini -- cgit v1.2.3