[OpenWrt-Devel] [PATCH 1/4] gemini: copy kernel image to BIN_DIR

Roman Yeryomin leroi.lists at gmail.com
Thu Jul 9 08:28:40 EDT 2015


On 9 July 2015 at 08:26, John Crispin <blogic at openwrt.org> wrote:
>
>
> On 08/07/2015 23:00, Roman Yeryomin wrote:
>> Signed-off-by: Roman Yeryomin <roman at advem.lv>
>> ---
>>  target/linux/gemini/image/Makefile | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile
>> index 7ed1d61..1c51b62 100644
>> --- a/target/linux/gemini/image/Makefile
>> +++ b/target/linux/gemini/image/Makefile
>> @@ -74,7 +74,8 @@ define Image/Build
>>       dd if=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img of=$(BIN_DIR)/rd.gz bs=6144k count=1
>>  #    dd if=/dev/zero of=$(BIN_DIR)/hddapp.tgz bs=6144k count=1
>>       dd if=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img of=$(BIN_DIR)/hddapp.tgz bs=6144k count=1 seek=1
>> -     cp $(KDIR)/$(IMG_PREFIX)-nas4220-zImage $(BIN_DIR)/zImage
>> +     cp $(KDIR)/$(IMG_PREFIX)-nas4220-zImage $(BIN_DIR)/
>> +     cp $(BIN_DIR)/$(IMG_PREFIX)-nas4220-zImage $(BIN_DIR)/zImage
>
> this will lead to the same file being int the bin/ folder twice with
> different names. is that intentional ?
>

zImage is packed into sysupgrade image and removed later...
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list