Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2553dfe4 authored by LuK1337's avatar LuK1337 Committed by Bernhard Thoben
Browse files

suzuran: init: Read model name from /lta-label instead of its block device

Change-Id: I8dead1e8fe4352d9b2934ad1074f4fc01d315eed
parent d4ad2fb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

using android::init::import_kernel_cmdline;

constexpr auto LTALABEL_PATH = "/dev/block/platform/soc.0/f9824900.sdhci/by-name/LTALabel";
constexpr auto LTALABEL_PATH = "/lta-label/pages/menu.htm";

void property_override(char const prop[], char const value[], bool add = true)
{