mirror of https://github.com/OpenIPC/firmware.git
add lzop to deps
parent
ec84fc6e2c
commit
ee3135ae9c
2
Makefile
2
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
|
||||
|
||||
|
||||
|
|
|
@ -114,9 +114,9 @@ SENSOR_INFO_T g_sinfo[] =
|
|||
{"jxq03"},
|
||||
{"jxq03p"},
|
||||
{"sc3338"},
|
||||
{"imx334"},
|
||||
{"imx335"},
|
||||
{"imx415"},
|
||||
{"imx334"},
|
||||
{"imx335"},
|
||||
{"imx415"},
|
||||
};
|
||||
int main(int argc,char **argv)
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue