# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.

deviceinfo_format_version="0"
deviceinfo_name="Linksys WRT1900ACS/WRT1900ACS V2"
deviceinfo_manufacturer="Linksys"
deviceinfo_codename="linksys-shelby"
deviceinfo_year="2015"
deviceinfo_dtb="armada-385-linksys-shelby"
deviceinfo_arch="armv7"

# Device related
deviceinfo_chassis="embedded"
deviceinfo_external_storage="true"
deviceinfo_no_framebuffer="true"

# Bootloader related
deviceinfo_generate_legacy_uboot_initfs="true"
deviceinfo_legacy_uboot_load_address="00008000"
deviceinfo_initfs_compression="gzip"
deviceinfo_disable_dhcpd="true"

# a hack for the stock uboot (it dont like the mainline dtb for some reason)
deviceinfo_append_dtb="true"

# legacy uboot on this device cannot use gpt
deviceinfo_partition_type="msdos"


# serial support
deviceinfo_getty="ttyS0;115200"

