mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
brcm63xx: fix livebox image generation
Livebox does need the uncompressed kernel, so just create it during image generation. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45875
This commit is contained in:
parent
913ca8200a
commit
6d07290de3
@ -94,6 +94,7 @@ endef
|
|||||||
|
|
||||||
define Image/Build/RedBootDTB
|
define Image/Build/RedBootDTB
|
||||||
# Prepare kernel and rootfs
|
# Prepare kernel and rootfs
|
||||||
|
cat $(KDIR)/vmlinux $(DTS_DIR)/$(3).dtb > $(KDIR)/vmlinux-$(3)
|
||||||
gzip -9 -c $(KDIR)/vmlinux-$(3) > $(KDIR)/vmlinux-$(3).bin.gz
|
gzip -9 -c $(KDIR)/vmlinux-$(3) > $(KDIR)/vmlinux-$(3).bin.gz
|
||||||
dd if=$(KDIR)/vmlinux-$(3).bin.gz of=$(BIN_DIR)/$(IMG_PREFIX)-$(2)-vmlinux.gz bs=65536 conv=sync
|
dd if=$(KDIR)/vmlinux-$(3).bin.gz of=$(BIN_DIR)/$(IMG_PREFIX)-$(2)-vmlinux.gz bs=65536 conv=sync
|
||||||
dd if=$(KDIR)/root.squashfs of="$(BIN_DIR)/$(IMG_PREFIX)-$(2)-root.squashfs" bs=64k conv=sync
|
dd if=$(KDIR)/root.squashfs of="$(BIN_DIR)/$(IMG_PREFIX)-$(2)-root.squashfs" bs=64k conv=sync
|
||||||
@ -121,6 +122,7 @@ define Image/Build/RedBootDTB
|
|||||||
"$(BIN_DIR)/$(IMG_PREFIX)-$(2)-root.squashfs" \
|
"$(BIN_DIR)/$(IMG_PREFIX)-$(2)-root.squashfs" \
|
||||||
> "$(BIN_DIR)/$(IMG_PREFIX)-$(2)-redboot.bin"
|
> "$(BIN_DIR)/$(IMG_PREFIX)-$(2)-redboot.bin"
|
||||||
rm -f $(BIN_DIR)/redbootscript $(BIN_DIR)/redbootscript.padded
|
rm -f $(BIN_DIR)/redbootscript $(BIN_DIR)/redbootscript.padded
|
||||||
|
rm -f $(KDIR)/vmlinux-$(3)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/HCSDTB
|
define Image/Build/HCSDTB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user