From: Felix Fietkau Date: Fri, 1 Aug 2014 07:10:16 +0000 (+0000) Subject: cns3xxx: fix building initramfs and non-initramfs together X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f64ca3a9fbcb1bdf46be27b5f9327b60d574b656;p=openwrt%2Fsvn-archive%2Farchive.git cns3xxx: fix building initramfs and non-initramfs together Signed-off-by: Felix Fietkau Backport of r41922 SVN-Revision: 41923 --- diff --git a/target/linux/cns3xxx/image/Makefile b/target/linux/cns3xxx/image/Makefile index ad3789adf4..c86b642e6c 100644 --- a/target/linux/cns3xxx/image/Makefile +++ b/target/linux/cns3xxx/image/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk define Image/Prepare - mkimage -A arm -O linux -T kernel -C none -a 0x20008000 -e 0x20008000 -n 'OpenWrt Linux-$(LINUX_VERSION)' -d $(LINUX_DIR)/arch/arm/boot/zImage $(KDIR)/uImage + mkimage -A arm -O linux -T kernel -C none -a 0x20008000 -e 0x20008000 -n 'OpenWrt Linux-$(LINUX_VERSION)' -d $(KDIR)/zImage $(KDIR)/uImage endef # Build sysupgrade image