1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Disable full image with uboot for RUTX on 6.1

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-08-17 10:40:17 +02:00
parent d86a1a9ae4
commit 1b1403b8e5

View file

@ -1132,9 +1132,9 @@ define Device/teltonika_rutx
BLOCKSIZE := 128k
PAGESIZE := 2048
FILESYSTEMS := squashfs
IMAGES := factory.bin sysupgrade.bin
IMAGE/factory.ubi := append-ubi
IMAGE/sysupgrade.bin := append-ubi | UbootFw-rutx | append-metadata
IMAGES := sysupgrade.bin
#IMAGE/sysupgrade.bin := append-ubi | UbootFw-rutx | append-metadata
IMAGE/sysupgrade.bin := append-ubi
DEVICE_PACKAGES := uboot-ipq40xx ipq-wifi-teltonika_rutx kmod-usb-net-qmi-wwan kmod-usb-serial-option kmod-bluetooth sysupgrade-helper
HW_SUPPORT := io_expander%stm32:shiftreg_1
endef