diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-05 17:37:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-05 17:37:43 +0000 |
commit | 23f85fd38b4524bd06f2067b12c1164e8d0f355f (patch) | |
tree | 444893de7d59075cd0c54e6f57ce44a5fff83e40 /target/linux | |
parent | f51d6fbcbda7f15afbc415deafca205ea6e82928 (diff) | |
download | upstream-23f85fd38b4524bd06f2067b12c1164e8d0f355f.tar.gz upstream-23f85fd38b4524bd06f2067b12c1164e8d0f355f.tar.bz2 upstream-23f85fd38b4524bd06f2067b12c1164e8d0f355f.zip |
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
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |