Author: nbd
Date: 2014-08-01 09:10:16 +0200 (Fri, 01 Aug 2014)
New Revision: 41923

Modified:
   branches/barrier_breaker/target/linux/cns3xxx/image/Makefile
Log:
cns3xxx: fix building initramfs and non-initramfs together

Signed-off-by: Felix Fietkau <[email protected]>

Backport of r41922

Modified: branches/barrier_breaker/target/linux/cns3xxx/image/Makefile
===================================================================
--- branches/barrier_breaker/target/linux/cns3xxx/image/Makefile        
2014-08-01 07:10:00 UTC (rev 41922)
+++ branches/barrier_breaker/target/linux/cns3xxx/image/Makefile        
2014-08-01 07:10:16 UTC (rev 41923)
@@ -8,7 +8,7 @@
 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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to