From ee3135ae9cd775da5c822aad5df10f4aa3db9240 Mon Sep 17 00:00:00 2001 From: cronyx Date: Sun, 23 Apr 2023 16:35:24 +0300 Subject: [PATCH] add lzop to deps --- Makefile | 2 +- .../ingenic-opensdk/src/kernel/sensor_info/sample_sinfo.c | 6 +++--- .../ingenic-opensdk/src/kernel/sensor_info/sensor_info.c | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 35d7e8e9..23d75576 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ else DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get -y install \ build-essential git make libncurses-dev wget curl \ - cpio rsync bc unzip file + cpio rsync bc unzip file lzop endif diff --git a/general/package/ingenic-opensdk/src/kernel/sensor_info/sample_sinfo.c b/general/package/ingenic-opensdk/src/kernel/sensor_info/sample_sinfo.c index e0707446..7133dddb 100644 --- a/general/package/ingenic-opensdk/src/kernel/sensor_info/sample_sinfo.c +++ b/general/package/ingenic-opensdk/src/kernel/sensor_info/sample_sinfo.c @@ -114,9 +114,9 @@ SENSOR_INFO_T g_sinfo[] = {"jxq03"}, {"jxq03p"}, {"sc3338"}, - {"imx334"}, - {"imx335"}, - {"imx415"}, + {"imx334"}, + {"imx335"}, + {"imx415"}, }; int main(int argc,char **argv) { diff --git a/general/package/ingenic-opensdk/src/kernel/sensor_info/sensor_info.c b/general/package/ingenic-opensdk/src/kernel/sensor_info/sensor_info.c index 5a511a88..3dedd54a 100644 --- a/general/package/ingenic-opensdk/src/kernel/sensor_info/sensor_info.c +++ b/general/package/ingenic-opensdk/src/kernel/sensor_info/sensor_info.c @@ -174,9 +174,9 @@ SENSOR_INFO_T g_sinfo[] = {"jxq03", 0x40, "cgu_cim", 24000000, {0x05, 0x07}, 1, {0xa, 0xb}, 1, 2, NULL}, {"jxq03p", 0x40, "cgu_cim", 24000000, {0x08, 0x43}, 1, {0xa, 0xb}, 1, 2, NULL}, {"sc3338", 0x30, "cgu_cim", 24000000, {0xcc, 0x41}, 1, {0x3107, 0x3108}, 2, 2, NULL}, - {"imx334", 0x1a, "cgu_cim", 37125000, {0x20, 0x03}, 1, {0x302e, 0x302f}, 2, 2, NULL}, - {"imx335", 0x1a, "cgu_cim", 37125000, {0x08, 0x0}, 1, {0x302e, 0x302f}, 2, 2, NULL}, - {"imx415", 0x1a, "cgu_cim", 37125000, {0x28, 0x23}, 1, {0x3b00, 0x3b06}, 2, 2, NULL}, + {"imx334", 0x1a, "cgu_cim", 37125000, {0x20, 0x03}, 1, {0x302e, 0x302f}, 2, 2, NULL}, + {"imx335", 0x1a, "cgu_cim", 37125000, {0x08, 0x0}, 1, {0x302e, 0x302f}, 2, 2, NULL}, + {"imx415", 0x1a, "cgu_cim", 37125000, {0x28, 0x23}, 1, {0x3b00, 0x3b06}, 2, 2, NULL}, }; static int8_t g_sensor_id = -1;