mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
mvebu: stop legacy image generation
If you can't find the firmware for you board, send proper patches. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45413
This commit is contained in:
parent
96c793f529
commit
e3bd4f0969
@ -22,8 +22,6 @@ define Image/Build/DTB
|
|||||||
$(call Image/BuildKernel/MkuImage, \
|
$(call Image/BuildKernel/MkuImage, \
|
||||||
none, $(LOADADDR), $(LOADADDR), \
|
none, $(LOADADDR), $(LOADADDR), \
|
||||||
$(KDIR)/zImage$(2)-$(1), $(KDIR)/uImage$(2)-$(1))
|
$(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
|
endef
|
||||||
|
|
||||||
# $(1): Profile Name
|
# $(1): Profile Name
|
||||||
@ -50,8 +48,6 @@ define NANDProfile
|
|||||||
|
|
||||||
define Image/Build/Profile/$(1)/squashfs
|
define Image/Build/Profile/$(1)/squashfs
|
||||||
$(call Image/Build/UbinizeImage,$(2),,squashfs, -p $(3) -m $(4) $(if $(5),-s $(5)) $(if $(6),-O $(6)))
|
$(call Image/Build/UbinizeImage,$(2),,squashfs, -p $(3) -m $(4) $(if $(5),-s $(5)) $(if $(6),-O $(6)))
|
||||||
# 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
|
endef
|
||||||
|
|
||||||
PROFILES_LIST += $(1)
|
PROFILES_LIST += $(1)
|
||||||
@ -179,8 +175,6 @@ endef
|
|||||||
|
|
||||||
define Image/Build
|
define Image/Build
|
||||||
$(call Image/Build/$(1))
|
$(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))
|
$(call Image/Build/Profile/$(PROFILE)/BuildSysupgrade,$(1))
|
||||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||||
$(call Image/Build/Profile/$(PROFILE)/Initramfs)
|
$(call Image/Build/Profile/$(PROFILE)/Initramfs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user