Skip to content
Snippets Groups Projects
Commit 4e3bec82 authored by nbd's avatar nbd
Browse files

cns3xxx: fix building initramfs and non-initramfs together


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

Backport of r41922

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41923 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 51d3e659
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ...@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk include $(INCLUDE_DIR)/image.mk
define Image/Prepare 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 endef
# Build sysupgrade image # Build sysupgrade image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment