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:
parent
d86a1a9ae4
commit
1b1403b8e5
1 changed files with 3 additions and 3 deletions
|
@ -1132,9 +1132,9 @@ define Device/teltonika_rutx
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
FILESYSTEMS := squashfs
|
FILESYSTEMS := squashfs
|
||||||
IMAGES := factory.bin sysupgrade.bin
|
IMAGES := sysupgrade.bin
|
||||||
IMAGE/factory.ubi := append-ubi
|
#IMAGE/sysupgrade.bin := append-ubi | UbootFw-rutx | append-metadata
|
||||||
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
|
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
|
HW_SUPPORT := io_expander%stm32:shiftreg_1
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue