a0df96eb97
Re-add mikrotik target Note that previous images were generic ones and as such no migration path is provided other than manually flashing the image via config-mode.
8 lines
209 B
PHP
8 lines
209 B
PHP
-- Mikrotik images are netbooted via TFTP, then persisted with sysupgrade
|
|
defaults {
|
|
factory = '-initramfs-kernel'
|
|
}
|
|
|
|
config('TARGET_ROOTFS_INITRAMFS', true)
|
|
config('TARGET_INITRAMFS_COMPRESSION_LZMA', true)
|