mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
Only build a sysupgrade image
This commit is contained in:
parent
59bc57d5d5
commit
5ad4a83664
1 changed files with 2 additions and 4 deletions
|
@ -839,10 +839,8 @@ define Device/teltonika_rutx
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
FILESYSTEMS := squashfs
|
FILESYSTEMS := squashfs
|
||||||
KERNEL_IN_UBI := 1
|
KERNEL_IN_UBI := 1
|
||||||
IMAGES := factory.bin
|
IMAGES := sysupgrade.bin
|
||||||
IMAGE/factory.bin := append-ubi | qsdk-ipq-factory-nand | append-rutx-metadata
|
IMAGE/sysupgrade.bin := append-ubi | qsdk-ipq-factory-nand | append-rutx-metadata
|
||||||
IMAGES += sysupgrade.bin
|
|
||||||
IMAGE/sysupgrade.bin := append-ubi | qsdk-ipq-factory-nand | append-metadata
|
|
||||||
#DEVICE_PACKAGES := ipq-wifi-teltonika_rutx kmod-bluetooth kmod-r2ec sysupgrade-helper
|
#DEVICE_PACKAGES := ipq-wifi-teltonika_rutx kmod-bluetooth kmod-r2ec sysupgrade-helper
|
||||||
DEVICE_PACKAGES := ipq-wifi-teltonika_rutx kmod-bluetooth sysupgrade-helper
|
DEVICE_PACKAGES := ipq-wifi-teltonika_rutx kmod-bluetooth sysupgrade-helper
|
||||||
HW_SUPPORT := io_expander%stm32:shiftreg_1
|
HW_SUPPORT := io_expander%stm32:shiftreg_1
|
||||||
|
|
Loading…
Reference in a new issue