X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fomap24xx%2Fimage%2FMakefile;h=316cce0f9f00cde31a04b0923e4ec193eb964043;hb=506df7fc6a449f80b2bc0e9c2a13eed802aea30d;hp=96dc8542319b21b29ce492a242e4d19c65ff3731;hpb=40b6cba8e4c4f053cd423a38e29c06fd2a27cb21;p=openwrt-working-2016%2F.git diff --git a/target/linux/omap24xx/image/Makefile b/target/linux/omap24xx/image/Makefile index 96dc854231..316cce0f9f 100644 --- a/target/linux/omap24xx/image/Makefile +++ b/target/linux/omap24xx/image/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -NAND_BLOCKSIZE=2048:128k +NAND_BLOCKSIZE=2048-128k define Image/BuildKernel - $(CP) $(KDIR)/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage + cat $(KDIR)/zImage $(DTS_DIR)/omap2420-n810.dtb > $(BIN_DIR)/$(IMG_PREFIX)-zImage chmod 0644 $(BIN_DIR)/$(IMG_PREFIX)-zImage endef