mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mvebu: add note about the move to single firmware files
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44291 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
32a16916ad
commit
623f057f46
@ -22,6 +22,7 @@ define Image/Build/DTB
|
||||
$(call Image/BuildKernel/MkuImage, \
|
||||
none, $(LOADADDR), $(LOADADDR), \
|
||||
$(KDIR)/zImage$(2)-$(1), $(KDIR)/uImage$(2)-$(1))
|
||||
# The next line will be dropped, migrate your board to use a single firmware file
|
||||
cp $(KDIR)/uImage$(2)-$(1) $(UIMAGE)$(2)-$(1);
|
||||
endef
|
||||
|
||||
@ -48,6 +49,7 @@ define NANDProfile
|
||||
|
||||
define Image/Build/Profile/$(1)/squashfs
|
||||
$(call Image/Build/UbinizeImage,$(2),,squashfs, -p $(3) -m $(4) $(if $(5),-s $(5)))
|
||||
# The next line will be dropped, migrate your board to use a single firmware file
|
||||
cp $(KDIR)/$$(IMG_PREFIX)-$(2)-squashfs-ubinized.bin $(BIN_DIR)
|
||||
endef
|
||||
|
||||
@ -167,6 +169,7 @@ endef
|
||||
|
||||
define Image/Build
|
||||
$(call Image/Build/$(1))
|
||||
# The next line will be dropped, migrate your board to use a single firmware file
|
||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
|
||||
$(call Image/Build/Profile/$(PROFILE)/BuildSysupgrade,$(1))
|
||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user