diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2023-02-25 09:56:27 +0900 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-04 13:12:40 +0100 |
commit | 1cd8dfe659c876291bc52ef0b6c715475ae351c8 (patch) | |
tree | 0bf620ead4f37542797b89d4e469c9295b49a335 /target/linux/ipq807x | |
parent | 26bc8f68767e1ec6e33a84ef397e4c38d5968462 (diff) | |
download | upstream-1cd8dfe659c876291bc52ef0b6c715475ae351c8.tar.gz upstream-1cd8dfe659c876291bc52ef0b6c715475ae351c8.tar.bz2 upstream-1cd8dfe659c876291bc52ef0b6c715475ae351c8.zip |
ipq807x: don't generate factory.ubi for Buffalo WXR-5950AX12
On WXR-5950AX12, squashfs-factory.ubi is unnecessary for OpenWrt
installation and other purposes, so drop it from IMAGES and don't
generate to prevent confusion of users.
Reviewed-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ipq807x')
-rw-r--r-- | target/linux/ipq807x/image/generic.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq807x/image/generic.mk b/target/linux/ipq807x/image/generic.mk index 88d16cc7b2..1e74015e18 100644 --- a/target/linux/ipq807x/image/generic.mk +++ b/target/linux/ipq807x/image/generic.mk @@ -19,13 +19,14 @@ endef define Device/buffalo_wxr-5950ax12 $(call Device/FitImage) - $(call Device/UbiFit) DEVICE_VENDOR := Buffalo DEVICE_MODEL := WXR-5950AX12 BLOCKSIZE := 128k PAGESIZE := 2048 DEVICE_DTS_CONFIG := config@hk01 SOC := ipq8074 + IMAGES := sysupgrade.bin + IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata DEVICE_PACKAGES := ipq-wifi-buffalo_wxr-5950ax12 endef TARGET_DEVICES += buffalo_wxr-5950ax12 |