mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 18:19:02 +00:00
don't use the CRC header in the kernel partition on the WP543 board, so the kernel can be flashed directly from OpenWrt
SVN-Revision: 16560
This commit is contained in:
parent
01dc2543a4
commit
6cebdff1cd
@ -105,7 +105,7 @@ endef
|
||||
|
||||
define Image/Build/MyLoader
|
||||
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
|
||||
-p0x30000:0xc0000:ahl:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
|
||||
-p0x30000:0xc0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
|
||||
-p0xf0000:0:::rootfs:$(KDIR)/root.$(1) \
|
||||
$(call imgname,$(1),$(2)).img
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user