diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-01 07:10:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-01 07:10:00 +0000 |
commit | 219f86cfca50490190b657191e5dc7fd8c5dbc56 (patch) | |
tree | cf5723a019a923987269dd9b06cb6f29dcdadc1b /target | |
parent | ac2d571b7d8bdcf6f53c6c266fb02cfb9686e65c (diff) | |
download | master-187ad058-219f86cfca50490190b657191e5dc7fd8c5dbc56.tar.gz master-187ad058-219f86cfca50490190b657191e5dc7fd8c5dbc56.tar.bz2 master-187ad058-219f86cfca50490190b657191e5dc7fd8c5dbc56.zip |
cns3xxx: fix building initramfs and non-initramfs together
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41922 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/cns3xxx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |