pmaports/device/device-samsung-klte
Minecrell de2bba9e58
device/device-*: automatically add deviceinfo_year from wiki (!1036)
Download: https://wiki.postmarketos.org/index.php?title=Special:CargoExport&tables=Devices&&fields=Codename%2C+Released&&group+by=Codename&order+by=%60Codename%60%2C+%60Released%60&limit=5000&format=csv

cd device
for device in device-*; do
	year=$(grep -oP "${device#device-},\K2\d{3}" ../results.csv)
	[[ -n "$year" ]] || continue
	sed -i "s/deviceinfo_date=\"\"/deviceinfo_year=\"$year\"/" "$device/deviceinfo"
done

devices=$(git ls-files -m -- . | xargs dirname | sort -u | xargs echo)
pmbootstrap checksum $devices
2020-03-09 10:06:06 +01:00
..
70-klte-android.rules samsung-klte: downstream: add android adaptation (!332) 2019-06-02 02:49:02 +00:00
APKBUILD device/device-*: automatically add deviceinfo_year from wiki (!1036) 2020-03-09 10:06:06 +01:00
battery-status samsung-klte: downstream: add android adaptation (!332) 2019-06-02 02:49:02 +00:00
cpufreq.start samsung-klte: downstream: add audio support, reorganize deps (!967) 2020-02-22 21:49:48 +01:00
device-samsung-klte-hybris.post-install samsung-klte: downstream: add audio support, reorganize deps (!967) 2020-02-22 21:49:48 +01:00
device-samsung-klte-kernel-downstream.post-install samsung-klte: downstream: add android adaptation (!332) 2019-06-02 02:49:02 +00:00
deviceinfo device/device-*: automatically add deviceinfo_year from wiki (!1036) 2020-03-09 10:06:06 +01:00
fstab.android samsung-klte: downstream: add android adaptation (!332) 2019-06-02 02:49:02 +00:00
NetworkManager-klte.conf device-samsung-klte: don't replace NM unmanaged devices (!434) 2019-06-13 22:08:39 +02:00
set-brightness samsung-klte: downstream: add android adaptation (!332) 2019-06-02 02:49:02 +00:00