From 55503f0e5270c8dfcb83a9cd5ea14649051ca341 Mon Sep 17 00:00:00 2001 From: Minecrell Date: Wed, 17 Feb 2021 12:00:18 +0100 Subject: [PATCH] samsung-a3lte: move from testing to community (MR 1963) There is already samsung-a3ulte in community, and the devices actually share the same kernel, device tree, and basically everything except firmware. We just need separate firmware packages because Samsung uses different secure boot certificates on a3lte and a3ulte. They also share the same wiki page which suggests installation using the pre-built images now, so having pre-built images only for samsung-a3ulte is quite confusing for users. The situation is similar as for samsung-a5ulte and samsung-a5lte which also are both in community already. --- device/{testing => community}/device-samsung-a3lte/APKBUILD | 0 device/{testing => community}/device-samsung-a3lte/deviceinfo | 0 device/{testing => community}/device-samsung-a3lte/modprobe.conf | 0 device/{testing => community}/device-samsung-a3lte/rootston.ini | 0 device/{testing => community}/firmware-samsung-a3lte/APKBUILD | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename device/{testing => community}/device-samsung-a3lte/APKBUILD (100%) rename device/{testing => community}/device-samsung-a3lte/deviceinfo (100%) rename device/{testing => community}/device-samsung-a3lte/modprobe.conf (100%) rename device/{testing => community}/device-samsung-a3lte/rootston.ini (100%) rename device/{testing => community}/firmware-samsung-a3lte/APKBUILD (100%) diff --git a/device/testing/device-samsung-a3lte/APKBUILD b/device/community/device-samsung-a3lte/APKBUILD similarity index 100% rename from device/testing/device-samsung-a3lte/APKBUILD rename to device/community/device-samsung-a3lte/APKBUILD diff --git a/device/testing/device-samsung-a3lte/deviceinfo b/device/community/device-samsung-a3lte/deviceinfo similarity index 100% rename from device/testing/device-samsung-a3lte/deviceinfo rename to device/community/device-samsung-a3lte/deviceinfo diff --git a/device/testing/device-samsung-a3lte/modprobe.conf b/device/community/device-samsung-a3lte/modprobe.conf similarity index 100% rename from device/testing/device-samsung-a3lte/modprobe.conf rename to device/community/device-samsung-a3lte/modprobe.conf diff --git a/device/testing/device-samsung-a3lte/rootston.ini b/device/community/device-samsung-a3lte/rootston.ini similarity index 100% rename from device/testing/device-samsung-a3lte/rootston.ini rename to device/community/device-samsung-a3lte/rootston.ini diff --git a/device/testing/firmware-samsung-a3lte/APKBUILD b/device/community/firmware-samsung-a3lte/APKBUILD similarity index 100% rename from device/testing/firmware-samsung-a3lte/APKBUILD rename to device/community/firmware-samsung-a3lte/APKBUILD