Skip to content
Snippets Groups Projects
Commit bbc0c67b authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarTim Harvey <tharvey@gateworks.com>

SVN-Revision: 39778
parent f294f23c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment