91a1447917
v2: - Also switch firmware/firmware-asus-flo - fix linting warnings device/linux-asus-flo/APKBUILD: IC:[AL6]:device/linux-asus-flo/APKBUILD:36:prefix custom variable with _: HOSTCC="${CC:-gcc}" IC:[AL6]:device/linux-asus-flo/APKBUILD:37:prefix custom variable with _: HOSTCC="${HOSTCC#${CROSS_COMPILE}}" IC:[AL6]:device/linux-asus-flo/APKBUILD:39:prefix custom variable with _: ksrcdir="$srcdir/linux-$pkgver" MC:[AL5]:device/linux-asus-flo/APKBUILD:10:variable set to empty string: depends="" MC:[AL5]:device/linux-asus-flo/APKBUILD:13:variable set to empty string: install= MC:[AL5]:device/linux-asus-flo/APKBUILD:30:variable set to empty string: subpackages="" MC:[AL31]:device/linux-asus-flo/APKBUILD:36:variables must not have capital letters MC:[AL31]:device/linux-asus-flo/APKBUILD:37:variables must not have capital letters MP:[AL32]:device/linux-asus-flo/APKBUILD:3:unnecesary usage of braces: ${_flavor} MP:[AL32]:device/linux-asus-flo/APKBUILD:4:unnecesary usage of braces: ${_flavor} MP:[AL32]:device/linux-asus-flo/APKBUILD:32:unnecesary usage of braces: ${pkgver} firmware/firmware-asus-flo/APKBUILD: MC:[AL28]:firmware/firmware-asus-flo/APKBUILD:12:literal integers must not be quoted MP:[AL32]:firmware/firmware-asus-flo/APKBUILD:15:unnecesary usage of braces: ${_url_aosp} MP:[AL32]:firmware/firmware-asus-flo/APKBUILD:15:unnecesary usage of braces: ${_version_broadcom} MP:[AL32]:firmware/firmware-asus-flo/APKBUILD:16:unnecesary usage of braces: ${_url_aosp} MP:[AL32]:firmware/firmware-asus-flo/APKBUILD:16:unnecesary usage of braces: ${_version_qcom} MP:[AL32]:firmware/firmware-asus-flo/APKBUILD:22:unnecesary usage of braces: ${_commit_other} MP:[AL32]:firmware/firmware-asus-flo/APKBUILD:24:unnecesary usage of braces: ${_commit_other} MP:[AL32]:firmware/firmware-asus-flo/APKBUILD:24:unnecesary usage of braces: ${_url_other} Signed-off-by: David Heidelberg <david@ixit.cz>
31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Google Nexus 7 2013"
|
|
deviceinfo_manufacturer="Asus"
|
|
deviceinfo_codename="asus-flo"
|
|
deviceinfo_date=""
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_external_storage="false"
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Splash screen
|
|
deviceinfo_dev_touchscreen="/dev/input/event1"
|
|
deviceinfo_screen_width="1200"
|
|
deviceinfo_screen_height="1920"
|
|
|
|
# Fastboot related
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_offset_base="0x80200000"
|
|
# Feed the whacky bootloader that eats 26 characters
|
|
deviceinfo_kernel_cmdline="xxxxxxxxxxxxxxxxxxxxxxxxxxconsole=ttyMSM0,115200,n8 user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 vmalloc=340M"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
deviceinfo_flash_pagesize="2048"
|