Skip to content
Snippets Groups Projects
Commit 821b9c95 authored by 19atlas's avatar 19atlas :speech_balloon:
Browse files

fix shellcheck

parent be7d72e3
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,6 @@ deviceinfo_name="Samsung Galaxy Tab A 7.0"
deviceinfo_manufacturer="Samsung"
deviceinfo_codename="samsung-gtexswifi"
deviceinfo_year="2016"
deviceinfo_dtb=""
deviceinfo_modules_initfs=""
deviceinfo_arch="armv7"
# Device related
......@@ -29,5 +27,3 @@ deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x01000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_flash_heimdall_partition_kernel=""
deviceinfo_flash_heimdall_partition_system=""
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/arm/configs/(CHANGEME!)
# Maintainer: 19atlas <warfarin@vern.cc>
# Kernel config based on: arch/arm/configs/gtexswifi-dt_defconfig
pkgname=linux-samsung-gtexswifi
pkgver=3.10.108
......@@ -35,8 +36,8 @@ source="
replace-solaris-style-directive.patch
printk-fix.patch
x11-fix.patch
"
builddir="$srcdir/$_repository-$_commit"
_outdir="out"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment