mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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 <tharvey@gateworks.com> SVN-Revision: 39778
This commit is contained in:
parent
f294f23c02
commit
bbc0c67bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue