mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-22 22:54:06 +00:00
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>
This commit is contained in:
parent
26bc8f6876
commit
1cd8dfe659
@ -19,13 +19,14 @@ endef
|
|||||||
|
|
||||||
define Device/buffalo_wxr-5950ax12
|
define Device/buffalo_wxr-5950ax12
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
$(call Device/UbiFit)
|
|
||||||
DEVICE_VENDOR := Buffalo
|
DEVICE_VENDOR := Buffalo
|
||||||
DEVICE_MODEL := WXR-5950AX12
|
DEVICE_MODEL := WXR-5950AX12
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
DEVICE_DTS_CONFIG := config@hk01
|
DEVICE_DTS_CONFIG := config@hk01
|
||||||
SOC := ipq8074
|
SOC := ipq8074
|
||||||
|
IMAGES := sysupgrade.bin
|
||||||
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
DEVICE_PACKAGES := ipq-wifi-buffalo_wxr-5950ax12
|
DEVICE_PACKAGES := ipq-wifi-buffalo_wxr-5950ax12
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += buffalo_wxr-5950ax12
|
TARGET_DEVICES += buffalo_wxr-5950ax12
|
||||||
|
Loading…
Reference in New Issue
Block a user