mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 00:24:12 +00:00
ipq40xx: remove 'nand-' string from image filenames
Only on the ipq40xx subtarget different filenames were used for NAND- based devices. This is unneeded, confusing and breaks downstream tools such as luci-app-attendedsysupgrade and auc. Remove the 'nand-' string from image filenames to fix that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
4943ce98ff
commit
d9f7c751c9
@ -23,9 +23,9 @@ endef
|
|||||||
|
|
||||||
define Device/UbiFit
|
define Device/UbiFit
|
||||||
KERNEL_IN_UBI := 1
|
KERNEL_IN_UBI := 1
|
||||||
IMAGES := nand-factory.ubi nand-sysupgrade.bin
|
IMAGES := factory.ubi sysupgrade.bin
|
||||||
IMAGE/nand-factory.ubi := append-ubi
|
IMAGE/factory.ubi := append-ubi
|
||||||
IMAGE/nand-sysupgrade.bin := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/DniImage
|
define Device/DniImage
|
||||||
@ -160,8 +160,8 @@ define Device/alfa-network_ap120c-ac
|
|||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
IMAGE_SIZE := 65536k
|
IMAGE_SIZE := 65536k
|
||||||
IMAGES := nand-factory.bin nand-sysupgrade.bin
|
IMAGES := factory.bin sysupgrade.bin
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += alfa-network_ap120c-ac
|
TARGET_DEVICES += alfa-network_ap120c-ac
|
||||||
|
|
||||||
@ -317,9 +317,9 @@ define Device/cellc_rtl30vw
|
|||||||
KERNEL = kernel-bin | fit none $$(KDIR)/image-$$(DEVICE_DTS).dtb | uImage lzma | pad-to 2048
|
KERNEL = kernel-bin | fit none $$(KDIR)/image-$$(DEVICE_DTS).dtb | uImage lzma | pad-to 2048
|
||||||
KERNEL_NAME := zImage
|
KERNEL_NAME := zImage
|
||||||
KERNEL_IN_UBI :=
|
KERNEL_IN_UBI :=
|
||||||
IMAGES := nand-factory.bin nand-sysupgrade.bin
|
IMAGES := factory.bin sysupgrade.bin
|
||||||
IMAGE/nand-factory.bin := append-rootfshdr kernel | append-ubi | qsdk-ipq-factory-nand-askey kernel
|
IMAGE/factory.bin := append-rootfshdr kernel | append-ubi | qsdk-ipq-factory-nand-askey kernel
|
||||||
IMAGE/nand-sysupgrade.bin := append-rootfshdr kernel | sysupgrade-tar kernel=$$$$@.kernel | append-metadata
|
IMAGE/sysupgrade.bin := append-rootfshdr kernel | sysupgrade-tar kernel=$$$$@.kernel | append-metadata
|
||||||
DEVICE_VENDOR := Cell C
|
DEVICE_VENDOR := Cell C
|
||||||
DEVICE_MODEL := RTL30VW
|
DEVICE_MODEL := RTL30VW
|
||||||
SOC := qcom-ipq4019
|
SOC := qcom-ipq4019
|
||||||
@ -442,7 +442,7 @@ define Device/edgecore_oap100
|
|||||||
SOC := qcom-ipq4019
|
SOC := qcom-ipq4019
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
IMAGES := nand-sysupgrade.bin
|
IMAGES := sysupgrade.bin
|
||||||
DEVICE_DTS_CONFIG := config@ap.dk07.1-c1
|
DEVICE_DTS_CONFIG := config@ap.dk07.1-c1
|
||||||
DEVICE_PACKAGES := ipq-wifi-edgecore_oap100 kmod-usb-acm kmod-usb-net kmod-usb-net-cdc-qmi uqmi
|
DEVICE_PACKAGES := ipq-wifi-edgecore_oap100 kmod-usb-acm kmod-usb-net kmod-usb-net-cdc-qmi uqmi
|
||||||
endef
|
endef
|
||||||
@ -869,8 +869,8 @@ define Device/netgear_wac510
|
|||||||
DEVICE_DTS_CONFIG := config@5
|
DEVICE_DTS_CONFIG := config@5
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
IMAGES += nand-factory.tar
|
IMAGES += factory.tar
|
||||||
IMAGE/nand-factory.tar := append-ubi | wac5xx-netgear-tar
|
IMAGE/factory.tar := append-ubi | wac5xx-netgear-tar
|
||||||
DEVICE_PACKAGES := uboot-envtools
|
DEVICE_PACKAGES := uboot-envtools
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += netgear_wac510
|
TARGET_DEVICES += netgear_wac510
|
||||||
@ -921,8 +921,8 @@ endef
|
|||||||
define Device/p2w_r619ac-64m
|
define Device/p2w_r619ac-64m
|
||||||
$(call Device/p2w_r619ac)
|
$(call Device/p2w_r619ac)
|
||||||
DEVICE_VARIANT := 64M NAND
|
DEVICE_VARIANT := 64M NAND
|
||||||
IMAGES += nand-factory.bin
|
IMAGES += factory.bin
|
||||||
IMAGE/nand-factory.bin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/factory.bin := append-ubi | qsdk-ipq-factory-nand
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += p2w_r619ac-64m
|
TARGET_DEVICES += p2w_r619ac-64m
|
||||||
|
|
||||||
@ -1064,7 +1064,7 @@ define Device/teltonika_rutx10
|
|||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
FILESYSTEMS := squashfs
|
FILESYSTEMS := squashfs
|
||||||
IMAGE/nand-factory.ubi := append-ubi | qsdk-ipq-factory-nand | append-rutx-metadata
|
IMAGE/factory.ubi := append-ubi | qsdk-ipq-factory-nand | append-rutx-metadata
|
||||||
DEVICE_PACKAGES := ipq-wifi-teltonika_rutx kmod-bluetooth
|
DEVICE_PACKAGES := ipq-wifi-teltonika_rutx kmod-bluetooth
|
||||||
endef
|
endef
|
||||||
# Missing DSA Setup
|
# Missing DSA Setup
|
||||||
|
@ -16,8 +16,8 @@ define Device/mikrotik_nand
|
|||||||
KERNEL_INITRAMFS := kernel-bin | append-dtb-elf
|
KERNEL_INITRAMFS := kernel-bin | append-dtb-elf
|
||||||
KERNEL := kernel-bin | append-dtb-elf | package-kernel-ubifs | \
|
KERNEL := kernel-bin | append-dtb-elf | package-kernel-ubifs | \
|
||||||
ubinize-kernel
|
ubinize-kernel
|
||||||
IMAGES := nand-sysupgrade.bin
|
IMAGES := sysupgrade.bin
|
||||||
IMAGE/nand-sysupgrade.bin := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/mikrotik_cap-ac
|
define Device/mikrotik_cap-ac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user