mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39778 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user