Merge "apq8084: qca1530 detection property changed"
This commit is contained in:
commit
eb3d713e9b
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ static int read_a_line(const char * file_path, char * line, int line_size)
|
||||||
*/
|
*/
|
||||||
static bool is_qca1530(void)
|
static bool is_qca1530(void)
|
||||||
{
|
{
|
||||||
static const char qca1530_property_name[] = "persist.qca1530";
|
static const char qca1530_property_name[] = "sys.qca1530";
|
||||||
bool res = false;
|
bool res = false;
|
||||||
int ret, i;
|
int ret, i;
|
||||||
char buf[PROPERTY_VALUE_MAX];
|
char buf[PROPERTY_VALUE_MAX];
|
||||||
|
|
Loading…
Reference in a new issue