├── .editorconfig ├── .github ├── scripts │ └── tg-notify.sh └── workflows │ ├── buildroot-dl-cache.yaml │ ├── firmware-aarch64.yaml │ ├── firmware-module.yaml │ ├── firmware-x86_64.yaml │ ├── prune-releases.yaml │ ├── toolchain-aarch64.yaml │ ├── toolchain-x86_64.yaml │ └── ver-check.yaml ├── .gitignore ├── .gitmodules ├── CHANGELOG.md ├── Config.in ├── Config.sensor.in ├── Config.soc.in ├── LICENSE ├── Makefile ├── README.md ├── board.mk ├── board └── ingenic │ ├── dts │ ├── smart_nvr_a1n_eth.dts │ └── wyze_cam3pro_t40xp.dts │ ├── xburst1 │ ├── kernel │ │ ├── 3.10 │ │ │ ├── t10.generic.config │ │ │ ├── t20.generic.config │ │ │ ├── t21.generic.config │ │ │ ├── t23.generic.config │ │ │ ├── t30.generic.config │ │ │ └── t31.generic.config │ │ ├── 4.4 │ │ │ ├── c100.generic.config │ │ │ ├── t31.generic.config │ │ │ ├── t31l.cinnado_d1.config │ │ │ └── t31x.wyze_v3.config │ │ └── 6.11 │ │ │ └── t31.generic.config │ └── patches │ │ └── linux │ │ ├── 0010-strip-unneeded.patch │ │ └── 0075-include-linux-log2.patch │ └── xburst2 │ └── kernel │ └── 4.4 │ ├── a1.generic.config │ ├── t40.generic.config │ └── t41.generic.config ├── configs ├── cameras-exp │ ├── camsoy_okc01_t31lc_gc1084_hi3881 │ │ ├── camsoy_okc01_t31lc_gc1084_hi3881.config │ │ ├── camsoy_okc01_t31lc_gc1084_hi3881.uenv.txt │ │ └── camsoy_okc01_t31lc_gc1084_hi3881_defconfig │ ├── cinnado_d1_3k_atbm6132u │ │ ├── cinnado_d1_3k_atbm6132u.config │ │ ├── cinnado_d1_3k_atbm6132u.uenv.txt │ │ └── cinnado_d1_3k_atbm6132u_defconfig │ ├── cinnado_d1_t31l_kernel44 │ │ └── cinnado_d1_t31l_kernel44_defconfig │ ├── escam_g16_t21n_jxh62_mt7601u │ │ └── escam_g16_t21n_jxh62_mt7601u_defconfig │ ├── eufy_t8410_t31x_sc3235_syn4343 │ │ ├── eufy_t8410_t31x_sc3235_syn4343.uenv.txt │ │ └── eufy_t8410_t31x_sc3235_syn4343_defconfig │ ├── eufy_t8441_t31x_sc3335_syn4343 │ │ └── eufy_t8441_t31x_sc3335_syn4343.uenv.txt │ ├── ezviz_csmy33why_t31x_jxq03_rtl8188ftv │ │ ├── ezviz_csmy33why_t31x_jxq03_rtl8188ftv.config │ │ ├── ezviz_csmy33why_t31x_jxq03_rtl8188ftv.uenv.txt │ │ └── ezviz_csmy33why_t31x_jxq03_rtl8188ftv_defconfig │ ├── galayou_g2_t31lc_sc2336_atbm6012b │ │ ├── galayou_g2_t31lc_sc2336_atbm6012b.config │ │ ├── galayou_g2_t31lc_sc2336_atbm6012b.uenv.txt │ │ └── galayou_g2_t31lc_sc2336_atbm6012b_defconfig │ ├── galayou_g2_t31lc_sc2336_atbm6012bx │ │ ├── galayou_g2_t31lc_sc2336_atbm6012bx.config │ │ ├── galayou_g2_t31lc_sc2336_atbm6012bx.uenv.txt │ │ └── galayou_g2_t31lc_sc2336_atbm6012bx_defconfig │ ├── galayou_g7_t31lc_sc2336_atbm6012b │ │ └── galayou_g7_t31lc_sc2336_atbm6012b_defconfig │ ├── h3c_c2041_t31x_jxk04_rtl8188ftv │ │ ├── h3c_c2041_t31x_jxk04_rtl8188ftv.config │ │ ├── h3c_c2041_t31x_jxk04_rtl8188ftv.uenv.txt │ │ └── h3c_c2041_t31x_jxk04_rtl8188ftv_defconfig │ ├── ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a │ │ ├── ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a.config │ │ ├── ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a.uenv.txt │ │ └── ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a_defconfig │ ├── jooan_w5u_t40nn_os02g10_ssv6256p │ │ ├── jooan_w5u_t40nn_os02g10_ssv6256p.config │ │ ├── jooan_w5u_t40nn_os02g10_ssv6256p.uenv.txt │ │ └── jooan_w5u_t40nn_os02g10_ssv6256p_defconfig │ ├── jooan_w8u_t23n_sc2336_atbm6132u │ │ ├── jooan_w8u_t23n_sc2336_atbm6132u.config │ │ ├── jooan_w8u_t23n_sc2336_atbm6132u.uenv.txt │ │ └── jooan_w8u_t23n_sc2336_atbm6132u_defconfig │ ├── longplus_x07_t31n_gc2063_rtl8189ftv │ │ └── longplus_x07_t31n_gc2063_rtl8189ftv_defconfig │ ├── noname_green_t10_ov9712_ap6181 │ │ ├── noname_green_t10_ov9712_ap6181.config │ │ ├── noname_green_t10_ov9712_ap6181.uenv.txt │ │ └── noname_green_t10_ov9712_ap6181_defconfig │ ├── noorio_t110_t41nq_gc4023_aic880d │ │ ├── noorio_t110_t41nq_gc4023_aic880d.config │ │ ├── noorio_t110_t41nq_gc4023_aic880d.uenv.txt │ │ └── noorio_t110_t41nq_gc4023_aic880d_defconfig │ ├── okam_qc3_t23n_gc2083_aic8800u │ │ ├── okam_qc3_t23n_gc2083_aic8800u.config │ │ ├── okam_qc3_t23n_gc2083_aic8800u.uenv.txt │ │ └── okam_qc3_t23n_gc2083_aic8800u_defconfig │ ├── szt_ct213_t23n_gc1084_atbm6012b │ │ ├── szt_ct213_t23n_gc1084_atbm6012b.config │ │ ├── szt_ct213_t23n_gc1084_atbm6012b.uenv.txt │ │ └── szt_ct213_t23n_gc1084_atbm6012b_defconfig │ ├── t31al_xxx_rtl8189ftv │ │ └── t31al_xxx_rtl8189ftv_defconfig │ ├── t31l_sc2336_atbm6031_kernel44 │ │ └── t31l_sc2336_atbm6031_kernel44_defconfig │ ├── t31x_gc2053_rtl8189ftv_gnu │ │ └── t31x_gc2053_rtl8189ftv_gnu_defconfig │ ├── t31x_gc2053_rtl8189ftv_kernel44 │ │ └── t31x_gc2053_rtl8189ftv_kernel44_defconfig │ ├── t31x_gc2053_rtl8189ftv_raptor │ │ └── t31x_gc2053_rtl8189ftv_raptor_defconfig │ ├── t31zx_ov5647_eth │ │ └── t31zx_ov5647_eth_defconfig │ ├── tplink_tapo_c200_t23n_sc2336p_rtl8188ftv │ │ ├── tplink_tapo_c200_t23n_sc2336p_rtl8188ftv.config │ │ ├── tplink_tapo_c200_t23n_sc2336p_rtl8188ftv.uenv.txt │ │ └── tplink_tapo_c200_t23n_sc2336p_rtl8188ftv_defconfig │ ├── vanhua_h53 │ │ ├── vanhua_h53.config │ │ └── vanhua_h53.uenv.txt │ ├── vanhua_s62i_t40nn_imx307_eth │ │ ├── vanhua_s62i_t40nn_imx307_eth.uenv.txt │ │ └── vanhua_s62i_t40nn_imx307_eth_defconfig │ ├── vanhua_t55a_t41lq_gc5603_eth │ │ ├── vanhua_t55a_t41lq_gc5603_eth.uenv.txt │ │ └── vanhua_t55a_t41lq_gc5603_eth_defconfig │ ├── vanhua_z66si_t41nq_gc4023_eth │ │ ├── vanhua_z66si_t41nq_gc4023_eth.uenv.txt │ │ └── vanhua_z66si_t41nq_gc4023_eth_defconfig │ ├── vstarcam_c662_t23n_gc2083_ssv6355 │ │ ├── vstarcam_c662_t23n_gc2083_ssv6355.config │ │ ├── vstarcam_c662_t23n_gc2083_ssv6355.uenv.txt │ │ └── vstarcam_c662_t23n_gc2083_ssv6355_defconfig │ ├── wansview_q6_t21n_ov2735b_rtl8188ftv │ │ ├── wansview_q6_t21n_ov2735b_rtl8188ftv.config │ │ ├── wansview_q6_t21n_ov2735b_rtl8188ftv.uenv.txt │ │ └── wansview_q6_t21n_ov2735b_rtl8188ftv_defconfig │ ├── wansview_y1_t31l_os02g10_atbm6031 │ │ ├── wansview_y1_t31l_os02g10_atbm6031.config │ │ ├── wansview_y1_t31l_os02g10_atbm6031.uenv.txt │ │ └── wansview_y1_t31l_os02g10_atbm6031_defconfig │ ├── wj01_t31l_jxh62_rtl8188ftv │ │ ├── wj01_t31l_jxh62_rtl8188ftv.uenv.txt │ │ └── wj01_t31l_jxh62_rtl8188ftv_defconfig │ ├── wyze_cam3pro_nor_t40xp_gc4653_rtl8192fs │ │ ├── wyze_cam3pro_nor_t40xp_gc4653_rtl8192fs.config │ │ ├── wyze_cam3pro_nor_t40xp_gc4653_rtl8192fs.uenv.txt │ │ └── wyze_cam3pro_nor_t40xp_gc4653_rtl8192fs_defconfig │ ├── wyze_cam3pro_t40xp_gc4653_rtl8192fs │ │ ├── wyze_cam3pro_t40xp_gc4653_rtl8192fs.config │ │ ├── wyze_cam3pro_t40xp_gc4653_rtl8192fs.uenv.txt │ │ └── wyze_cam3pro_t40xp_gc4653_rtl8192fs_defconfig │ └── xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv_k4 │ │ └── xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv_k4_defconfig ├── cameras │ ├── 360_ap1pa3_t31x_gc4653_atbm6031 │ │ ├── 360_ap1pa3_t31x_gc4653_atbm6031.config │ │ ├── 360_ap1pa3_t31x_gc4653_atbm6031.uenv.txt │ │ └── 360_ap1pa3_t31x_gc4653_atbm6031_defconfig │ ├── ajcloud_cp2011_t23n_sc2336_atbm6132bu │ │ ├── ajcloud_cp2011_t23n_sc2336_atbm6132bu.config │ │ ├── ajcloud_cp2011_t23n_sc2336_atbm6132bu.uenv.txt │ │ └── ajcloud_cp2011_t23n_sc2336_atbm6132bu_defconfig │ ├── ajcloud_cp8010_t23n_sc2336p_atbm6132bu │ │ ├── ajcloud_cp8010_t23n_sc2336p_atbm6132bu.config │ │ ├── ajcloud_cp8010_t23n_sc2336p_atbm6132bu.uenv.txt │ │ └── ajcloud_cp8010_t23n_sc2336p_atbm6132bu_defconfig │ ├── aobocam_a12_t23dl_jxh63p_txw901u │ │ ├── aobocam_a12_t23dl_jxh63p_txw901u.config │ │ ├── aobocam_a12_t23dl_jxh63p_txw901u.uenv.txt │ │ └── aobocam_a12_t23dl_jxh63p_txw901u_defconfig │ ├── aoqee_c1_t23n_sc2336_atbm6062 │ │ ├── aoqee_c1_t23n_sc2336_atbm6062.config │ │ ├── aoqee_c1_t23n_sc2336_atbm6062.uenv.txt │ │ └── aoqee_c1_t23n_sc2336_atbm6062_defconfig │ ├── aosu_c5l_t31l_sc3336_rtl8188ftv │ │ ├── aosu_c5l_t31l_sc3336_rtl8188ftv.config │ │ ├── aosu_c5l_t31l_sc3336_rtl8188ftv.uenv.txt │ │ └── aosu_c5l_t31l_sc3336_rtl8188ftv_defconfig │ ├── atom_cam2_t31x_gc2053_atbm6031 │ │ ├── atom_cam2_t31x_gc2053_atbm6031.config │ │ ├── atom_cam2_t31x_gc2053_atbm6031.uenv.txt │ │ └── atom_cam2_t31x_gc2053_atbm6031_defconfig │ ├── cinnado_d1_t23n_sc2336_atbm6012bx │ │ ├── cinnado_d1_t23n_sc2336_atbm6012bx.config │ │ ├── cinnado_d1_t23n_sc2336_atbm6012bx.uenv.txt │ │ └── cinnado_d1_t23n_sc2336_atbm6012bx_defconfig │ ├── cinnado_d1_t31l_sc2336_atbm6031 │ │ ├── cinnado_d1_t31l_sc2336_atbm6031.config │ │ ├── cinnado_d1_t31l_sc2336_atbm6031.uenv.txt │ │ └── cinnado_d1_t31l_sc2336_atbm6031_defconfig │ ├── dekco_dc5l_t31l_sc3336_rtl8188ftv │ │ ├── dekco_dc5l_t31l_sc3336_rtl8188ftv.config │ │ ├── dekco_dc5l_t31l_sc3336_rtl8188ftv.uenv.txt │ │ └── dekco_dc5l_t31l_sc3336_rtl8188ftv_defconfig │ ├── ec76_u15_t21n_jxf23_rtl8188ftv │ │ ├── ec76_u15_t21n_jxf23_rtl8188ftv.config │ │ ├── ec76_u15_t21n_jxf23_rtl8188ftv.uenv.txt │ │ └── ec76_u15_t21n_jxf23_rtl8188ftv_defconfig │ ├── elife_etn3431hdw_t31x_os03b10_ssv6155 │ │ ├── elife_etn3431hdw_t31x_os03b10_ssv6155.config │ │ ├── elife_etn3431hdw_t31x_os03b10_ssv6155.uenv.txt │ │ └── elife_etn3431hdw_t31x_os03b10_ssv6155_defconfig │ ├── eufy_t8400x_t31x_sc3235_syn4343 │ │ ├── eufy_t8400x_t31x_sc3235_syn4343.config │ │ ├── eufy_t8400x_t31x_sc3235_syn4343.uenv.txt │ │ └── eufy_t8400x_t31x_sc3235_syn4343_defconfig │ ├── eufy_t8400x_t31x_sc3338_syn4343 │ │ ├── eufy_t8400x_t31x_sc3338_syn4343.config │ │ ├── eufy_t8400x_t31x_sc3338_syn4343.uenv.txt │ │ └── eufy_t8400x_t31x_sc3338_syn4343_defconfig │ ├── eufy_t8410c_t31x_sc3338_syn4343 │ │ ├── eufy_t8410c_t31x_sc3338_syn4343.config │ │ ├── eufy_t8410c_t31x_sc3338_syn4343.uenv.txt │ │ └── eufy_t8410c_t31x_sc3338_syn4343_defconfig │ ├── eufy_t8410x_t31x_sc3235_syn4343 │ │ ├── eufy_t8410x_t31x_sc3235_syn4343.config │ │ ├── eufy_t8410x_t31x_sc3235_syn4343.uenv.txt │ │ └── eufy_t8410x_t31x_sc3235_syn4343_defconfig │ ├── eufy_t8410x_t31x_sc3335_syn4343 │ │ ├── eufy_t8410x_t31x_sc3335_syn4343.config │ │ ├── eufy_t8410x_t31x_sc3335_syn4343.uenv.txt │ │ └── eufy_t8410x_t31x_sc3335_syn4343_defconfig │ ├── eufy_t8410x_t31x_sc3336_syn4343 │ │ ├── eufy_t8410x_t31x_sc3336_syn4343.config │ │ ├── eufy_t8410x_t31x_sc3336_syn4343.uenv.txt │ │ └── eufy_t8410x_t31x_sc3336_syn4343_defconfig │ ├── eufy_t8410x_t31x_sc3338_syn4343 │ │ ├── eufy_t8410x_t31x_sc3338_syn4343.config │ │ ├── eufy_t8410x_t31x_sc3338_syn4343.uenv.txt │ │ └── eufy_t8410x_t31x_sc3338_syn4343_defconfig │ ├── eufy_t8441x_t31x_sc3335_syn4343 │ │ ├── eufy_t8441x_t31x_sc3335_syn4343.config │ │ ├── eufy_t8441x_t31x_sc3335_syn4343.uenv.txt │ │ └── eufy_t8441x_t31x_sc3335_syn4343_defconfig │ ├── eufy_t8441x_t31x_sc3338_syn4343 │ │ ├── eufy_t8441x_t31x_sc3338_syn4343.config │ │ ├── eufy_t8441x_t31x_sc3338_syn4343.uenv.txt │ │ └── eufy_t8441x_t31x_sc3338_syn4343_defconfig │ ├── eufy_t8442x_t31x_sc3335_syn4343 │ │ ├── eufy_t8442x_t31x_sc3335_syn4343.config │ │ ├── eufy_t8442x_t31x_sc3335_syn4343.uenv.txt │ │ └── eufy_t8442x_t31x_sc3335_syn4343_defconfig │ ├── eufy_t8442x_t31x_sc3338_syn4343 │ │ ├── eufy_t8442x_t31x_sc3338_syn4343.config │ │ ├── eufy_t8442x_t31x_sc3338_syn4343.uenv.txt │ │ └── eufy_t8442x_t31x_sc3338_syn4343_defconfig │ ├── feisda_hd620_t31x_jxq03_eth+rtl8188ftv │ │ ├── feisda_hd620_t31x_jxq03_eth+rtl8188ftv.config │ │ ├── feisda_hd620_t31x_jxq03_eth+rtl8188ftv.uenv.txt │ │ └── feisda_hd620_t31x_jxq03_eth+rtl8188ftv_defconfig │ ├── galayou_g2_t23n_sc2336_atbm6012bx │ │ ├── galayou_g2_t23n_sc2336_atbm6012bx.config │ │ ├── galayou_g2_t23n_sc2336_atbm6012bx.uenv.txt │ │ └── galayou_g2_t23n_sc2336_atbm6012bx_defconfig │ ├── galayou_g7_t23n_sc2336_atbm6012bx │ │ ├── galayou_g7_t23n_sc2336_atbm6012bx.config │ │ ├── galayou_g7_t23n_sc2336_atbm6012bx.uenv.txt │ │ └── galayou_g7_t23n_sc2336_atbm6012bx_defconfig │ ├── galayou_y4_t23n_sc2336_atbm6062 │ │ ├── galayou_y4_t23n_sc2336_atbm6062.config │ │ ├── galayou_y4_t23n_sc2336_atbm6062.uenv.txt │ │ └── galayou_y4_t23n_sc2336_atbm6062_defconfig │ ├── galayou_y4_t31l_sc2336_atbm6012bx │ │ ├── galayou_y4_t31l_sc2336_atbm6012bx.config │ │ ├── galayou_y4_t31l_sc2336_atbm6012bx.uenv.txt │ │ └── galayou_y4_t31l_sc2336_atbm6012bx_defconfig │ ├── galayou_y4_t31l_sc2336_atbm6032 │ │ ├── galayou_y4_t31l_sc2336_atbm6032.config │ │ ├── galayou_y4_t31l_sc2336_atbm6032.uenv.txt │ │ └── galayou_y4_t31l_sc2336_atbm6032_defconfig │ ├── galayou_y4_t31n_sc2336_atbm6012b │ │ ├── galayou_y4_t31n_sc2336_atbm6012b.config │ │ ├── galayou_y4_t31n_sc2336_atbm6012b.uenv.txt │ │ └── galayou_y4_t31n_sc2336_atbm6012b_defconfig │ ├── ginzzu_op200_t31l_gc2083_ssv6155 │ │ ├── ginzzu_op200_t31l_gc2083_ssv6155.config │ │ ├── ginzzu_op200_t31l_gc2083_ssv6155.uenv.txt │ │ └── ginzzu_op200_t31l_gc2083_ssv6155_defconfig │ ├── gncc_gc2_t23n_sc2336_atbm6012bx │ │ ├── gncc_gc2_t23n_sc2336_atbm6012bx.config │ │ ├── gncc_gc2_t23n_sc2336_atbm6012bx.uenv.txt │ │ └── gncc_gc2_t23n_sc2336_atbm6012bx_defconfig │ ├── hamedal_c20_t31a_gc2053 │ │ ├── hamedal_c20_t31a_gc2053.config │ │ ├── hamedal_c20_t31a_gc2053.uenv.txt │ │ └── hamedal_c20_t31a_gc2053_defconfig │ ├── hc_3301ymt1_t31n_sc2332_hi3881 │ │ ├── hc_3301ymt1_t31n_sc2332_hi3881.config │ │ ├── hc_3301ymt1_t31n_sc2332_hi3881.uenv.txt │ │ └── hc_3301ymt1_t31n_sc2332_hi3881_defconfig │ ├── hl_jdpan01_t31l_gc2053_atbm6031 │ │ ├── hl_jdpan01_t31l_gc2053_atbm6031.config │ │ ├── hl_jdpan01_t31l_gc2053_atbm6031.uenv.txt │ │ └── hl_jdpan01_t31l_gc2053_atbm6031_defconfig │ ├── howell_qj05t_t20l_sc2235_eth+rtl8188ftv │ │ ├── howell_qj05t_t20l_sc2235_eth+rtl8188ftv.config │ │ ├── howell_qj05t_t20l_sc2235_eth+rtl8188ftv.uenv.txt │ │ └── howell_qj05t_t20l_sc2235_eth+rtl8188ftv_defconfig │ ├── iflytek_xfp301m_t31x_jxq03_rtl8188ftv │ │ ├── iflytek_xfp301m_t31x_jxq03_rtl8188ftv.config │ │ ├── iflytek_xfp301m_t31x_jxq03_rtl8188ftv.uenv.txt │ │ └── iflytek_xfp301m_t31x_jxq03_rtl8188ftv_defconfig │ ├── iflytek_xfp301m_t31x_jxq03_ssv6155 │ │ ├── iflytek_xfp301m_t31x_jxq03_ssv6155.config │ │ ├── iflytek_xfp301m_t31x_jxq03_ssv6155.uenv.txt │ │ └── iflytek_xfp301m_t31x_jxq03_ssv6155_defconfig │ ├── imou_ranger2_t31n_gc2053_ssv6155 │ │ ├── imou_ranger2_t31n_gc2053_ssv6155.config │ │ ├── imou_ranger2_t31n_gc2053_ssv6155.uenv.txt │ │ └── imou_ranger2_t31n_gc2053_ssv6155_defconfig │ ├── jienuo_jn107arewifi_t31x_sc5235_eth+rtl8731bu │ │ ├── jienuo_jn107arewifi_t31x_sc5235_eth+rtl8731bu.config │ │ ├── jienuo_jn107arewifi_t31x_sc5235_eth+rtl8731bu.uenv.txt │ │ └── jienuo_jn107arewifi_t31x_sc5235_eth+rtl8731bu_defconfig │ ├── jooan_a2r_t23n_sc1a4t_atbm6012bx │ │ ├── jooan_a2r_t23n_sc1a4t_atbm6012bx.config │ │ ├── jooan_a2r_t23n_sc1a4t_atbm6012bx.uenv.txt │ │ └── jooan_a2r_t23n_sc1a4t_atbm6012bx_defconfig │ ├── jooan_a2r_t23n_sc1a4t_ssv6355 │ │ ├── jooan_a2r_t23n_sc1a4t_ssv6355.config │ │ ├── jooan_a2r_t23n_sc1a4t_ssv6355.uenv.txt │ │ └── jooan_a2r_t23n_sc1a4t_ssv6355_defconfig │ ├── jooan_a6m_t23n_sc1a4t_atbm6012bx │ │ ├── jooan_a6m_t23n_sc1a4t_atbm6012bx.config │ │ ├── jooan_a6m_t23n_sc1a4t_atbm6012bx.uenv.txt │ │ └── jooan_a6m_t23n_sc1a4t_atbm6012bx_defconfig │ ├── jooan_a6m_t23n_sc1a4t_ssv6355 │ │ ├── jooan_a6m_t23n_sc1a4t_ssv6355.config │ │ ├── jooan_a6m_t23n_sc1a4t_ssv6355.uenv.txt │ │ └── jooan_a6m_t23n_sc1a4t_ssv6355_defconfig │ ├── jooan_c9ts_t23n_sc2336p_atbm6132u │ │ ├── jooan_c9ts_t23n_sc2336p_atbm6132u.config │ │ ├── jooan_c9ts_t23n_sc2336p_atbm6132u.uenv.txt │ │ └── jooan_c9ts_t23n_sc2336p_atbm6132u_defconfig │ ├── jooan_f2t_t30x_sc4236_eth │ │ ├── jooan_f2t_t30x_sc4236_eth.config │ │ ├── jooan_f2t_t30x_sc4236_eth.uenv.txt │ │ └── jooan_f2t_t30x_sc4236_eth_defconfig │ ├── jooan_q3h_t30l_sc1235_rtl8189ftv │ │ ├── jooan_q3h_t30l_sc1235_rtl8189ftv.config │ │ ├── jooan_q3h_t30l_sc1235_rtl8189ftv.uenv.txt │ │ └── jooan_q3h_t30l_sc1235_rtl8189ftv_defconfig │ ├── jooan_q3r_t23n_sc1a4t_atbm6012bx │ │ ├── jooan_q3r_t23n_sc1a4t_atbm6012bx.config │ │ ├── jooan_q3r_t23n_sc1a4t_atbm6012bx.uenv.txt │ │ └── jooan_q3r_t23n_sc1a4t_atbm6012bx_defconfig │ ├── jooan_t2r_t23n_sc1a4t_atbm6012bx │ │ ├── jooan_t2r_t23n_sc1a4t_atbm6012bx.config │ │ ├── jooan_t2r_t23n_sc1a4t_atbm6012bx.uenv.txt │ │ └── jooan_t2r_t23n_sc1a4t_atbm6012bx_defconfig │ ├── jooan_t2r_t23n_sc1a4t_ssv6355 │ │ ├── jooan_t2r_t23n_sc1a4t_ssv6355.config │ │ ├── jooan_t2r_t23n_sc1a4t_ssv6355.uenv.txt │ │ └── jooan_t2r_t23n_sc1a4t_ssv6355_defconfig │ ├── laview_l2_t31l_sc3338_atbm6012b │ │ ├── laview_l2_t31l_sc3338_atbm6012b.config │ │ ├── laview_l2_t31l_sc3338_atbm6012b.uenv.txt │ │ └── laview_l2_t31l_sc3338_atbm6012b_defconfig │ ├── laview_l2_t31l_sc3338_atbm6012bx │ │ ├── laview_l2_t31l_sc3338_atbm6012bx.config │ │ ├── laview_l2_t31l_sc3338_atbm6012bx.uenv.txt │ │ └── laview_l2_t31l_sc3338_atbm6012bx_defconfig │ ├── laview_l2_t31l_sc3338_ssv6256p │ │ ├── laview_l2_t31l_sc3338_ssv6256p.config │ │ ├── laview_l2_t31l_sc3338_ssv6256p.uenv.txt │ │ └── laview_l2_t31l_sc3338_ssv6256p_defconfig │ ├── litokam_c1_t31l_sc2336_atbm6012b │ │ ├── litokam_c1_t31l_sc2336_atbm6012b.config │ │ ├── litokam_c1_t31l_sc2336_atbm6012b.uenv.txt │ │ └── litokam_c1_t31l_sc2336_atbm6012b_defconfig │ ├── litokam_m1_t31l_sc3336_atbm6012b │ │ ├── litokam_m1_t31l_sc3336_atbm6012b.config │ │ ├── litokam_m1_t31l_sc3336_atbm6012b.uenv.txt │ │ └── litokam_m1_t31l_sc3336_atbm6012b_defconfig │ ├── longplus_x07_t31n_jxf23_rtl8189ftv │ │ ├── longplus_x07_t31n_jxf23_rtl8189ftv.config │ │ ├── longplus_x07_t31n_jxf23_rtl8189ftv.uenv.txt │ │ └── longplus_x07_t31n_jxf23_rtl8189ftv_defconfig │ ├── nexht_86336_t21z_jxf37_rtl8188ftv │ │ ├── nexht_86336_t21z_jxf37_rtl8188ftv.config │ │ ├── nexht_86336_t21z_jxf37_rtl8188ftv.uenv.txt │ │ └── nexht_86336_t21z_jxf37_rtl8188ftv_defconfig │ ├── noname_t10l_jxh42_mt7601 │ │ ├── noname_t10l_jxh42_mt7601.config │ │ ├── noname_t10l_jxh42_mt7601.uenv.txt │ │ └── noname_t10l_jxh42_mt7601_defconfig │ ├── overtech_ov59wb_t31n_sc223a_rtl8188ftv │ │ ├── overtech_ov59wb_t31n_sc223a_rtl8188ftv.config │ │ ├── overtech_ov59wb_t31n_sc223a_rtl8188ftv.uenv.txt │ │ └── overtech_ov59wb_t31n_sc223a_rtl8188ftv_defconfig │ ├── personal_cam2_t31x_gc2053_atbm6031 │ │ ├── personal_cam2_t31x_gc2053_atbm6031.config │ │ ├── personal_cam2_t31x_gc2053_atbm6031.uenv.txt │ │ └── personal_cam2_t31x_gc2053_atbm6031_defconfig │ ├── personal_campan_t31x_gc2053_atbm6031 │ │ ├── personal_campan_t31x_gc2053_atbm6031.config │ │ ├── personal_campan_t31x_gc2053_atbm6031.uenv.txt │ │ └── personal_campan_t31x_gc2053_atbm6031_defconfig │ ├── pesita_x09_t31n_jxf23_rtl8189ftv │ │ ├── pesita_x09_t31n_jxf23_rtl8189ftv.config │ │ ├── pesita_x09_t31n_jxf23_rtl8189ftv.uenv.txt │ │ └── pesita_x09_t31n_jxf23_rtl8189ftv_defconfig │ ├── primecables_08360_t21z_sc2300_rtl8188ftv │ │ ├── primecables_08360_t21z_sc2300_rtl8188ftv.config │ │ ├── primecables_08360_t21z_sc2300_rtl8188ftv.uenv.txt │ │ └── primecables_08360_t21z_sc2300_rtl8188ftv_defconfig │ ├── primecables_08361_t21n_sc2300_rtl8188ftv │ │ ├── primecables_08361_t21n_sc2300_rtl8188ftv.config │ │ ├── primecables_08361_t21n_sc2300_rtl8188ftv.uenv.txt │ │ └── primecables_08361_t21n_sc2300_rtl8188ftv_defconfig │ ├── sim_simp400t_t31x_gc4653_eth+ssv6155p │ │ ├── sim_simp400t_t31x_gc4653_eth+ssv6155p.config │ │ ├── sim_simp400t_t31x_gc4653_eth+ssv6155p.uenv.txt │ │ └── sim_simp400t_t31x_gc4653_eth+ssv6155p_defconfig │ ├── smart_nvr_a1n_eth │ │ ├── smart_nvr_a1n_eth.config │ │ ├── smart_nvr_a1n_eth.uenv.txt │ │ └── smart_nvr_a1n_eth_defconfig │ ├── sonoff_s2_t23n_sc2336_atbm6012bx │ │ ├── sonoff_s2_t23n_sc2336_atbm6012bx.config │ │ ├── sonoff_s2_t23n_sc2336_atbm6012bx.uenv.txt │ │ └── sonoff_s2_t23n_sc2336_atbm6012bx_defconfig │ ├── teacup_t31x │ │ ├── teacup_t31x.config │ │ ├── teacup_t31x.uenv.txt │ │ └── teacup_t31x_defconfig │ ├── tplink_tapo_c100_t23n_sc2336p_wq9001 │ │ ├── tplink_tapo_c100_t23n_sc2336p_wq9001.config │ │ ├── tplink_tapo_c100_t23n_sc2336p_wq9001.uenv.txt │ │ └── tplink_tapo_c100_t23n_sc2336p_wq9001_defconfig │ ├── tplink_tapo_c100_t31l_sc2336_rtl8188ftv │ │ ├── tplink_tapo_c100_t31l_sc2336_rtl8188ftv.config │ │ ├── tplink_tapo_c100_t31l_sc2336_rtl8188ftv.uenv.txt │ │ └── tplink_tapo_c100_t31l_sc2336_rtl8188ftv_defconfig │ ├── tplink_tapo_tc70_t31l_sc2336_rtl8188ftv │ │ ├── tplink_tapo_tc70_t31l_sc2336_rtl8188ftv.config │ │ ├── tplink_tapo_tc70_t31l_sc2336_rtl8188ftv.uenv.txt │ │ └── tplink_tapo_tc70_t31l_sc2336_rtl8188ftv_defconfig │ ├── tptek_wor504jch_t31x_gc4653_eth+rtl8731 │ │ ├── tptek_wor504jch_t31x_gc4653_eth+rtl8731.config │ │ ├── tptek_wor504jch_t31x_gc4653_eth+rtl8731.uenv.txt │ │ └── tptek_wor504jch_t31x_gc4653_eth+rtl8731_defconfig │ ├── vanhua_ak54_t31n_gc2053_eth │ │ ├── vanhua_ak54_t31n_gc2053_eth.config │ │ ├── vanhua_ak54_t31n_gc2053_eth.uenv.txt │ │ └── vanhua_ak54_t31n_gc2053_eth_defconfig │ ├── vanhua_djz_t31n_gc2083_eth │ │ ├── vanhua_djz_t31n_gc2083_eth.config │ │ ├── vanhua_djz_t31n_gc2083_eth.uenv.txt │ │ └── vanhua_djz_t31n_gc2083_eth_defconfig │ ├── vanhua_fjz_t31x_gc4653_eth │ │ ├── vanhua_fjz_t31x_gc4653_eth.config │ │ ├── vanhua_fjz_t31x_gc4653_eth.uenv.txt │ │ └── vanhua_fjz_t31x_gc4653_eth_defconfig │ ├── vanhua_h33_t31l_gc2083_eth │ │ ├── vanhua_h33_t31l_gc2083_eth.config │ │ ├── vanhua_h33_t31l_gc2083_eth.uenv.txt │ │ └── vanhua_h33_t31l_gc2083_eth_defconfig │ ├── vanhua_l34_t31l_gc2083_eth │ │ ├── vanhua_l34_t31l_gc2083_eth.config │ │ ├── vanhua_l34_t31l_gc2083_eth.uenv.txt │ │ └── vanhua_l34_t31l_gc2083_eth_defconfig │ ├── vanhua_s37i_t31l_imx307_eth │ │ ├── vanhua_s37i_t31l_imx307_eth.config │ │ ├── vanhua_s37i_t31l_imx307_eth.uenv.txt │ │ └── vanhua_s37i_t31l_imx307_eth_defconfig │ ├── vanhua_z55_t31x_gc4653_eth │ │ ├── vanhua_z55_t31x_gc4653_eth.config │ │ ├── vanhua_z55_t31x_gc4653_eth.uenv.txt │ │ └── vanhua_z55_t31x_gc4653_eth_defconfig │ ├── vanhua_z55i_t31x_gc4653_eth │ │ ├── vanhua_z55i_t31x_gc4653_eth.config │ │ ├── vanhua_z55i_t31x_gc4653_eth.uenv.txt │ │ └── vanhua_z55i_t31x_gc4653_eth_defconfig │ ├── victure_pc420_t21n_jxf23_eth+rtl8188ftv │ │ ├── victure_pc420_t21n_jxf23_eth+rtl8188ftv.config │ │ ├── victure_pc420_t21n_jxf23_eth+rtl8188ftv.uenv.txt │ │ └── victure_pc420_t21n_jxf23_eth+rtl8188ftv_defconfig │ ├── wanjiaan_g7_t31x_jxf37_eth │ │ ├── wanjiaan_g7_t31x_jxf37_eth.config │ │ ├── wanjiaan_g7_t31x_jxf37_eth.uenv.txt │ │ └── wanjiaan_g7_t31x_jxf37_eth_defconfig │ ├── wanjiaan_hdc51_t21n_sc2235_rtl8189ftv │ │ ├── wanjiaan_hdc51_t21n_sc2235_rtl8189ftv.config │ │ ├── wanjiaan_hdc51_t21n_sc2235_rtl8189ftv.uenv.txt │ │ └── wanjiaan_hdc51_t21n_sc2235_rtl8189ftv_defconfig │ ├── wanjiaan_hdc51_t31l_jxf37_rtl8188ftv │ │ ├── wanjiaan_hdc51_t31l_jxf37_rtl8188ftv.config │ │ ├── wanjiaan_hdc51_t31l_jxf37_rtl8188ftv.uenv.txt │ │ └── wanjiaan_hdc51_t31l_jxf37_rtl8188ftv_defconfig │ ├── wanjiaan_hdc51_t31l_sc2332-mmc0 │ ├── wanjiaan_hdc51_t31l_sc2332_rtl8188ftv │ │ ├── wanjiaan_hdc51_t31l_sc2332_rtl8188ftv.config │ │ ├── wanjiaan_hdc51_t31l_sc2332_rtl8188ftv.uenv.txt │ │ └── wanjiaan_hdc51_t31l_sc2332_rtl8188ftv_defconfig │ ├── wanjiaan_hdc55_t31n_sc2332_rtl8188ftv │ │ ├── wanjiaan_hdc55_t31n_sc2332_rtl8188ftv.config │ │ ├── wanjiaan_hdc55_t31n_sc2332_rtl8188ftv.uenv.txt │ │ └── wanjiaan_hdc55_t31n_sc2332_rtl8188ftv_defconfig │ ├── wanjiaan_q2_t30x_sc2235_rtl8189ftv │ │ ├── wanjiaan_q2_t30x_sc2235_rtl8189ftv.config │ │ ├── wanjiaan_q2_t30x_sc2235_rtl8189ftv.uenv.txt │ │ └── wanjiaan_q2_t30x_sc2235_rtl8189ftv_defconfig │ ├── wansview_106_t31n_jxf37 │ │ ├── wansview_106_t31n_jxf37.config │ │ ├── wansview_106_t31n_jxf37.uenv.txt │ │ └── wansview_106_t31n_jxf37_defconfig │ ├── wansview_g6_t31l_sc2336_atbm6012b │ │ ├── wansview_g6_t31l_sc2336_atbm6012b.config │ │ ├── wansview_g6_t31l_sc2336_atbm6012b.uenv.txt │ │ └── wansview_g6_t31l_sc2336_atbm6012b_defconfig │ ├── wansview_g6_t31l_sc2336_ssv6256p │ │ ├── wansview_g6_t31l_sc2336_ssv6256p.config │ │ ├── wansview_g6_t31l_sc2336_ssv6256p.uenv.txt │ │ └── wansview_g6_t31l_sc2336_ssv6256p_defconfig │ ├── wansview_k5_t21n_os02b10_mt7601u │ │ ├── wansview_k5_t21n_os02b10_mt7601u.config │ │ ├── wansview_k5_t21n_os02b10_mt7601u.uenv.txt │ │ └── wansview_k5_t21n_os02b10_mt7601u_defconfig │ ├── wansview_k5_t21n_ov2735b_mt7601u │ │ ├── wansview_k5_t21n_ov2735b_mt7601u.config │ │ ├── wansview_k5_t21n_ov2735b_mt7601u.uenv.txt │ │ └── wansview_k5_t21n_ov2735b_mt7601u_defconfig │ ├── wansview_q5_t23n_sc2336_atbm6012bx │ │ ├── wansview_q5_t23n_sc2336_atbm6012bx.config │ │ ├── wansview_q5_t23n_sc2336_atbm6012bx.uenv.txt │ │ └── wansview_q5_t23n_sc2336_atbm6012bx_defconfig │ ├── wansview_q7_t23n_sc2336_atbm6012bx │ │ ├── wansview_q7_t23n_sc2336_atbm6012bx.config │ │ ├── wansview_q7_t23n_sc2336_atbm6012bx.uenv.txt │ │ └── wansview_q7_t23n_sc2336_atbm6012bx_defconfig │ ├── wansview_w6_t21n_os02g10_eth+rtl8188ftv │ │ ├── wansview_w6_t21n_os02g10_eth+rtl8188ftv.config │ │ ├── wansview_w6_t21n_os02g10_eth+rtl8188ftv.uenv.txt │ │ └── wansview_w6_t21n_os02g10_eth+rtl8188ftv_defconfig │ ├── wansview_w6_t21n_ov2735b_eth+rtl8188ftv │ │ ├── wansview_w6_t21n_ov2735b_eth+rtl8188ftv.config │ │ ├── wansview_w6_t21n_ov2735b_eth+rtl8188ftv.uenv.txt │ │ └── wansview_w6_t21n_ov2735b_eth+rtl8188ftv_defconfig │ ├── wansview_w7_t31l_sc2336_atbm6012b │ │ ├── wansview_w7_t31l_sc2336_atbm6012b.config │ │ ├── wansview_w7_t31l_sc2336_atbm6012b.uenv.txt │ │ └── wansview_w7_t31l_sc2336_atbm6012b_defconfig │ ├── wuuk_y0310_t31x_sc401ai_ssv6158 │ │ ├── wuuk_y0310_t31x_sc401ai_ssv6158.config │ │ ├── wuuk_y0310_t31x_sc401ai_ssv6158.uenv.txt │ │ └── wuuk_y0310_t31x_sc401ai_ssv6158_defconfig │ ├── wuuk_y0510_t31x_sc401ai_ssv6158 │ │ ├── wuuk_y0510_t31x_sc401ai_ssv6158.config │ │ ├── wuuk_y0510_t31x_sc401ai_ssv6158.uenv.txt │ │ └── wuuk_y0510_t31x_sc401ai_ssv6158_defconfig │ ├── wuuk_y0510_t31x_sc4336p_ssv6158 │ │ ├── wuuk_y0510_t31x_sc4336p_ssv6158.config │ │ ├── wuuk_y0510_t31x_sc4336p_ssv6158.uenv.txt │ │ └── wuuk_y0510_t31x_sc4336p_ssv6158_defconfig │ ├── wyze_cam2_t20x_jxf22_rtl8189ftv │ │ ├── wyze_cam2_t20x_jxf22_rtl8189ftv.config │ │ ├── wyze_cam2_t20x_jxf22_rtl8189ftv.uenv.txt │ │ └── wyze_cam2_t20x_jxf22_rtl8189ftv_defconfig │ ├── wyze_cam2_t20x_jxf23_rtl8189ftv │ │ ├── wyze_cam2_t20x_jxf23_rtl8189ftv.config │ │ ├── wyze_cam2_t20x_jxf23_rtl8189ftv.uenv.txt │ │ └── wyze_cam2_t20x_jxf23_rtl8189ftv_defconfig │ ├── wyze_cam3_t31al_gc2053_atbm6031 │ │ ├── wyze_cam3_t31al_gc2053_atbm6031.config │ │ ├── wyze_cam3_t31al_gc2053_atbm6031.uenv.txt │ │ └── wyze_cam3_t31al_gc2053_atbm6031_defconfig │ ├── wyze_cam3_t31x_gc2053_atbm6031 │ │ ├── wyze_cam3_t31x_gc2053_atbm6031.config │ │ ├── wyze_cam3_t31x_gc2053_atbm6031.uenv.txt │ │ └── wyze_cam3_t31x_gc2053_atbm6031_defconfig │ ├── wyze_cam3_t31x_gc2053_rtl8189ftv │ │ ├── wyze_cam3_t31x_gc2053_rtl8189ftv.config │ │ ├── wyze_cam3_t31x_gc2053_rtl8189ftv.uenv.txt │ │ └── wyze_cam3_t31x_gc2053_rtl8189ftv_defconfig │ ├── wyze_camfl1_t31al_gc2053_atbm6031 │ │ ├── wyze_camfl1_t31al_gc2053_atbm6031.config │ │ ├── wyze_camfl1_t31al_gc2053_atbm6031.uenv.txt │ │ └── wyze_camfl1_t31al_gc2053_atbm6031_defconfig │ ├── wyze_camfl1_t31x_gc2053_atbm6031 │ │ ├── wyze_camfl1_t31x_gc2053_atbm6031.config │ │ ├── wyze_camfl1_t31x_gc2053_atbm6031.uenv.txt │ │ └── wyze_camfl1_t31x_gc2053_atbm6031_defconfig │ ├── wyze_camfl1_t31x_gc2053_rtl8189ftv │ │ ├── wyze_camfl1_t31x_gc2053_rtl8189ftv.config │ │ ├── wyze_camfl1_t31x_gc2053_rtl8189ftv.uenv.txt │ │ └── wyze_camfl1_t31x_gc2053_rtl8189ftv_defconfig │ ├── wyze_campan1_t20x_jxf22_rtl8189etv │ │ ├── wyze_campan1_t20x_jxf22_rtl8189etv.config │ │ ├── wyze_campan1_t20x_jxf22_rtl8189etv.uenv.txt │ │ └── wyze_campan1_t20x_jxf22_rtl8189etv_defconfig │ ├── wyze_campan2_t31x_gc2053_atbm6031 │ │ ├── wyze_campan2_t31x_gc2053_atbm6031.config │ │ ├── wyze_campan2_t31x_gc2053_atbm6031.uenv.txt │ │ └── wyze_campan2_t31x_gc2053_atbm6031_defconfig │ ├── wyze_campan3_t31x_gc2053_atbm6031 │ │ ├── wyze_campan3_t31x_gc2053_atbm6031.config │ │ ├── wyze_campan3_t31x_gc2053_atbm6031.uenv.txt │ │ └── wyze_campan3_t31x_gc2053_atbm6031_defconfig │ ├── wyze_vdb1_t30x_sc4236_rtl8189ftv │ │ ├── wyze_vdb1_t30x_sc4236_rtl8189ftv.config │ │ ├── wyze_vdb1_t30x_sc4236_rtl8189ftv.uenv.txt │ │ └── wyze_vdb1_t30x_sc4236_rtl8189ftv_defconfig │ ├── wyze_vdb1_t31x_sc4236_rtl8189ftv │ │ ├── wyze_vdb1_t31x_sc4236_rtl8189ftv.config │ │ ├── wyze_vdb1_t31x_sc4236_rtl8189ftv.uenv.txt │ │ └── wyze_vdb1_t31x_sc4236_rtl8189ftv_defconfig │ ├── wyze_vdb2_t31x_sc301iot_atbm6031 │ │ ├── wyze_vdb2_t31x_sc301iot_atbm6031.config │ │ ├── wyze_vdb2_t31x_sc301iot_atbm6031.uenv.txt │ │ └── wyze_vdb2_t31x_sc301iot_atbm6031_defconfig │ ├── xiaomi_hlcam04_t31n_sc3335_atbm6031 │ │ ├── xiaomi_hlcam04_t31n_sc3335_atbm6031.config │ │ ├── xiaomi_hlcam04_t31n_sc3335_atbm6031.uenv.txt │ │ └── xiaomi_hlcam04_t31n_sc3335_atbm6031_defconfig │ ├── xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv │ │ ├── xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv.config │ │ ├── xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv.uenv.txt │ │ └── xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv_defconfig │ ├── xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv │ │ ├── xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv.config │ │ ├── xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv.uenv.txt │ │ └── xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv_defconfig │ ├── xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv │ │ ├── xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv.config │ │ ├── xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv.uenv.txt │ │ └── xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv_defconfig │ ├── xiaomi_mjsxj05hl_t31l_gc2053_atbm6031 │ │ ├── xiaomi_mjsxj05hl_t31l_gc2053_atbm6031.config │ │ ├── xiaomi_mjsxj05hl_t31l_gc2053_atbm6031.uenv.txt │ │ └── xiaomi_mjsxj05hl_t31l_gc2053_atbm6031_defconfig │ ├── xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv │ │ ├── xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv.config │ │ ├── xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv.uenv.txt │ │ └── xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv_defconfig │ ├── xiaomi_xiaofang_t20l_jxf22_rtl8189ftv │ │ ├── xiaomi_xiaofang_t20l_jxf22_rtl8189ftv.config │ │ ├── xiaomi_xiaofang_t20l_jxf22_rtl8189ftv.uenv.txt │ │ └── xiaomi_xiaofang_t20l_jxf22_rtl8189ftv_defconfig │ ├── xiaomi_xiaofang_t20l_jxf23_rtl8189ftv │ │ ├── xiaomi_xiaofang_t20l_jxf23_rtl8189ftv.config │ │ ├── xiaomi_xiaofang_t20l_jxf23_rtl8189ftv.uenv.txt │ │ └── xiaomi_xiaofang_t20l_jxf23_rtl8189ftv_defconfig │ ├── xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv │ │ ├── xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv.config │ │ ├── xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv.uenv.txt │ │ └── xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv_defconfig │ └── zte_k540_t31x_sc4336_eth+atbm6032 │ │ ├── zte_k540_t31x_sc4336_eth+atbm6032.config │ │ ├── zte_k540_t31x_sc4336_eth+atbm6032.uenv.txt │ │ └── zte_k540_t31x_sc4336_eth+atbm6032_defconfig ├── common.config ├── common.uenv.txt ├── fragments │ ├── brand.fragment │ ├── ccache.fragment │ ├── kernel.fragment │ ├── rootfs.fragment │ ├── soc-xburst2.fragment │ ├── soc.fragment │ ├── system.fragment │ ├── target.fragment │ ├── templates │ │ ├── kernel.tarball.fragment │ │ ├── toolchain.download.fragment │ │ └── toolchain.installed.fragment │ ├── toolchain-br-k3.fragment │ ├── toolchain-br-k4.fragment │ ├── toolchain-glibc.fragment │ ├── toolchain-musl-gcc13.fragment │ ├── toolchain-musl.fragment │ ├── toolchain-uclibc.fragment │ ├── toolchain-xburst2-glibc.fragment │ ├── toolchain-xburst2-uclibc.fragment │ ├── toolchain-xburst2.fragment │ ├── toolchain.fragment │ └── uboot.fragment ├── github │ ├── build_cache_defconfig │ ├── toolchain_xburst1_4_4_glibc_gcc13_defconfig │ ├── toolchain_xburst1_4_4_glibc_gcc14_defconfig │ ├── toolchain_xburst1_4_4_musl_gcc13_defconfig │ ├── toolchain_xburst1_4_4_musl_gcc14_defconfig │ ├── toolchain_xburst1_4_4_uclibc_gcc14_defconfig │ ├── toolchain_xburst1_glibc_gcc13_defconfig │ ├── toolchain_xburst1_glibc_gcc14_defconfig │ ├── toolchain_xburst1_musl_gcc13_defconfig │ ├── toolchain_xburst1_musl_gcc14_defconfig │ ├── toolchain_xburst1_uclibc_gcc14_defconfig │ ├── toolchain_xburst2_glibc_gcc13_defconfig │ ├── toolchain_xburst2_glibc_gcc14_defconfig │ ├── toolchain_xburst2_musl_gcc13_defconfig │ ├── toolchain_xburst2_musl_gcc14_defconfig │ └── toolchain_xburst2_uclibc_gcc14_defconfig ├── local.config ├── local.fragment ├── local.uenv.txt └── modules │ ├── a1n_eth_defconfig │ ├── c100_gc2053_bcmdhd_ap6214a_defconfig │ ├── t10_ov9712_ap6181_defconfig │ ├── t10l_jxh42_mt7601_defconfig │ ├── t10l_ov9750_eth_defconfig │ ├── t20l_jxf22_rtl8189ftv_defconfig │ ├── t20l_jxf23_rtl8189ftv_defconfig │ ├── t20l_ps5250_rtl8189ftv_defconfig │ ├── t20l_sc2232_eth_defconfig │ ├── t20l_sc2235_eth_rtl8188ftv_defconfig │ ├── t20x_jxf22_rtl8189etv_defconfig │ ├── t20x_jxf22_rtl8189ftv_defconfig │ ├── t20x_jxf23_rtl8189ftv_defconfig │ ├── t21n_jxf23_rtl8188ftv_defconfig │ ├── t21n_jxf37_rtl8188ftv_defconfig │ ├── t21n_jxh62_mt7601u_defconfig │ ├── t21n_os02b10_mt7601u_defconfig │ ├── t21n_os02g10_rtl8188ftv_defconfig │ ├── t21n_ov2735b_mt7601u_defconfig │ ├── t21n_ov2735b_rtl8188ftv_defconfig │ ├── t21n_sc2235_rtl8189ftv_defconfig │ ├── t21n_sc2300_rtl8188ftv_defconfig │ ├── t21z_jxf37_rtl8188ftv_defconfig │ ├── t21z_sc2300_rtl8188ftv_defconfig │ ├── t23dl_jxh63p_txw901u_defconfig │ ├── t23n_gc1084_atbm6012b_defconfig │ ├── t23n_gc2083_aic8800u_defconfig │ ├── t23n_gc2083_ssv6355_defconfig │ ├── t23n_sc1a4t_atbm6012bx_defconfig │ ├── t23n_sc1a4t_ssv6355_defconfig │ ├── t23n_sc2336_atbm6012bx_defconfig │ ├── t23n_sc2336_atbm6062_defconfig │ ├── t23n_sc2336_atbm6132u_defconfig │ ├── t23n_sc2336p_atbm6132u_defconfig │ ├── t23n_sc2336p_rtl8188ftv_defconfig │ ├── t23n_sc2336p_wq9001_defconfig │ ├── t23n_sc2336ps0+sc2336ps1_atbm6132u_defconfig │ ├── t30l_sc1235_rtl8189ftv_defconfig │ ├── t30x_sc2235_rtl8189ftv_defconfig │ ├── t30x_sc4236_eth_defconfig │ ├── t30x_sc4236_rtl8189ftv_defconfig │ ├── t31a_gc2053_defconfig │ ├── t31al_gc2053_atbm6031_defconfig │ ├── t31l_gc2053_atbm6031_defconfig │ ├── t31l_gc2083_eth_defconfig │ ├── t31l_gc2083_ssv6155_defconfig │ ├── t31l_imx307_eth_defconfig │ ├── t31l_jxf37_rtl8188ftv_defconfig │ ├── t31l_jxh62_rtl8188ftv_defconfig │ ├── t31l_jxq03p_rtl8189ftv_defconfig │ ├── t31l_os02g10_atbm6031_defconfig │ ├── t31l_sc2332_rtl8188ftv_defconfig │ ├── t31l_sc2336_atbm6012b_defconfig │ ├── t31l_sc2336_atbm6012bx_defconfig │ ├── t31l_sc2336_atbm6031_defconfig │ ├── t31l_sc2336_atbm6032_defconfig │ ├── t31l_sc2336_rtl8188ftv_defconfig │ ├── t31l_sc2336_ssv6256p_defconfig │ ├── t31l_sc3336_atbm6012b_defconfig │ ├── t31l_sc3336_rtl8188ftv_defconfig │ ├── t31l_sc3338_atbm6012b_defconfig │ ├── t31l_sc3338_atbm6012bx_defconfig │ ├── t31l_sc3338_ssv6256p_defconfig │ ├── t31lc_gc1084_hi3881_defconfig │ ├── t31lc_sc2336_atbm6012b_defconfig │ ├── t31lc_sc2336_atbm6012bx_defconfig │ ├── t31n_gc1084_ssv6355_defconfig │ ├── t31n_gc2053_eth_defconfig │ ├── t31n_gc2053_ssv6155_defconfig │ ├── t31n_gc2063_eth_defconfig │ ├── t31n_gc2063_rtl8189ftv_defconfig │ ├── t31n_gc2083_eth_defconfig │ ├── t31n_gc4653_eth_defconfig │ ├── t31n_jxf23_rtl8189ftv_defconfig │ ├── t31n_jxf37_defconfig │ ├── t31n_jxq03_rtl8189ftv_defconfig │ ├── t31n_jxq03p_rtl8189ftv_defconfig │ ├── t31n_sc223a_rtl8188ftv_defconfig │ ├── t31n_sc2332_hi3881_defconfig │ ├── t31n_sc2332_rtl8188ftv_defconfig │ ├── t31n_sc2336_atbm6012b_defconfig │ ├── t31n_sc3335_atbm6031_defconfig │ ├── t31x_gc2053_atbm6031_defconfig │ ├── t31x_gc2053_rtl8189ftv_defconfig │ ├── t31x_gc4023_eth_defconfig │ ├── t31x_gc4023_rtl8188ftv_defconfig │ ├── t31x_gc4653_atbm6031_defconfig │ ├── t31x_gc4653_eth_defconfig │ ├── t31x_gc4653_eth_rtl8731_defconfig │ ├── t31x_jxf37_eth_defconfig │ ├── t31x_jxk04_eth_defconfig │ ├── t31x_jxk04_rtl8188ftv_defconfig │ ├── t31x_jxq03_eth_defconfig │ ├── t31x_jxq03_rtl8188ftv_defconfig │ ├── t31x_jxq03_ssv6155_defconfig │ ├── t31x_os03b10_ssv6155_defconfig │ ├── t31x_sc301iot_atbm6031_defconfig │ ├── t31x_sc3235_syn4343_defconfig │ ├── t31x_sc3335_eth_defconfig │ ├── t31x_sc3335_syn4343_defconfig │ ├── t31x_sc3336_syn4343_defconfig │ ├── t31x_sc3338_atbm6031x_defconfig │ ├── t31x_sc3338_syn4343_defconfig │ ├── t31x_sc401ai_rtl8188ftv_defconfig │ ├── t31x_sc401ai_ssv6158_defconfig │ ├── t31x_sc4236_rtl8189ftv_defconfig │ ├── t31x_sc4336_eth_defconfig │ ├── t31x_sc4336p_ssv6158_defconfig │ ├── t31x_sc5235_eth_rtl8137bu_defconfig │ ├── t31x_sc5235_eth_rtl8731bu_defconfig │ ├── t31zx_imx327_eth_defconfig │ ├── t40n_imx307_eth_defconfig │ ├── t40nn_gc5603_eth_defconfig │ ├── t40nn_imx307_eth_defconfig │ ├── t40nn_os02g10_ssv6256p_defconfig │ ├── t40xp_gc4653_rtl8192fs_defconfig │ ├── t40xp_imx307_eth_defconfig │ ├── t41lq_gc5603_eth_defconfig │ ├── t41nq_gc4023_aic8800d_defconfig │ ├── t41nq_gc4023_eth_defconfig │ └── t41nq_sc5336_atbm6132u_defconfig ├── docs ├── audio.md ├── best-practices.md ├── bootloader.md ├── brands │ ├── abuntu.md │ ├── acculenz.md │ ├── aidot.md │ ├── anbiux.md │ ├── anjvision.md │ ├── anker.md │ ├── annke.md │ ├── anpviz.md │ ├── anran.md │ ├── ansjer.md │ ├── aosu.md │ ├── apical.md │ ├── arenti.md │ ├── asecam.md │ ├── atom.md │ ├── avstart.md │ ├── azarton.md │ ├── besder.md │ ├── blurams.md │ ├── boavision.md │ ├── camsoy.md │ ├── carecam.md │ ├── chacon.md │ ├── cinnado.md │ ├── cpplus.md │ ├── ctronics.md │ ├── czeview.md │ ├── dekco.md │ ├── eufy.md │ ├── evkvo.md │ ├── ezviz.md │ ├── faleemi.md │ ├── fast.md │ ├── foscam.md │ ├── fosvision.md │ ├── gadinan.md │ ├── galayou.md │ ├── gncc.md │ ├── golspark.md │ ├── guoanvision.md │ ├── h3c.md │ ├── hfwvision.md │ ├── hiseeu.md │ ├── hualai.md │ ├── imou.md │ ├── index.md │ ├── inland.md │ ├── jennov.md │ ├── jooan.md │ ├── kerui.md │ ├── keview.md │ ├── langshixing.md │ ├── laview.md │ ├── laxihub.md │ ├── litokam.md │ ├── lloyd.md │ ├── lmakook.md │ ├── longplus.md │ ├── loxcam.md │ ├── lsvision.md │ ├── meari.md │ ├── mercury.md │ ├── misecu.md │ ├── moshontek.md │ ├── mubview.md │ ├── neos.md │ ├── ninivision.md │ ├── noorio.md │ ├── owltron.md │ ├── pesita.md │ ├── relong.md │ ├── reolink.md │ ├── ruision.md │ ├── samsung.md │ ├── septekon.md │ ├── smartwares.md │ ├── sonoff.md │ ├── sscam.md │ ├── sv3c.md │ ├── tenda.md │ ├── topodome.md │ ├── tp-link.md │ ├── tptek.md │ ├── usafeqlo.md │ ├── veepai.md │ ├── virtavo.md │ ├── vstarcam.md │ ├── wanjiaan.md │ ├── wansview.md │ ├── wesecuu.md │ ├── winees.md │ ├── wuuk.md │ ├── wyze.md │ ├── xiaomi.md │ ├── xinlitong.md │ ├── yi.md │ └── zosi.md ├── buildroot.md ├── camera-recovery.md ├── cameras │ ├── ajcloud-cp2011.md │ ├── ajcloud-cp8010.md │ ├── aoqee-c1.md │ ├── jooan-a2r.md │ ├── jooan-c9ts.md │ ├── jooan-q3r.md │ ├── longplus-x07.md │ ├── noorio-t110.md │ ├── okam-qc3.md │ ├── pesita-x09.md │ ├── wuuk-y510.md │ └── wyze-vdb1.md ├── connectors.md ├── diagnostics.md ├── firmware.md ├── glossary.md ├── gpio.md ├── hacking.md ├── image-raw.md ├── ir-leds.md ├── overlayfs.md ├── sensors-short.md ├── sensors.md ├── streamer.md ├── supported_hardware.md ├── thingino │ ├── remote_logging.md │ ├── send2email.md │ ├── send2ftp.md │ ├── send2telegram.md │ ├── send2webhook.md │ └── services │ │ ├── mqtt.md │ │ └── rsyslog.md ├── timezones.md └── wifi.md ├── external.desc ├── external.mk ├── linux ├── Config.ext.in └── linux-ext-thingino-kopt.mk ├── overlay ├── config │ └── .gitkeep ├── lower │ ├── etc │ │ ├── TZ │ │ ├── banner │ │ ├── cron │ │ │ └── crontabs │ │ │ │ └── root │ │ ├── default │ │ │ ├── ntp.conf │ │ │ └── resolv.conf │ │ ├── fstab │ │ ├── fw_env.config │ │ ├── hosts │ │ ├── init.d │ │ │ ├── F00dumpenv │ │ │ ├── F00ledd │ │ │ ├── F01datetime │ │ │ ├── F02failsafe │ │ │ ├── K99watchdog │ │ │ ├── S00sysctl │ │ │ ├── S01seedrng │ │ │ ├── S01syslogd │ │ │ ├── S01timezone │ │ │ ├── S04hostname │ │ │ ├── S05dns │ │ │ ├── S05led │ │ │ ├── S05usb │ │ │ ├── S10modules │ │ │ ├── S30mdev │ │ │ ├── S40network │ │ │ ├── S42wireguard │ │ │ ├── S49ntpd │ │ │ ├── S50crond │ │ │ ├── S50dropbear │ │ │ ├── S50mdnsd │ │ │ ├── S93telegrambot │ │ │ ├── S94rc.local │ │ │ ├── S97sysupgrade │ │ │ ├── rcF │ │ │ ├── rcK │ │ │ └── rcS │ │ ├── inittab │ │ ├── issue │ │ ├── mdev.conf │ │ ├── network │ │ │ ├── if-down.d │ │ │ │ └── odhcp6c │ │ │ ├── if-post-down.d │ │ │ │ ├── bridge │ │ │ │ └── vlan │ │ │ ├── if-pre-up.d │ │ │ │ ├── disable_wlan │ │ │ │ ├── nfs_dns │ │ │ │ ├── set_mac_address │ │ │ │ └── static_dns │ │ │ ├── if-up.d │ │ │ │ └── odhcp6c │ │ │ ├── interfaces │ │ │ └── interfaces.d │ │ │ │ ├── eth0 │ │ │ │ └── lo │ │ ├── ntp.conf │ │ ├── ntpd_callback │ │ ├── profile │ │ ├── profile.d │ │ │ └── chpasswd │ │ ├── rc.local │ │ ├── rc.local.stop │ │ ├── resolv.conf │ │ ├── ssl │ │ │ └── certs │ │ │ │ └── ca-certificates.crt │ │ ├── sysctl.conf │ │ └── timezone │ ├── init │ ├── overlay │ │ └── .empty │ ├── rom │ │ └── .empty │ ├── root │ │ └── .ssh │ │ │ └── .empty │ └── usr │ │ ├── lib │ │ ├── firmware │ │ │ └── .empty │ │ └── mdev │ │ │ └── automount │ │ ├── sbin │ │ ├── ansi-colors │ │ ├── blink │ │ ├── color │ │ ├── conf │ │ ├── echo_c │ │ ├── envfromcard │ │ ├── formatsd │ │ ├── led │ │ ├── motion │ │ ├── odhcp6c-update │ │ ├── record │ │ ├── send2email │ │ ├── send2ftp │ │ ├── send2mqtt │ │ ├── send2ntfy │ │ ├── send2telegram │ │ ├── send2termbin │ │ ├── send2webhook │ │ ├── send2yadisk │ │ ├── service │ │ ├── telegrambot │ │ ├── tell │ │ └── timelapse │ │ └── share │ │ ├── common │ │ ├── tz.json.gz │ │ └── udhcpc │ │ ├── default.script │ │ └── default.script.d │ │ ├── dns │ │ └── ntp ├── opt │ └── .gitkeep └── upper │ └── .empty ├── package ├── all-patches │ ├── busybox │ │ └── 0102-add-onvif-dir-support.patch │ ├── gcc │ │ └── 13 │ │ │ └── 0001-nostdinc.patch │ ├── linux │ │ ├── 0001-strip-unneeded.patch │ │ └── 0010-set-correct-gcc-version.patch │ ├── ltrace │ │ └── 0004-fix-musl-build.patch │ ├── pppd │ │ ├── 0002-fix-npmode-enum.patch │ │ ├── 0003-fix-gcc14-build.patch │ │ └── 0004-fix-build-without-openssl.patch │ └── uboot-tools │ │ └── 0001-printenv-hide-missing-var-output.patch ├── busybox │ ├── busybox-initramfs.config │ └── busybox.config ├── capjpeg │ ├── Config.in │ └── capjpeg.mk ├── exfat-nofuse │ ├── Config.in │ └── exfat-nofuse.mk ├── faac │ ├── 0001-reduce-max-channels-save-ram.patch │ ├── Config.in │ └── faac.mk ├── gadget-serial │ ├── Config.in │ ├── files │ │ └── F02failsafe-usb │ └── gadget-serial.mk ├── go2rtc │ ├── Config.in │ ├── files │ │ ├── S97go2rtc │ │ └── go2rtc.yaml │ └── go2rtc.mk ├── ingenic-audiodaemon │ ├── Config.in │ ├── files │ │ └── S96iad │ └── ingenic-audiodaemon.mk ├── ingenic-diag-tools │ ├── Config.in │ └── ingenic-diag-tools.mk ├── ingenic-lib │ ├── Config.in │ └── ingenic-lib.mk ├── ingenic-libimp-control │ ├── Config.in │ ├── ingenic-libimp-control.mk │ └── src │ │ ├── S96impconfig │ │ └── imp-control ├── ingenic-musl │ ├── Config.in │ └── ingenic-musl.mk ├── ingenic-pwm │ ├── Config.in │ ├── files │ │ └── pwm-ctrl │ └── ingenic-pwm.mk ├── ingenic-sdk │ ├── Config.in │ ├── files │ │ └── speaker-ctrl │ └── ingenic-sdk.mk ├── jsonfilter │ ├── Config.in │ └── jsonfilter.mk ├── libhelix-aac │ ├── 0001-not-arduino.patch │ ├── 0002-remove-mangling.patch │ ├── Config.in │ └── libhelix-aac.mk ├── libschrift │ ├── 0001-patch-stack-alloc.patch │ ├── Config.in │ └── libschrift.mk ├── lightnvr │ ├── Config.in │ ├── files │ │ └── S95lightnvr │ └── lightnvr.mk ├── logcat-mini │ ├── Config.in │ └── logcat-mini.mk ├── logcat │ ├── Config.in │ └── logcat.mk ├── nginx │ └── files │ │ └── etc │ │ └── nginx │ │ └── nginx.conf ├── onvif-simple-server │ ├── 0002-change-config-file-and-dir-names.patch │ ├── Config.in │ ├── files │ │ ├── S96onvif_discovery │ │ ├── S97onvif_notify │ │ └── onvif.conf │ └── onvif-simple-server.mk ├── prudynt-t │ ├── Config.in │ ├── files │ │ ├── S95prudynt │ │ ├── S96record │ │ ├── S96vbuffer │ │ ├── S97stream-watchdog │ │ ├── configs │ │ │ ├── wyze_c3_t31al_atbm │ │ │ ├── wyze_c3_t31x_atbm │ │ │ └── wyze_c3_t31x_rtl │ │ ├── device_presets │ │ └── prudyntcfg.awk │ └── prudynt-t.mk ├── raptor-ipc │ ├── Config.in │ └── raptor-ipc.mk ├── thingino-ap │ ├── Config.in │ ├── files │ │ ├── S42wifiap │ │ ├── dnsd-ap.conf │ │ ├── hosts-update │ │ ├── resolv-ap.conf │ │ ├── udhcpd-ap.conf │ │ └── wpa-ap.conf │ └── thingino-ap.mk ├── thingino-button │ ├── Config.in │ ├── files │ │ ├── S15thingino-button │ │ └── thingino-button.conf │ └── thingino-button.mk ├── thingino-devscripts │ ├── Config.in │ ├── files │ │ ├── daylightsample │ │ ├── gpioscan │ │ ├── isinterative │ │ ├── ispmem-calc │ │ ├── overlay-backup │ │ ├── speakerseeker │ │ └── ticklemotor │ └── thingino-devscripts.mk ├── thingino-diag │ ├── Config.in │ ├── files │ │ └── thingino-diag │ └── thingino-diag.mk ├── thingino-ethernet │ ├── Config.in │ ├── files │ │ └── eth0 │ └── thingino-ethernet.mk ├── thingino-ffmpeg │ ├── Config.in │ └── thingino-ffmpeg.mk ├── thingino-fonts │ ├── Config.in │ ├── files │ │ ├── NotoSansDisplay-Condensed2.ttf │ │ ├── Roboto-Black2.ttf │ │ ├── Roboto-Bold2.ttf │ │ ├── Roboto-Medium2.ttf │ │ ├── Roboto-Regular2.ttf │ │ ├── RobotoCondensed-Bold2.ttf │ │ ├── RobotoCondensed-Medium2.ttf │ │ ├── RobotoCondensed-Regular2.ttf │ │ └── UbuntuMono-Regular2.ttf │ └── thingino-fonts.mk ├── thingino-freetype │ ├── Config.in │ ├── thingino-freetype.hash │ └── thingino-freetype.mk ├── thingino-gpio │ ├── Config.in │ ├── files │ │ ├── S05gpio │ │ ├── gpio │ │ └── gpio.conf │ └── thingino-gpio.mk ├── thingino-ircut │ ├── Config.in │ ├── files │ │ ├── S06ircut │ │ ├── S07dusk2dawn │ │ ├── daynight │ │ ├── dusk2dawn │ │ ├── ircut │ │ └── irled │ └── thingino-ircut.mk ├── thingino-kopt │ ├── Config.in │ └── thingino-kopt.mk ├── thingino-ledd │ ├── Config.in │ └── thingino-ledd.mk ├── thingino-libcurl │ ├── Config.in │ ├── libcurl.hash │ └── thingino-libcurl.mk ├── thingino-live555 │ ├── 0001-Add-a-pkg-config-file-for-the-shared-libraries.patch │ ├── 0003_remove_test_programs.patch │ ├── 0004_openrtsp_prefix.patch │ ├── Config.in │ └── thingino-live555.mk ├── thingino-mmc │ ├── Config.in │ ├── files │ │ ├── S09mmc │ │ └── mmc │ └── thingino-mmc.mk ├── thingino-mosquitto │ ├── 0001-Revert-Fix-NetBSD-build.patch │ ├── Config.in │ ├── Config.in.host │ ├── S50mosquitto │ ├── thingino-mosquitto.hash │ └── thingino-mosquitto.mk ├── thingino-motors │ ├── Config.in │ ├── files │ │ ├── S09motor │ │ ├── dw9714-ctrl │ │ ├── ptz-ctrl │ │ ├── ptz_presets │ │ └── ptz_presets.conf │ └── thingino-motors.mk ├── thingino-opus │ ├── Config.in │ └── thingino-opus.mk ├── thingino-portal │ ├── Config.in │ ├── files │ │ ├── S41portal │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.min.css │ │ ├── dnsd-portal.conf │ │ ├── favicon.ico │ │ ├── httpd-portal.conf │ │ ├── index.cgi │ │ ├── index.html │ │ ├── logo.svg │ │ ├── portal.cgi │ │ ├── udhcpd-portal.conf │ │ └── wpa-portal_ap.conf │ └── thingino-portal.mk ├── thingino-sounds │ ├── Config.in │ ├── files │ │ ├── th-chime_1.pcm │ │ ├── th-chime_2.pcm │ │ ├── th-chime_3.pcm │ │ ├── th-doorbell_1.pcm │ │ ├── th-doorbell_2.pcm │ │ ├── th-doorbell_3.pcm │ │ └── thingino.pcm │ └── thingino-sounds.mk ├── thingino-system │ ├── Config.in │ ├── files │ │ ├── S01entropy │ │ ├── S35swap │ │ ├── firstboot │ │ ├── sensor │ │ ├── sensor-info │ │ ├── soc │ │ └── usb-role │ └── thingino-system.mk ├── thingino-sysupgrade │ ├── Config.in │ ├── files │ │ ├── gestalt │ │ ├── sysupgrade │ │ └── sysupgrade-stage2 │ └── thingino-sysupgrade.mk ├── thingino-tailscale │ ├── Config.in │ └── thingino-tailscale.mk ├── thingino-uboot │ ├── Config.in │ └── thingino-uboot.mk ├── thingino-v4l2loopback │ ├── Config.in │ └── thingino-v4l2loopback.mk ├── thingino-webui │ ├── Config.in │ ├── files │ │ ├── S44devmounts │ │ ├── S50httpd │ │ ├── httpd.conf │ │ ├── mjpeg_frame.c │ │ ├── mjpeg_inotify.c │ │ └── www │ │ │ ├── 401.html │ │ │ ├── a │ │ │ ├── bootstrap.bundle.min.js │ │ │ ├── bootstrap.min.css │ │ │ ├── color.svg │ │ │ ├── debug.svg │ │ │ ├── download.svg │ │ │ ├── email.svg │ │ │ ├── favicon.svg │ │ │ ├── ftp.svg │ │ │ ├── generate.svg │ │ │ ├── help.svg │ │ │ ├── ircut_filter.svg │ │ │ ├── light_850nm.svg │ │ │ ├── light_940nm.svg │ │ │ ├── light_white.svg │ │ │ ├── logo.svg │ │ │ ├── main.css │ │ │ ├── main.js │ │ │ ├── motion.svg │ │ │ ├── mqtt.svg │ │ │ ├── mute.svg │ │ │ ├── night.svg │ │ │ ├── nostream.webp │ │ │ ├── rotate.svg │ │ │ ├── sun.svg │ │ │ ├── telegram.svg │ │ │ ├── tz.json.gz │ │ │ ├── upload.svg │ │ │ ├── webhook.svg │ │ │ ├── wiki.svg │ │ │ ├── wireguard.svg │ │ │ ├── yadisk.svg │ │ │ └── zoom.svg │ │ │ ├── index.html │ │ │ ├── onvif │ │ │ └── image.cgi │ │ │ ├── wait.html │ │ │ └── x │ │ │ ├── _common.cgi │ │ │ ├── _footer.cgi │ │ │ ├── _header.cgi │ │ │ ├── _json.sh │ │ │ ├── _motors.cgi │ │ │ ├── _preview.cgi │ │ │ ├── _tg_bot.cgi │ │ │ ├── config-admin.cgi │ │ │ ├── config-daynight.cgi │ │ │ ├── config-gpio.cgi │ │ │ ├── config-motors.cgi │ │ │ ├── config-network.cgi │ │ │ ├── config-rtsp.cgi │ │ │ ├── config-streamer.cgi │ │ │ ├── config-syslog.cgi │ │ │ ├── config-time.cgi │ │ │ ├── config-webui.cgi │ │ │ ├── config-wireguard.cgi │ │ │ ├── dl2.cgi │ │ │ ├── firmware-reset.cgi │ │ │ ├── image.cgi │ │ │ ├── image.raw │ │ │ ├── index.cgi │ │ │ ├── info-diagnostic.cgi │ │ │ ├── info-overlay.cgi │ │ │ ├── info.cgi │ │ │ ├── json-gpio.cgi │ │ │ ├── json-heartbeat.cgi │ │ │ ├── json-imp.cgi │ │ │ ├── json-motion.cgi │ │ │ ├── json-motor.cgi │ │ │ ├── json-reset-ntp.cgi │ │ │ ├── json-sync-time.cgi │ │ │ ├── json-wireguard.cgi │ │ │ ├── preview.cgi │ │ │ ├── reboot.cgi │ │ │ ├── reset.cgi │ │ │ ├── restore.cgi │ │ │ ├── run.cgi │ │ │ ├── send.cgi │ │ │ ├── service-motion.cgi │ │ │ ├── service-telegrambot.cgi │ │ │ ├── service-timelapse.cgi │ │ │ ├── service-videorec.cgi │ │ │ ├── texteditor.cgi │ │ │ ├── tool-file-manager.cgi │ │ │ ├── tool-ping-trace.cgi │ │ │ ├── tool-sdcard.cgi │ │ │ ├── tool-send2email.cgi │ │ │ ├── tool-send2ftp.cgi │ │ │ ├── tool-send2mqtt.cgi │ │ │ ├── tool-send2scp.cgi │ │ │ ├── tool-send2ssh.cgi │ │ │ ├── tool-send2telegram.cgi │ │ │ ├── tool-send2webhook.cgi │ │ │ ├── tool-send2yadisk.cgi │ │ │ └── tool-upgrade.cgi │ └── thingino-webui.mk ├── thingino-wolfssl │ ├── Config.in │ └── thingino-wolfssl.mk ├── thingino-wpa_supplicant │ ├── 0001-Revert-Mark-authorization-completed-on-driver-indica.patch │ ├── 0002-macsec_linux-Hardware-offload-requires-Linux-headers.patch │ ├── 50-wpa_supplicant.preset │ ├── Config.in │ ├── ifupdown.sh │ ├── thingino_wpa_supplicant.mk │ └── wpa_supplicant.conf ├── usbnet │ ├── Config.in │ ├── files │ │ ├── S36cdcnet │ │ ├── S36cdcnet-client │ │ ├── S38usbnet │ │ ├── dnsd.conf │ │ ├── udhcpd.conf │ │ ├── usb0 │ │ └── usb0-cdc │ └── usbnet.mk ├── wifi-aic8800 │ ├── Config.in │ └── wifi-aic8800.mk ├── wifi-atbm-wifi │ ├── Config.in │ ├── files │ │ ├── atbm_txpwer_dcxo_cfg.txt │ │ └── set_rate_power.txt │ └── wifi-atbm-wifi.mk ├── wifi-atbm6012b │ ├── Config.in │ └── wifi-atbm6012b.mk ├── wifi-atbm6012bx │ ├── Config.in │ └── wifi-atbm6012bx.mk ├── wifi-atbm6031 │ ├── Config.in │ └── wifi-atbm6031.mk ├── wifi-atbm6031x │ ├── Config.in │ └── wifi-atbm6031x.mk ├── wifi-atbm6032 │ ├── Config.in │ └── wifi-atbm6032.mk ├── wifi-atbm6032x │ ├── Config.in │ └── wifi-atbm6032x.mk ├── wifi-atbm6041 │ ├── Config.in │ └── wifi-atbm6041.mk ├── wifi-atbm6062s │ ├── Config.in │ └── wifi-atbm6062s.mk ├── wifi-atbm6062u │ ├── Config.in │ └── wifi-atbm6062u.mk ├── wifi-atbm6132s │ ├── Config.in │ └── wifi-atbm6132s.mk ├── wifi-atbm6132u │ ├── Config.in │ └── wifi-atbm6132u.mk ├── wifi-atbm6441 │ ├── Config.in │ └── wifi-atbm6441.mk ├── wifi-atk9 │ ├── Config.in │ └── wifi-atk9.mk ├── wifi-b43 │ ├── files │ │ ├── fw_bcm43436b0.bin │ │ ├── fw_bcm43438a1.bin │ │ ├── nv_bcm43436b0.txt │ │ └── nv_bcm43438a1.txt │ └── wifi-b43.mk ├── wifi-bcm43438 │ ├── Config.in │ ├── files │ │ ├── fw_bcm43438a1.bin │ │ └── nv_bcm43438a1.txt │ └── wifi-bcm43438.mk ├── wifi-bcmdhd_ap6214a │ ├── Config.in │ ├── files │ │ ├── fw_bcm43438a1.bin │ │ └── nv_bcm43438a1.txt │ └── wifi-bcmdhd-ap6214a.mk ├── wifi-hi3881 │ ├── 0001_wifi_cfg_path.patch │ ├── Config.in │ └── wifi-hi3881.mk ├── wifi-mt7601sta │ ├── Config.in │ └── wifi-mt7601sta.mk ├── wifi-mt7601u │ ├── Config.in │ ├── files │ │ ├── RT2870STA.dat │ │ └── mt7601u.bin │ └── wifi-mt7601u.mk ├── wifi-rtl8188eu │ ├── Config.in │ └── wifi-rtl8188eu.mk ├── wifi-rtl8188eus │ ├── 0001-apmode.patch │ ├── Config.in │ ├── rtl8188fufw.bin │ └── wifi-rtl8188eus.mk ├── wifi-rtl8188fu │ ├── 0003-8192cu.patch │ ├── Config.in │ ├── files │ │ └── PHY_REG_PG.txt │ └── wifi-rtl8188fu.mk ├── wifi-rtl8189es │ ├── Config.in │ ├── files │ │ └── PHY_REG_PG.txt │ └── wifi-rtl8189es.mk ├── wifi-rtl8189fs │ ├── Config.in │ ├── files │ │ └── PHY_REG_PG.txt │ └── wifi-rtl8189fs.mk ├── wifi-rtl8192eu │ ├── Config.in │ └── wifi-rtl8192eu.mk ├── wifi-rtl8192fs │ ├── Config.in │ ├── files │ │ ├── PHY_REG_PG.txt │ │ └── TXPWR_LMT.txt │ └── wifi-rtl8192fs.mk ├── wifi-rtl8733bu │ ├── Config.in │ └── wifi-rtl8733bu.mk ├── wifi-rtl8812au │ ├── 0001-disable_8814_8821.patch │ ├── Config.in │ └── wifi-rtl8812au.mk ├── wifi-rtw-hostapd │ ├── 0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch │ ├── 0002-WPS-UPnP-Fix-event-message-generation-using-a-long-U.patch │ ├── 0003-WPS-UPnP-Handle-HTTP-initiation-failures-for-events-.patch │ ├── 0004-Defconfig.patch │ ├── Config.in │ └── wifi-rtw-hostapd.mk ├── wifi-ssv6158 │ ├── Config.in │ ├── files │ │ └── ssv6x5x-wifi.cfg │ └── wifi-ssv6158.mk ├── wifi-ssv6x5x │ ├── Config.in │ ├── files │ │ ├── ssv6006c-wifi.cfg │ │ ├── ssv6155-usb-40M.cfg │ │ ├── ssv6x5x-wifi.cfg │ │ └── ssv6x5x_pid6011.cfg │ └── wifi-ssv6x5x.mk ├── wifi-ssw101b │ ├── Config.in │ └── wifi-ssw101b.mk ├── wifi-syn4343 │ ├── Config.in │ ├── files │ │ ├── fw_bcm43436b0.bin │ │ ├── fw_bcm43438a1.bin │ │ └── nv_bcm4343.txt │ └── wifi-syn4343.mk ├── wifi-txw901u │ ├── Config.in │ └── wifi-txw901u.mk ├── wifi-wq9001 │ ├── Config.in │ └── wifi-wq9001.mk ├── wifi-ws73v100 │ ├── Config.in │ └── wifi-ws73v100.mk ├── wifi │ ├── Config.in │ ├── files │ │ ├── S36wireless │ │ ├── S38wpa_supplicant │ │ ├── ath9k_htc │ │ │ └── htc_9271-1.4.0.fw │ │ ├── favicon.ico │ │ ├── mmc_gpio_pa │ │ ├── mmc_gpio_pb │ │ ├── rtlwifi │ │ │ └── rtl8188eufw.bin │ │ ├── wlan │ │ └── wlan0 │ └── wifi.mk ├── wolfssh │ ├── Config.in │ └── wolfssh.mk ├── wyze-accessory │ ├── Config.in │ ├── files │ │ ├── car_control │ │ ├── doorbell_chime.c │ │ └── spotlight_ctl │ └── wyze-accessory.mk └── zerotier-one │ ├── 00000-makefile.patch │ ├── Config.in │ ├── files │ ├── S90zerotier │ └── service-zerotier.cgi │ ├── readme.md │ └── zerotier-one.mk ├── scripts ├── binpadder.sh ├── chopchop.rb ├── dep_check.sh ├── dl_buildroot_cache.sh ├── fw_ota.sh ├── hijacker.sh ├── list4web.sh ├── log2bin.sh ├── menu │ ├── main-menu.sh │ ├── menu-common.sh │ ├── menu1-dev-sel.sh │ └── menu2-guided.sh ├── mkenvimage ├── pcmtool.sh ├── rootfs_script.sh ├── show_toolchains.sh ├── stitcher.sh ├── tabulate_gpio.py ├── ubifs │ └── ubinize.cfg ├── uboot-device-env.sh ├── uniflasher.sh ├── unwuuk.rb ├── update_buildroot.sh └── video_latency.sh ├── sensor.mk ├── thingino.mk └── user-menu.sh /.gitignore: -------------------------------------------------------------------------------- 1 | /.board 2 | /.bootstrapped 3 | /.gitconfig 4 | /.idea 5 | /.prereqs.done 6 | /.settings/ 7 | /.vscode 8 | /build.log 9 | /buildroot-*/ 10 | /configs/local.* 11 | /local.mk 12 | /overlay/upper 13 | /package/thingino-webui/files/var/www/onvif/*_files/ 14 | /package/thingino-webui/files/var/www/onvif/*_service 15 | /sdk/ 16 | /tmp/ 17 | /toolchain/ 18 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "buildroot"] 2 | path = buildroot 3 | url = https://github.com/themactep/buildroot 4 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | please refer to https://github.com/themactep/thingino-firmware/activity 4 | -------------------------------------------------------------------------------- /configs/cameras-exp/camsoy_okc01_t31lc_gc1084_hi3881/camsoy_okc01_t31lc_gc1084_hi3881.config: -------------------------------------------------------------------------------- 1 | wlan_module="hi3881" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/camsoy_okc01_t31lc_gc1084_hi3881/camsoy_okc01_t31lc_gc1084_hi3881.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 49O 50o 53i 54i 57i 58i 60O 61i 62O 63i 64i 2 | gpio_ir940=60 3 | gpio_led_b=49 4 | gpio_led_r=50 5 | gpio_mmc_cd=61 6 | gpio_mmc_power=62 7 | gpio_scl=58 8 | gpio_sda=57 9 | -------------------------------------------------------------------------------- /configs/cameras-exp/cinnado_d1_3k_atbm6132u/cinnado_d1_3k_atbm6132u.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6132u" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/cinnado_d1_3k_atbm6132u/cinnado_d1_3k_atbm6132u.uenv.txt: -------------------------------------------------------------------------------- 1 | ### TBD 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/cinnado_d1_t31l_kernel44/cinnado_d1_t31l_kernel44_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Cinnado D1 T31L (T31L, SC2336, ATBM6031) with Kernel 4.4 2 | # MODULE: t31l_sc2336_atbm6031 3 | #BR2_KERNEL_VERSION_4=y 4 | BR2_THINGINO_MOTORS=y 5 | BR2_THINGINO_MOTORS_TCU=y 6 | BR2_THINGINO_SDCARD=y 7 | #CONFIG_KERNEL_VERSION_4=y 8 | FLASH_SIZE_8=y 9 | KERNEL_VERSION_4=y 10 | -------------------------------------------------------------------------------- /configs/cameras-exp/escam_g16_t21n_jxh62_mt7601u/escam_g16_t21n_jxh62_mt7601u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: ESCAM G16 (T21N, JXH62, MT7601U) 2 | # MODULE: t21n_jxh62_mt7601u 3 | BR2_AVPU_VPLL=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 5 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 6 | BR2_THINGINO_AUDIO=y 7 | BR2_THINGINO_SDCARD=y 8 | FLASH_SIZE_8=y 9 | -------------------------------------------------------------------------------- /configs/cameras-exp/eufy_t8441_t31x_sc3335_syn4343/eufy_t8441_t31x_sc3335_syn4343.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=6O 7o 8i 10i 11i 17O 18O 48O 49o 50o 58i 59o 61o 62o 2 | gpio_default_net=72 3 | gpio_ir850=60 4 | gpio_ircut=49 50 5 | gpio_mmc_cd=58 6 | gpio_white=59O 7 | gpio_wlan=48O 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/ezviz_csmy33why_t31x_jxq03_rtl8188ftv/ezviz_csmy33why_t31x_jxq03_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="-1" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras-exp/ezviz_csmy33why_t31x_jxq03_rtl8188ftv/ezviz_csmy33why_t31x_jxq03_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=6 2 | gpio_default=25ID 26IDU 3 | gpio_ir850=14 4 | gpio_led_b=8 5 | gpio_led_r=16 6 | gpio_mmc_cd=63 7 | gpio_motor_h=-1 -1 -1 -1 8 | gpio_motor_v=51 54 52 53 9 | gpio_speaker=9O 10 | gpio_wlan=7o 11 | -------------------------------------------------------------------------------- /configs/cameras-exp/galayou_g2_t31lc_sc2336_atbm6012b/galayou_g2_t31lc_sc2336_atbm6012b.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3850" 3 | motor_maxstep_v="770" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012b" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/galayou_g2_t31lc_sc2336_atbm6012b/galayou_g2_t31lc_sc2336_atbm6012b.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_default=7o 9o 10o 11o 18O 49i 50o 51o 52o 53o 54o 61o 62o 63o 64o 3 | gpio_ir940=50 4 | gpio_ircut=10 11 5 | gpio_led_b=9o 6 | gpio_mmc_cd=49 7 | gpio_motor_h=54 52 53 64 8 | gpio_motor_v=61 62 63 51 9 | gpio_speaker=7 10 | -------------------------------------------------------------------------------- /configs/cameras-exp/galayou_g2_t31lc_sc2336_atbm6012bx/galayou_g2_t31lc_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="796" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/galayou_g2_t31lc_sc2336_atbm6012bx/galayou_g2_t31lc_sc2336_atbm6012bx.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_default=10o 11o 18O 49i 51o 52o 53o 54o 60O 61o 62o 63o 64o 3 | gpio_default_net= 4 | gpio_ir940=50 5 | gpio_ircut=10 11 6 | gpio_led_b=9o 7 | gpio_mmc_cd=49 8 | gpio_motor_h=61 62 63 51 9 | gpio_motor_v=54 52 53 64 10 | -------------------------------------------------------------------------------- /configs/cameras-exp/galayou_g7_t31lc_sc2336_atbm6012b/galayou_g7_t31lc_sc2336_atbm6012b_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Galayou G7 (T31LC, SC2336, ATBM6012B) 2 | # MODULE: t31lc_sc2336_atbm6012b 3 | BR2_PACKAGE_THINGINO_KOPT=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 5 | BR2_PACKAGE_THINGINO_KOPT_MMC0_1BIT=y 6 | BR2_PACKAGE_THINGINO_KOPT_MMC=y 7 | FLASH_SIZE_8=y 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/h3c_c2041_t31x_jxk04_rtl8188ftv/h3c_c2041_t31x_jxk04_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/h3c_c2041_t31x_jxk04_rtl8188ftv/h3c_c2041_t31x_jxk04_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50 2 | gpio_default=10O 11o 16O 17O 49i 50i 57o 58o 51o 52o 53o 54o 61o 62o 63o 64o 3 | gpio_ircut=57 58 4 | gpio_led_b=16o 5 | gpio_led_r=17o 6 | gpio_mmc_cd=49 7 | gpio_motor_en=11 8 | gpio_motor_h=51 63 62 61 9 | gpio_motor_v=64 53 52 54 10 | gpio_wlan=10 11 | -------------------------------------------------------------------------------- /configs/cameras-exp/ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a/ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a.config: -------------------------------------------------------------------------------- 1 | wlan_module="bcmdhd" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a/ingenic_k3_100_c100_gc2053_bcmdhd_ap6214a.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_wlan=5OO 2 | gpio_ircut=-1 3 | -------------------------------------------------------------------------------- /configs/cameras-exp/jooan_w5u_t40nn_os02g10_ssv6256p/jooan_w5u_t40nn_os02g10_ssv6256p.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4200" 3 | motor_maxstep_v="1200" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6x5x-wifi.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/jooan_w5u_t40nn_os02g10_ssv6256p/jooan_w5u_t40nn_os02g10_ssv6256p_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Jooan W5U (T40NN, OS02G10, SSV6256P) 2 | # MODULE: t40nn_os02g10_ssv6256p 3 | BR2_THINGINO_AUDIO=y 4 | BR2_THINGINO_BUTTON=y 5 | BR2_THINGINO_FLASH_NOR=y 6 | BR2_THINGINO_SDCARD=y 7 | FLASH_SIZE_8=y 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/jooan_w8u_t23n_sc2336_atbm6132u/jooan_w8u_t23n_sc2336_atbm6132u.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="11900" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6132u" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/noname_green_t10_ov9712_ap6181/noname_green_t10_ov9712_ap6181.config: -------------------------------------------------------------------------------- 1 | wlan_module="bcmdhd" 2 | wlan_module_opts="gpio_wl_reg_on=20 gpio_wl_host_wake=62 firmware_path=/lib/firmware/fw_bcm40181a2.bin nvram_path=/lib/firmware/nvram.txt op_mode=0 disable_proptx=1" 3 | -------------------------------------------------------------------------------- /configs/cameras-exp/noname_green_t10_ov9712_ap6181/noname_green_t10_ov9712_ap6181.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_mmc_cd=59 2 | gpio_wlan=20O 3 | -------------------------------------------------------------------------------- /configs/cameras-exp/noorio_t110_t41nq_gc4023_aic880d/noorio_t110_t41nq_gc4023_aic880d.config: -------------------------------------------------------------------------------- 1 | wlan_module="aic8800_fdrv" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/noorio_t110_t41nq_gc4023_aic880d/noorio_t110_t41nq_gc4023_aic880d.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_ircut=49 50 2 | gpio_button=62 3 | gpio_ir850=46 4 | gpio_mmc_cd=58 5 | gpio_motor_h=83 77 72 76 6 | gpio_motor_v=82 79 81 80 7 | gpio_speaker=63O 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/noorio_t110_t41nq_gc4023_aic880d/noorio_t110_t41nq_gc4023_aic880d_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Noorio T110 (T41NQ, GC4023, AIC8800D) 2 | # MODULE: t41nq_gc4023_aic8800d 3 | BR2_THINGINO_AUDIO=y 4 | BR2_THINGINO_MOTORS=y 5 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 6 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 7 | BR2_THINGINO_SDCARD=y 8 | BR2_THINGINO_BUTTON=y 9 | FLASH_SIZE_32=y 10 | -------------------------------------------------------------------------------- /configs/cameras-exp/okam_qc3_t23n_gc2083_aic8800u/okam_qc3_t23n_gc2083_aic8800u.config: -------------------------------------------------------------------------------- 1 | wlan_module="aic8800_fdrv" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/okam_qc3_t23n_gc2083_aic8800u/okam_qc3_t23n_gc2083_aic8800u.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_ircut=57 58 2 | gpio_ir850=61 3 | gpio_mmc_cd=59 4 | gpio_white=50 5 | gpio_wlan=62o 6 | -------------------------------------------------------------------------------- /configs/cameras-exp/szt_ct213_t23n_gc1084_atbm6012b/szt_ct213_t23n_gc1084_atbm6012b.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="11900" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/t31zx_ov5647_eth/t31zx_ov5647_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: (T31ZX, OV5647, ETH) 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target local 3 | BR2_SENSOR_OV5647=y 4 | BR2_SOC_INGENIC_T31ZX=y 5 | BR2_PACKAGE_USBNET=y 6 | -------------------------------------------------------------------------------- /configs/cameras-exp/tplink_tapo_c200_t23n_sc2336p_rtl8188ftv/tplink_tapo_c200_t23n_sc2336p_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/vanhua_h53/vanhua_h53.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | -------------------------------------------------------------------------------- /configs/cameras-exp/vanhua_h53/vanhua_h53.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=14O 18O 57o 58o 49o 52o 53o 59o 60o 61o 62o 63o 2 | gpio_ircut=57 58 3 | gpio_motor_h=63 62 61 60 4 | gpio_motor_v=59 52 53 49 5 | gpio_wlan=14O 6 | -------------------------------------------------------------------------------- /configs/cameras-exp/vanhua_s62i_t40nn_imx307_eth/vanhua_s62i_t40nn_imx307_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=66o 67o 69o 2 | gpio_ir850=67 3 | gpio_ircut=118 119 4 | gpio_led_r=69 5 | gpio_white=66 6 | -------------------------------------------------------------------------------- /configs/cameras-exp/vanhua_s62i_t40nn_imx307_eth/vanhua_s62i_t40nn_imx307_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Vanhua S62I (T40NN, IMX307, ETH) 2 | # MODULE: t40nn_imx307_eth 3 | BR2_THINGINO_RMEM_64=y 4 | FLASH_SIZE_16=y 5 | -------------------------------------------------------------------------------- /configs/cameras-exp/vanhua_t55a_t41lq_gc5603_eth/vanhua_t55a_t41lq_gc5603_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=77o 78o 79o 80o 82o 2 | gpio_ir850=80 3 | gpio_ircut=49 50 4 | gpio_led_r=79 5 | gpio_ttl_1=77 6 | gpio_ttl_2=78 7 | gpio_white=82 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/vanhua_t55a_t41lq_gc5603_eth/vanhua_t55a_t41lq_gc5603_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Vanhua T55A (T41LQ, GC5603, ETH) 2 | # MODULE: t41lq_gc5603_eth 3 | BR2_THINGINO_AUDIO=y 4 | BR2_THINGINO_RMEM_22=y 5 | BR2_THINGINO_NMEM_8=y 6 | FLASH_SIZE_16=y 7 | -------------------------------------------------------------------------------- /configs/cameras-exp/vanhua_z66si_t41nq_gc4023_eth/vanhua_z66si_t41nq_gc4023_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=77o 78o 79o 80o 82o 2 | gpio_ir850=80 3 | gpio_ircut=49 50 4 | gpio_led_r=79 5 | gpio_ttl_1=77 6 | gpio_ttl_2=78 7 | gpio_white=82 8 | -------------------------------------------------------------------------------- /configs/cameras-exp/vstarcam_c662_t23n_gc2083_ssv6355/vstarcam_c662_t23n_gc2083_ssv6355.config: -------------------------------------------------------------------------------- 1 | wlan_module="ssv6x5x" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/vstarcam_c662_t23n_gc2083_ssv6355/vstarcam_c662_t23n_gc2083_ssv6355.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=6 2 | gpio_default=6i 14o 16O 18O 25ID 26IDU 50o 51o 54O 57o 58o 59i 61o 62o 63O 3 | gpio_ir850=51 4 | gpio_ircut=58 57 5 | gpio_mmc_cd=59 6 | gpio_speaker=63 7 | gpio_white=50 8 | gpio_wlan=62o 9 | -------------------------------------------------------------------------------- /configs/cameras-exp/vstarcam_c662_t23n_gc2083_ssv6355/vstarcam_c662_t23n_gc2083_ssv6355_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Vstarcam C662 (T23N, GC2083, SSV6355) 2 | # MODULE: t23n_gc2083_ssv6355 3 | BR2_THINGINO_AUDIO=y 4 | BR2_THINGINO_SDCARD=y 5 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 6 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 7 | #BR2_SENSOR_PARAMS="shvflip=1" 8 | FLASH_SIZE_8=y 9 | -------------------------------------------------------------------------------- /configs/cameras-exp/wansview_q6_t21n_ov2735b_rtl8188ftv/wansview_q6_t21n_ov2735b_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4000" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras-exp/wansview_q6_t21n_ov2735b_rtl8188ftv/wansview_q6_t21n_ov2735b_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir940=49 3 | gpio_ircut=79 80 4 | gpio_led_b=73o 5 | gpio_led_r=72o 6 | gpio_mmc_cd=17 7 | gpio_motor_h=78 75 76 77 8 | gpio_motor_v=53 51 82 81 9 | gpio_speaker=63o 10 | -------------------------------------------------------------------------------- /configs/cameras-exp/wansview_y1_t31l_os02g10_atbm6031/wansview_y1_t31l_os02g10_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras-exp/wansview_y1_t31l_os02g10_atbm6031/wansview_y1_t31l_os02g10_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_default=7O 8o 9O 11O 14i 16i 17i 18O 47O 50i 57o 58o 3 | gpio_ir850=11 4 | gpio_ircut=57 58 5 | gpio_led_b=9 6 | gpio_led_r=8 7 | gpio_mmc_cd=50 8 | gpio_scl=17 9 | gpio_sda=16 10 | gpio_speaker=7o 11 | gpio_wlan=47O 12 | -------------------------------------------------------------------------------- /configs/cameras-exp/wj01_t31l_jxh62_rtl8188ftv/wj01_t31l_jxh62_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=42i 43o 49o 50o 51i 52o 53o 54i 57o 59i 60o 62i 63o 2 | gpio_led_b=52 3 | gpio_mmc_cd=59 4 | gpio_speaker=57 5 | -------------------------------------------------------------------------------- /configs/cameras-exp/wj01_t31l_jxh62_rtl8188ftv/wj01_t31l_jxh62_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: WJ01 (T31L, JXH62, RTL8188FTV) 2 | # MODULE: t31l_jxh62_rtl8188ftv 3 | BR2_THINGINO_AUDIO=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 5 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 6 | BR2_THINGINO_RMEM_22=y 7 | BR2_THINGINO_SDCARD=y 8 | BR2_SENSOR_PARAMS="data_interface=1" 9 | FLASH_SIZE_8=y 10 | -------------------------------------------------------------------------------- /configs/cameras-exp/wyze_cam3pro_nor_t40xp_gc4653_rtl8192fs/wyze_cam3pro_nor_t40xp_gc4653_rtl8192fs.config: -------------------------------------------------------------------------------- 1 | wlan_module="8192fs" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/wyze_cam3pro_t40xp_gc4653_rtl8192fs/wyze_cam3pro_t40xp_gc4653_rtl8192fs.config: -------------------------------------------------------------------------------- 1 | wlan_module="8192fs" 2 | -------------------------------------------------------------------------------- /configs/cameras-exp/wyze_cam3pro_t40xp_gc4653_rtl8192fs/wyze_cam3pro_t40xp_gc4653_rtl8192fs.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=107 2 | gpio_default=105O 106O 3 | gpio_ir940=66 4 | gpio_ircut=119 118 5 | gpio_led_b=105o 6 | gpio_led_y=106o 7 | gpio_mmc_cd=70 8 | gpio_mmc_power=71o 9 | #gpio_mmc_power=58 10 | #gpio_mmc_power=121 11 | gpio_speaker=-1 12 | gpio_white=67 13 | gpio_wlan=57 14 | -------------------------------------------------------------------------------- /configs/cameras-exp/xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv_k4/xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv_k4_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Xiaomi MJSXJ03HL (T31N, JXQ03P, RTL8189FTV) with Kernel 4.x 2 | # MODULE: t31n_jxq03p_rtl8189ftv 3 | FLASH_SIZE_16=y 4 | KERNEL_VERSION_4=y 5 | -------------------------------------------------------------------------------- /configs/cameras/360_ap1pa3_t31x_gc4653_atbm6031/360_ap1pa3_t31x_gc4653_atbm6031.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="6300" 3 | motor_maxstep_v="2500" 4 | motor_speed_h="700" 5 | motor_speed_v="700" 6 | wlan_module="atbm6031" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/ajcloud_cp2011_t23n_sc2336_atbm6132bu/ajcloud_cp2011_t23n_sc2336_atbm6132bu.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4100" 3 | motor_maxstep_v="1800" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6132u" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/ajcloud_cp2011_t23n_sc2336_atbm6132bu/ajcloud_cp2011_t23n_sc2336_atbm6132bu.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=38 2 | gpio_button_call=51 3 | gpio_ir850=45 4 | gpio_ircut=57 58 5 | gpio_led_b=40O 6 | gpio_mmc_cd=50 7 | gpio_motor_h=49 63 62 61 8 | gpio_motor_v=64 53 52 59 9 | gpio_speaker=39o 10 | gpio_wlan=47O 47o 11 | -------------------------------------------------------------------------------- /configs/cameras/ajcloud_cp8010_t23n_sc2336p_atbm6132bu/ajcloud_cp8010_t23n_sc2336p_atbm6132bu.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4100" 3 | motor_maxstep_v="1200" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6132u" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/ajcloud_cp8010_t23n_sc2336p_atbm6132bu/ajcloud_cp8010_t23n_sc2336p_atbm6132bu.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=38 2 | gpio_default=18O 38i 39O 45o 47o 49o 50i 52o 53o 57O 58O 59o 61o 62o 63o 64o 3 | gpio_ir850=45 4 | gpio_ircut=57 58 5 | gpio_mmc_cd=50 6 | gpio_motor_h=61 62 63 49 7 | gpio_motor_v=59 52 53 64 8 | gpio_speaker=39o 9 | gpio_wlan=47O 47o 10 | -------------------------------------------------------------------------------- /configs/cameras/aobocam_a12_t23dl_jxh63p_txw901u/aobocam_a12_t23dl_jxh63p_txw901u.config: -------------------------------------------------------------------------------- 1 | wlan_module="txw901u" 2 | -------------------------------------------------------------------------------- /configs/cameras/aobocam_a12_t23dl_jxh63p_txw901u/aobocam_a12_t23dl_jxh63p_txw901u.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_button_2=63 3 | gpio_ircut=-1 4 | gpio_default=49o 51O 54O 5 | gpio_led_g=54o 6 | gpio_led_r=49O 7 | gpio_led_b=51o 8 | gpio_mmc_cd=52 9 | -------------------------------------------------------------------------------- /configs/cameras/aoqee_c1_t23n_sc2336_atbm6062/aoqee_c1_t23n_sc2336_atbm6062.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6062u" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/aoqee_c1_t23n_sc2336_atbm6062/aoqee_c1_t23n_sc2336_atbm6062.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=38 2 | gpio_ir850=45 3 | gpio_ircut=57 58 4 | gpio_led_b=46O 5 | gpio_led_w=60O 6 | gpio_mmc_cd=50 7 | gpio_speaker=39o 8 | gpio_wlan=47o 9 | -------------------------------------------------------------------------------- /configs/cameras/aoqee_c1_t23n_sc2336_atbm6062/aoqee_c1_t23n_sc2336_atbm6062_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: AOQEE C1 (T23N, SC2336, ATBM6062) 2 | # MODULE: t23n_sc2336_atbm6062 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_PWM_ENABLE=y 8 | BR2_THINGINO_SDCARD=y 9 | FLASH_SIZE_8=y 10 | -------------------------------------------------------------------------------- /configs/cameras/aosu_c5l_t31l_sc3336_rtl8188ftv/aosu_c5l_t31l_sc3336_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/atom_cam2_t31x_gc2053_atbm6031/atom_cam2_t31x_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/atom_cam2_t31x_gc2053_atbm6031/atom_cam2_t31x_gc2053_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=51 2 | gpio_default=18O 26o 38O 39O 48o 50i 51i 52o 53o 59i 62i 63o 25ID 26IDU 3 | gpio_default_net=48o 4 | gpio_ir850=26 5 | gpio_ircut=52 53 6 | gpio_mmc_cd=59 7 | gpio_mmc_power=48o 8 | gpio_speaker=63 9 | gpio_wlan=57O 10 | 11 | -------------------------------------------------------------------------------- /configs/cameras/cinnado_d1_t23n_sc2336_atbm6012bx/cinnado_d1_t23n_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/cinnado_d1_t31l_sc2336_atbm6031/cinnado_d1_t31l_sc2336_atbm6031.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6031" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/cinnado_d1_t31l_sc2336_atbm6031/cinnado_d1_t31l_sc2336_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_default=7O 8O 9o 11o 14i 16I 17I 18O 47O 49o 50I 58o 46o 3 | gpio_ir940=11 4 | gpio_ircut=57 58 5 | gpio_led_b=9 6 | gpio_led_r=8 7 | gpio_mmc_cd=50 8 | gpio_motor_h=49 63 62 61 9 | gpio_motor_v=52 53 64 59 10 | gpio_speaker=7o 11 | gpio_wlan=47O 12 | -------------------------------------------------------------------------------- /configs/cameras/dekco_dc5l_t31l_sc3336_rtl8188ftv/dekco_dc5l_t31l_sc3336_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/ec76_u15_t21n_jxf23_rtl8188ftv/ec76_u15_t21n_jxf23_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4000" 3 | motor_maxstep_v="1300" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/ec76_u15_t21n_jxf23_rtl8188ftv/ec76_u15_t21n_jxf23_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=59 2 | gpio_default=18O 39o 40o 41o 42o 43o 45o 46o 48o 52i 59i 63O 78O 79o 80o 81o 82o 3 | gpio_ir850=81 4 | gpio_ircut=79 80 5 | gpio_led_r=78 6 | gpio_mmc_cd=52 7 | gpio_motor_h=39 40 41 42 8 | gpio_motor_v=48 46 45 43 9 | gpio_speaker=63o 10 | gpio_white=82 11 | -------------------------------------------------------------------------------- /configs/cameras/elife_etn3431hdw_t31x_os03b10_ssv6155/elife_etn3431hdw_t31x_os03b10_ssv6155.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4200" 3 | motor_maxstep_v="1600" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | wlan_module_opts=stacfgpath="/usr/share/wifi/ssv6155-usb-40M.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras/elife_etn3431hdw_t31x_os03b10_ssv6155/elife_etn3431hdw_t31x_os03b10_ssv6155.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_button_call=49 3 | gpio_default=25ID 26IDU 57o 58o 4 | gpio_ir850=50o 5 | gpio_ircut=53 52 6 | gpio_led_g=57O 7 | gpio_led_r=58O 8 | gpio_mmc_cd=59 9 | gpio_motor_h=6 7 8 9 10 | gpio_motor_v=11 17 16 14 11 | gpio_speaker=63O 12 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8400x_t31x_sc3235_syn4343/eufy_t8400x_t31x_sc3235_syn4343.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3900" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="bcmdhd" 7 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 8 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8400x_t31x_sc3235_syn4343/eufy_t8400x_t31x_sc3235_syn4343.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=58 2 | gpio_default=25ID 26ID 61o 62o 3 | gpio_ir850=60 4 | gpio_ircut=49 50 5 | gpio_led_b=61O 6 | gpio_led_r=62O 7 | gpio_mmc_cd=59 8 | gpio_mmc_power=17O 9 | gpio_speaker=63 10 | gpio_wlan=48O 11 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8400x_t31x_sc3338_syn4343/eufy_t8400x_t31x_sc3338_syn4343.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3900" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="bcmdhd" 7 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 8 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8400x_t31x_sc3338_syn4343/eufy_t8400x_t31x_sc3338_syn4343.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=58 2 | gpio_default=25ID 26ID 61o 62o 3 | gpio_ir850=60 4 | gpio_ircut=49 50 5 | gpio_led_b=61O 6 | gpio_led_r=62O 7 | gpio_mmc_cd=59 8 | gpio_mmc_power=17O 9 | gpio_speaker=63 10 | gpio_wlan=48O 11 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8410c_t31x_sc3338_syn4343/eufy_t8410c_t31x_sc3338_syn4343.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3900" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6031x" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8410x_t31x_sc3235_syn4343/eufy_t8410x_t31x_sc3235_syn4343.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3900" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="bcmdhd" 7 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 8 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8410x_t31x_sc3335_syn4343/eufy_t8410x_t31x_sc3335_syn4343.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3900" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="bcmdhd" 7 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 8 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8410x_t31x_sc3336_syn4343/eufy_t8410x_t31x_sc3336_syn4343.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3900" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="bcmdhd" 7 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 8 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8410x_t31x_sc3338_syn4343/eufy_t8410x_t31x_sc3338_syn4343.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3900" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="bcmdhd" 7 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 8 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8441x_t31x_sc3335_syn4343/eufy_t8441x_t31x_sc3335_syn4343.config: -------------------------------------------------------------------------------- 1 | wlan_module="bcmdhd" 2 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 3 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8441x_t31x_sc3335_syn4343/eufy_t8441x_t31x_sc3335_syn4343.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=8 2 | gpio_default=25ID 26ID 61o 62o 3 | gpio_ir850=7O 4 | gpio_ircut=49 50 5 | gpio_led_b=61O 6 | gpio_led_r=62O 7 | gpio_mmc_cd=58 8 | gpio_mmc_power=17O 9 | gpio_speaker=63 10 | gpio_white=59O 11 | gpio_wlan=48O 12 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8441x_t31x_sc3338_syn4343/eufy_t8441x_t31x_sc3338_syn4343.config: -------------------------------------------------------------------------------- 1 | wlan_module="bcmdhd" 2 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 3 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8441x_t31x_sc3338_syn4343/eufy_t8441x_t31x_sc3338_syn4343.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=8 2 | gpio_default=25ID 26ID 61o 62o 3 | gpio_ir850=7O 4 | gpio_ircut=49 50 5 | gpio_led_b=61O 6 | gpio_led_r=62O 7 | gpio_mmc_cd=58 8 | gpio_mmc_power=17O 9 | gpio_speaker=63 10 | gpio_white=59O 11 | gpio_wlan=48O 12 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8442x_t31x_sc3335_syn4343/eufy_t8442x_t31x_sc3335_syn4343.config: -------------------------------------------------------------------------------- 1 | wlan_module="bcmdhd" 2 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 3 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8442x_t31x_sc3335_syn4343/eufy_t8442x_t31x_sc3335_syn4343.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=8 2 | gpio_default=25ID 26ID 61o 62o 3 | gpio_ir850=7O 4 | gpio_ircut=49 50 5 | gpio_led_b=61O 6 | gpio_led_r=62O 7 | gpio_mmc_cd=58 8 | gpio_mmc_power=17O 9 | gpio_speaker=63 10 | gpio_white=59O 11 | gpio_wlan=48O 12 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8442x_t31x_sc3338_syn4343/eufy_t8442x_t31x_sc3338_syn4343.config: -------------------------------------------------------------------------------- 1 | wlan_module="bcmdhd" 2 | wlan_module_opts="gpio_wl_reg_on=48 gpio_wl_host_wake=39 firmware_path=/usr/lib/firmware/ nvram_path=/usr/lib/firmware/nv_bcm4343.txt op_mode=2" 3 | -------------------------------------------------------------------------------- /configs/cameras/eufy_t8442x_t31x_sc3338_syn4343/eufy_t8442x_t31x_sc3338_syn4343.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=8 2 | gpio_default=25ID 26ID 61o 62o 3 | gpio_ir850=7O 4 | gpio_ircut=49 50 5 | gpio_led_b=61O 6 | gpio_led_r=62O 7 | gpio_mmc_cd=58 8 | gpio_mmc_power=17O 9 | gpio_speaker=63 10 | gpio_white=59O 11 | gpio_wlan=48O 12 | -------------------------------------------------------------------------------- /configs/cameras/feisda_hd620_t31x_jxq03_eth+rtl8188ftv/feisda_hd620_t31x_jxq03_eth+rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3180" 3 | motor_maxstep_v="1140" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/feisda_hd620_t31x_jxq03_eth+rtl8188ftv/feisda_hd620_t31x_jxq03_eth+rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=10 2 | gpio_default=8O 52o 53o 50o 9o 10i 16i 49o 57o 58o 59o 61o 62o 63o 64o 3 | gpio_ir850=9 4 | gpio_ircut=53 52 5 | gpio_mmc_cd=16 6 | gpio_motor_h=59 57 64 62 7 | gpio_motor_v=58 49 63 61 8 | gpio_white=50 9 | gpio_wlan=8O 10 | -------------------------------------------------------------------------------- /configs/cameras/galayou_g2_t23n_sc2336_atbm6012bx/galayou_g2_t23n_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="796" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/galayou_g7_t23n_sc2336_atbm6012bx/galayou_g7_t23n_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6012bx" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/galayou_g7_t23n_sc2336_atbm6012bx/galayou_g7_t23n_sc2336_atbm6012bx.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir940=50 3 | gpio_ircut=16 17 4 | gpio_led_b=35o 5 | gpio_mmc_cd=49 6 | gpio_scl=58i 7 | gpio_sda=57i 8 | gpio_speaker=7o 9 | -------------------------------------------------------------------------------- /configs/cameras/galayou_y4_t23n_sc2336_atbm6062/galayou_y4_t23n_sc2336_atbm6062.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4050" 3 | motor_maxstep_v="1150" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6062u" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/galayou_y4_t31l_sc2336_atbm6012bx/galayou_y4_t31l_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4050" 3 | motor_maxstep_v="800" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/galayou_y4_t31l_sc2336_atbm6032/galayou_y4_t31l_sc2336_atbm6032.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6032" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/galayou_y4_t31l_sc2336_atbm6032/galayou_y4_t31l_sc2336_atbm6032.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=7O 8o 9O 10o 11o 14i 16i 17i 18O 49o 50i 52o 53o 57o 58o 59o 61o 62o 63o 64o 2 | gpio_ir940=11 3 | gpio_ircut=57 58 4 | gpio_mmc_cd=50 5 | gpio_motor_h=49 63 62 61 6 | gpio_motor_v=52 53 64 59 7 | gpio_wlan=17o 8 | -------------------------------------------------------------------------------- /configs/cameras/galayou_y4_t31n_sc2336_atbm6012b/galayou_y4_t31n_sc2336_atbm6012b.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012b" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/galayou_y4_t31n_sc2336_atbm6012b/galayou_y4_t31n_sc2336_atbm6012b.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=7O 8o 9O 10o 11O 14i 16i 17o 18O 49o 50i 52o 53o 57o 58o 59o 61o 62o 63o 64o 2 | gpio_ir940=11 3 | gpio_ircut=57 58 4 | gpio_mmc_cd=50 5 | gpio_motor_h=49 63 62 61 6 | gpio_motor_v=52 53 64 59 7 | gpio_wlan=17o 8 | -------------------------------------------------------------------------------- /configs/cameras/ginzzu_op200_t31l_gc2083_ssv6155/ginzzu_op200_t31l_gc2083_ssv6155.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6006c-wifi.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras/gncc_gc2_t23n_sc2336_atbm6012bx/gncc_gc2_t23n_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6012bx" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/gncc_gc2_t23n_sc2336_atbm6012bx/gncc_gc2_t23n_sc2336_atbm6012bx.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_default=6O 7o 14i 16O 17O 18O 34O 35O 49i 50o 57i 58i 3 | gpio_ir850=50 4 | gpio_ircut=16 17 5 | gpio_led_b=34o 6 | gpio_led_r=35o 7 | gpio_mmc_cd=49 8 | gpio_scl=58i 9 | gpio_sda=57i 10 | gpio_speaker=7o 11 | gpio_wlan=6O 12 | -------------------------------------------------------------------------------- /configs/cameras/gncc_gc2_t23n_sc2336_atbm6012bx/gncc_gc2_t23n_sc2336_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: GNCC GC2 (T23N, SC2336, ATBM6012BX) 2 | # MODULE: t23n_sc2336_atbm6012bx 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_1BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_SDCARD=y 8 | FLASH_SIZE_8=y 9 | -------------------------------------------------------------------------------- /configs/cameras/hamedal_c20_t31a_gc2053/hamedal_c20_t31a_gc2053.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/hamedal_c20_t31a_gc2053/hamedal_c20_t31a_gc2053.config -------------------------------------------------------------------------------- /configs/cameras/hamedal_c20_t31a_gc2053/hamedal_c20_t31a_gc2053.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button_audio_mute=35 2 | gpio_button_video_mute=34 3 | gpio_button_vol_down=33 4 | gpio_button_vol_up=32 5 | gpio_default= 6 | gpio_default_net= 7 | gpio_ircut= 8 | gpio_led_r= 9 | gpio_mmc_cd= 10 | -------------------------------------------------------------------------------- /configs/cameras/hc_3301ymt1_t31n_sc2332_hi3881/hc_3301ymt1_t31n_sc2332_hi3881.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="1000" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="200" 5 | motor_speed_v="200" 6 | wlan_module="hi3881" 7 | -------------------------------------------------------------------------------- /configs/cameras/hc_3301ymt1_t31n_sc2332_hi3881/hc_3301ymt1_t31n_sc2332_hi3881.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=6 2 | gpio_default=6I 14O 52o 53o 54o 51o 57o 58o 61o 62o 63o 64o 49O 50O 3 | gpio_ir850=50o 4 | gpio_ircut=63 64 5 | gpio_motor_h=57 58 61 62 6 | gpio_motor_v=53 52 54 51 7 | gpio_speaker=14 8 | gpio_white=49o 9 | -------------------------------------------------------------------------------- /configs/cameras/hl_jdpan01_t31l_gc2053_atbm6031/hl_jdpan01_t31l_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4000" 3 | motor_maxstep_v="550" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6031" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/hl_jdpan01_t31l_gc2053_atbm6031/hl_jdpan01_t31l_gc2053_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=6 2 | gpio_default=25ID 26IDU 38O 39O 58o 58O 3 | gpio_ir940=60 4 | gpio_ircut=50 49 5 | gpio_led_b=38o 6 | gpio_led_y=39o 7 | gpio_mmc_cd=48 8 | gpio_mmc_power=47o 54o 9 | gpio_motor_h=52 53 57 51 10 | gpio_motor_v=59 61 62 63 11 | gpio_speaker=7 12 | gpio_wlan=58O 13 | -------------------------------------------------------------------------------- /configs/cameras/howell_qj05t_t20l_sc2235_eth+rtl8188ftv/howell_qj05t_t20l_sc2235_eth+rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | day_night_max="5000" 3 | day_night_min="2500" 4 | -------------------------------------------------------------------------------- /configs/cameras/howell_qj05t_t20l_sc2235_eth+rtl8188ftv/howell_qj05t_t20l_sc2235_eth+rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=60 2 | gpio_default=25o 26o 77o 60i 3 | gpio_ircds=true 4 | gpio_ircut=26 25 5 | gpio_speaker=77O 6 | -------------------------------------------------------------------------------- /configs/cameras/iflytek_xfp301m_t31x_jxq03_rtl8188ftv/iflytek_xfp301m_t31x_jxq03_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/iflytek_xfp301m_t31x_jxq03_ssv6155/iflytek_xfp301m_t31x_jxq03_ssv6155.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="1100" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6155-usb-40M.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras/imou_ranger2_t31n_gc2053_ssv6155/imou_ranger2_t31n_gc2053_ssv6155.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="2000" 3 | motor_maxstep_v="750" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6155-usb-40M.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras/imou_ranger2_t31n_gc2053_ssv6155/imou_ranger2_t31n_gc2053_ssv6155.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=7 2 | gpio_default=10o 11o 3 | gpio_ircut=53 52 4 | gpio_ir850=49 5 | gpio_led_g=11 6 | gpio_led_r=10 7 | gpio_mmc_cd=57 8 | gpio_mmc_power=58o 9 | gpio_motor_h=61 59 56 55 10 | gpio_motor_v=60 62 63 64 11 | gpio_speaker=9O 12 | gpio_wlan=8O 13 | serialport=ttyS0 14 | -------------------------------------------------------------------------------- /configs/cameras/jienuo_jn107arewifi_t31x_sc5235_eth+rtl8731bu/jienuo_jn107arewifi_t31x_sc5235_eth+rtl8731bu.config: -------------------------------------------------------------------------------- 1 | wlan_module="8733bu" 2 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a2r_t23n_sc1a4t_atbm6012bx/jooan_a2r_t23n_sc1a4t_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4050" 3 | motor_maxstep_v="1500" 4 | motor_speed_h="450" 5 | motor_speed_v="450" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a2r_t23n_sc1a4t_ssv6355/jooan_a2r_t23n_sc1a4t_ssv6355.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4050" 3 | motor_maxstep_v="1500" 4 | motor_speed_h="450" 5 | motor_speed_v="450" 6 | wlan_module="ssv6x5x" 7 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a6m_t23n_sc1a4t_atbm6012bx/jooan_a6m_t23n_sc1a4t_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6012bx" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a6m_t23n_sc1a4t_atbm6012bx/jooan_a6m_t23n_sc1a4t_atbm6012bx.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_default=6O 18O 25ID 26IDU 49o 50o 57o 58o 59o 60o 61i 62i 63O 3 | gpio_ir850=59 4 | gpio_ircut=50 49 5 | gpio_led_g=57 6 | gpio_led_r=58 7 | gpio_mmc_cd=61 8 | gpio_speaker=63o 9 | gpio_white=60O 10 | gpio_wlan=6 11 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a6m_t23n_sc1a4t_atbm6012bx/jooan_a6m_t23n_sc1a4t_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Jooan A6M (T23N, SC1A4T, ATBM6012BX) 2 | # MODULE: t23n_sc1a4t_atbm6012bx 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_RMEM_16=y 8 | BR2_THINGINO_SDCARD=y 9 | FLASH_SIZE_8=y 10 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a6m_t23n_sc1a4t_ssv6355/jooan_a6m_t23n_sc1a4t_ssv6355.config: -------------------------------------------------------------------------------- 1 | wlan_module="ssv6x5x" 2 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a6m_t23n_sc1a4t_ssv6355/jooan_a6m_t23n_sc1a4t_ssv6355.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_default=6O 18O 25ID 26IDU 49o 50o 57o 58o 59o 60o 61i 62i 63O 3 | gpio_ir850=59 4 | gpio_ircut=50 49 5 | gpio_led_g=57 6 | gpio_led_r=58 7 | gpio_mmc_cd=61 8 | gpio_speaker=63o 9 | gpio_white=60O 10 | gpio_wlan=6 11 | -------------------------------------------------------------------------------- /configs/cameras/jooan_a6m_t23n_sc1a4t_ssv6355/jooan_a6m_t23n_sc1a4t_ssv6355_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Jooan A6M (T23N, SC1A4T, SSV6355) 2 | # MODULE: t23n_sc1a4t_ssv6355 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_RMEM_16=y 8 | BR2_THINGINO_SDCARD=y 9 | FLASH_SIZE_8=y 10 | -------------------------------------------------------------------------------- /configs/cameras/jooan_c9ts_t23n_sc2336p_atbm6132u/jooan_c9ts_t23n_sc2336p_atbm6132u.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4000" 3 | motor_maxstep_v="750" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6132u" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/jooan_c9ts_t23n_sc2336p_atbm6132u/jooan_c9ts_t23n_sc2336p_atbm6132u.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_default=25ID 26IDU 6o 6O 18O 49o 50o 57o 58o 3 | gpio_ir850=59 4 | gpio_ircut=50 49 5 | gpio_mmc_cd=61 6 | gpio_motor_h=53 52 54 51 7 | gpio_motor_switch=17 8 | gpio_motor_v=51 54 52 53 9 | gpio_speaker=63o 10 | gpio_white=60O 11 | gpio_wlan=6o 6O 12 | -------------------------------------------------------------------------------- /configs/cameras/jooan_f2t_t30x_sc4236_eth/jooan_f2t_t30x_sc4236_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/jooan_f2t_t30x_sc4236_eth/jooan_f2t_t30x_sc4236_eth.config -------------------------------------------------------------------------------- /configs/cameras/jooan_f2t_t30x_sc4236_eth/jooan_f2t_t30x_sc4236_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 2 | gpio_mmc_cd=-1 3 | gpio_ircut=72 4 | gpio_ir850=89o 5 | gpio_led_r=90o 6 | gpio_led_b=49o 7 | gpio_speaker=63o 8 | -------------------------------------------------------------------------------- /configs/cameras/jooan_q3h_t30l_sc1235_rtl8189ftv/jooan_q3h_t30l_sc1235_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/jooan_q3h_t30l_sc1235_rtl8189ftv/jooan_q3h_t30l_sc1235_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=61 2 | gpio_ir850=49 3 | gpio_ircut=72 4 | gpio_led_r=90 5 | gpio_mmc_cd=59 6 | gpio_speaker=63o 7 | gpio_wlan=62O 8 | -------------------------------------------------------------------------------- /configs/cameras/jooan_q3r_t23n_sc1a4t_atbm6012bx/jooan_q3r_t23n_sc1a4t_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4100" 3 | motor_maxstep_v="1200" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/jooan_q3r_t23n_sc1a4t_atbm6012bx/jooan_q3r_t23n_sc1a4t_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Jooan Q3R (T23N, SC1A4T, ATBM6012BX) 2 | # MODULE: t23n_sc1a4t_atbm6012bx 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_MOTORS=y 8 | BR2_THINGINO_SDCARD=y 9 | FLASH_SIZE_8=y 10 | -------------------------------------------------------------------------------- /configs/cameras/jooan_t2r_t23n_sc1a4t_atbm6012bx/jooan_t2r_t23n_sc1a4t_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="8600" 3 | motor_maxstep_v="2000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/jooan_t2r_t23n_sc1a4t_ssv6355/jooan_t2r_t23n_sc1a4t_ssv6355.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="8600" 3 | motor_maxstep_v="2000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | -------------------------------------------------------------------------------- /configs/cameras/jooan_t2r_t23n_sc1a4t_ssv6355/jooan_t2r_t23n_sc1a4t_ssv6355_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Jooan T2R (T23N, SC1A4T, SSV6355) 2 | # MODULE: t23n_sc1a4t_ssv6355 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_MOTORS=y 8 | BR2_THINGINO_SDCARD=y 9 | FLASH_SIZE_8=y 10 | -------------------------------------------------------------------------------- /configs/cameras/laview_l2_t31l_sc3338_atbm6012b/laview_l2_t31l_sc3338_atbm6012b.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="796" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012b" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/laview_l2_t31l_sc3338_atbm6012b/laview_l2_t31l_sc3338_atbm6012b.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir850=50 3 | gpio_ircut=10 11 4 | gpio_led_w=9o 5 | gpio_mmc_cd=49 6 | gpio_motor_h=64 53 52 54 7 | gpio_motor_v=51 63 62 61 8 | gpio_speaker=7O 9 | gpio_white=59 10 | gpio_wlan=6O 11 | pwm_ch_ir850=2 12 | pwm_ch_white=3 13 | -------------------------------------------------------------------------------- /configs/cameras/laview_l2_t31l_sc3338_atbm6012bx/laview_l2_t31l_sc3338_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="796" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/laview_l2_t31l_sc3338_atbm6012bx/laview_l2_t31l_sc3338_atbm6012bx.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir850=50 3 | gpio_ircut=10 11 4 | gpio_led_w=9o 5 | gpio_mmc_cd=49 6 | gpio_motor_h=64 53 52 54 7 | gpio_motor_v=51 63 62 61 8 | gpio_speaker=7O 9 | gpio_white=59 10 | gpio_wlan=6O 11 | pwm_ch_ir850=2 12 | pwm_ch_white=3 13 | -------------------------------------------------------------------------------- /configs/cameras/laview_l2_t31l_sc3338_ssv6256p/laview_l2_t31l_sc3338_ssv6256p.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="796" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | -------------------------------------------------------------------------------- /configs/cameras/laview_l2_t31l_sc3338_ssv6256p/laview_l2_t31l_sc3338_ssv6256p.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir850=50 3 | gpio_ircut=10 11 4 | gpio_led_w=9o 5 | gpio_mmc_cd=49 6 | gpio_motor_h=64 53 52 54 7 | gpio_motor_v=51 63 62 61 8 | gpio_speaker=7O 9 | gpio_white=59 10 | gpio_wlan=6O 11 | pwm_ch_ir850=2 12 | pwm_ch_white=3 13 | -------------------------------------------------------------------------------- /configs/cameras/litokam_c1_t31l_sc2336_atbm6012b/litokam_c1_t31l_sc2336_atbm6012b.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6012b" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/litokam_c1_t31l_sc2336_atbm6012b/litokam_c1_t31l_sc2336_atbm6012b.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_default=6O 7O 8o 9O 10o 11o 14I 18O 42o 43o 49i 50o 3 | gpio_ir850=50 4 | gpio_ircut=10 11 5 | gpio_led_g=8 6 | gpio_led_r=9 7 | gpio_mmc_cd=49 8 | gpio_speaker=7o 9 | gpio_wlan=6O 10 | -------------------------------------------------------------------------------- /configs/cameras/litokam_m1_t31l_sc3336_atbm6012b/litokam_m1_t31l_sc3336_atbm6012b.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012b" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/longplus_x07_t31n_jxf23_rtl8189ftv/longplus_x07_t31n_jxf23_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4150" 3 | motor_maxstep_v="1500" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8189fs" 7 | -------------------------------------------------------------------------------- /configs/cameras/longplus_x07_t31n_jxf23_rtl8189ftv/longplus_x07_t31n_jxf23_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=52 2 | gpio_default=9o 10o 47o 48o 49o 50o 52i 53o 57o 58o 59i 60o 61o 62o 63o 3 | gpio_ir850=9 4 | gpio_ircut=48 47 5 | gpio_led_w=10 6 | gpio_mmc_cd=59 7 | gpio_motor_h=53 62 61 60 8 | gpio_motor_v=58 57 50 49 9 | gpio_speaker=63 10 | -------------------------------------------------------------------------------- /configs/cameras/nexht_86336_t21z_jxf37_rtl8188ftv/nexht_86336_t21z_jxf37_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="0" 4 | motor_speed_h="500" 5 | motor_speed_v="0" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/nexht_86336_t21z_jxf37_rtl8188ftv/nexht_86336_t21z_jxf37_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=59 2 | gpio_default=18O 39o 40o 41o 42o 52i 59i 63O 75O 79o 80o 81o 3 | gpio_ir850=81 4 | gpio_ircut=79 80 5 | gpio_led_w=75 6 | gpio_led_r=78 7 | gpio_mmc_cd=52 8 | gpio_speaker=63o 9 | gpio_wlan=50o 10 | gpio_motor_h=41 40 39 42 11 | -------------------------------------------------------------------------------- /configs/cameras/noname_t10l_jxh42_mt7601/noname_t10l_jxh42_mt7601.config: -------------------------------------------------------------------------------- 1 | wlan_module="mt7601sta" 2 | -------------------------------------------------------------------------------- /configs/cameras/noname_t10l_jxh42_mt7601/noname_t10l_jxh42_mt7601.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=60 2 | gpio_default=18O 19o 20o 25o 26o 3 | gpio_ir850=19 4 | gpio_ircut=25 26 5 | gpio_led_r=20 6 | gpio_mmc_cd=59 7 | gpio_scl=13 58 8 | gpio_sda=12 57 9 | gpio_speaker=63 10 | gpio_wlan= 11 | -------------------------------------------------------------------------------- /configs/cameras/noname_t10l_jxh42_mt7601/noname_t10l_jxh42_mt7601_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Noname (T10L, JXH42, MT7601) 2 | # MODULE: t10l_jxh42_mt7601 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_SDCARD=y 8 | FLASH_SIZE_8=y 9 | -------------------------------------------------------------------------------- /configs/cameras/overtech_ov59wb_t31n_sc223a_rtl8188ftv/overtech_ov59wb_t31n_sc223a_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/overtech_ov59wb_t31n_sc223a_rtl8188ftv/overtech_ov59wb_t31n_sc223a_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_ir850=49 3 | gpio_ircut=52 53 4 | gpio_led_r=57 5 | gpio_led_w=50 6 | gpio_mmc_cd=59 7 | gpio_speaker=63O 8 | gpio_wlan=61o 9 | -------------------------------------------------------------------------------- /configs/cameras/overtech_ov59wb_t31n_sc223a_rtl8188ftv/overtech_ov59wb_t31n_sc223a_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Overtech OV59WB (T31N, SC223A, RTL8188FTV) 2 | # MODULE: t31n_sc223a_rtl8188ftv 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_SDCARD=y 8 | FLASH_SIZE_16=y 9 | -------------------------------------------------------------------------------- /configs/cameras/personal_cam2_t31x_gc2053_atbm6031/personal_cam2_t31x_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/personal_cam2_t31x_gc2053_atbm6031/personal_cam2_t31x_gc2053_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=51 2 | gpio_default=18O 47o 38O 39O 48o 50i 51i 52o 53o 59i 62i 63o 25ID 26IDU 3 | gpio_default_net=48o 4 | gpio_ir850=47 5 | gpio_ircut=52 53 6 | gpio_led_b=39o 7 | gpio_led_y=38o 8 | gpio_mmc_cd=59 9 | gpio_mmc_power=48o 10 | gpio_speaker=63 11 | gpio_wlan=57O 12 | 13 | -------------------------------------------------------------------------------- /configs/cameras/personal_campan_t31x_gc2053_atbm6031/personal_campan_t31x_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="2130" 3 | motor_maxstep_v="1600" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6031" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/pesita_x09_t31n_jxf23_rtl8189ftv/pesita_x09_t31n_jxf23_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4130" 3 | motor_maxstep_v="1260" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8189fs" 7 | -------------------------------------------------------------------------------- /configs/cameras/pesita_x09_t31n_jxf23_rtl8189ftv/pesita_x09_t31n_jxf23_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=52 2 | gpio_default=9o 10o 47o 48o 49o 50o 52i 53o 57o 58o 59i 60o 61o 62o 63o 3 | gpio_ir850=9 4 | gpio_ircut=48 47 5 | gpio_led_w=10 6 | gpio_mmc_cd=59 7 | gpio_motor_h=60 61 62 53 8 | gpio_motor_v=58 57 50 49 9 | gpio_speaker=63 10 | -------------------------------------------------------------------------------- /configs/cameras/primecables_08360_t21z_sc2300_rtl8188ftv/primecables_08360_t21z_sc2300_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/primecables_08360_t21z_sc2300_rtl8188ftv/primecables_08360_t21z_sc2300_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50 2 | gpio_default=18O 39i 47o 48i 49O 50i 52i 63o 73o 79o 80o 3 | gpio_ircds=true 4 | gpio_ircut=79 80 5 | gpio_led_b=73o 6 | gpio_mmc_cd=52 7 | gpio_speaker=63o 8 | -------------------------------------------------------------------------------- /configs/cameras/primecables_08360_t21z_sc2300_rtl8188ftv/primecables_08360_t21z_sc2300_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: PrimeCables 08360 (T21Z, SC2300, RTL8188FTV) 2 | # MODULE: t21z_sc2300_rtl8188ftv 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_SDCARD=y 8 | FLASH_SIZE_8=y 9 | -------------------------------------------------------------------------------- /configs/cameras/primecables_08361_t21n_sc2300_rtl8188ftv/primecables_08361_t21n_sc2300_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="1024" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/sim_simp400t_t31x_gc4653_eth+ssv6155p/sim_simp400t_t31x_gc4653_eth+ssv6155p.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4200" 3 | motor_maxstep_v="1800" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6155-usb-40M.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras/sim_simp400t_t31x_gc4653_eth+ssv6155p/sim_simp400t_t31x_gc4653_eth+ssv6155p.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_default=54o 51o 6i 7i 8i 9i 16i 14i 52i 17i 3 | gpio_ir850=50 4 | gpio_ircut=54 51 5 | gpio_led_g=58 6 | gpio_led_r=57 7 | gpio_motor_h=6 7 8 9 8 | gpio_motor_v=14 16 17 52 9 | gpio_speaker=63 10 | gpio_wlan=11O 11 | -------------------------------------------------------------------------------- /configs/cameras/smart_nvr_a1n_eth/smart_nvr_a1n_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/smart_nvr_a1n_eth/smart_nvr_a1n_eth.config -------------------------------------------------------------------------------- /configs/cameras/smart_nvr_a1n_eth/smart_nvr_a1n_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_buzzer=144 2 | gpio_j11=64 3 | gpio_pin3=78 4 | gpio_pin4=79 5 | -------------------------------------------------------------------------------- /configs/cameras/sonoff_s2_t23n_sc2336_atbm6012bx/sonoff_s2_t23n_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6012bx" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/sonoff_s2_t23n_sc2336_atbm6012bx/sonoff_s2_t23n_sc2336_atbm6012bx.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir940=50 3 | gpio_ircut=16 17 4 | gpio_led_b=35o 5 | gpio_mmc_cd=49 6 | gpio_scl=58i 7 | gpio_sda=57i 8 | gpio_speaker=7o 9 | -------------------------------------------------------------------------------- /configs/cameras/teacup_t31x/teacup_t31x.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/teacup_t31x/teacup_t31x.config -------------------------------------------------------------------------------- /configs/cameras/teacup_t31x/teacup_t31x.uenv.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/teacup_t31x/teacup_t31x.uenv.txt -------------------------------------------------------------------------------- /configs/cameras/tplink_tapo_c100_t23n_sc2336p_wq9001/tplink_tapo_c100_t23n_sc2336p_wq9001.config: -------------------------------------------------------------------------------- 1 | wlan_module="wq9001" 2 | -------------------------------------------------------------------------------- /configs/cameras/tplink_tapo_c100_t23n_sc2336p_wq9001/tplink_tapo_c100_t23n_sc2336p_wq9001.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_default=42o 43o 49o 50O 57o 60o 62i 63o 64O 3 | gpio_ir850=49O 4 | gpio_ircut=57o 5 | gpio_led_g=42O 6 | gpio_led_r=43O 7 | gpio_mmc_power=60o 64O 8 | gpio_speaker=63O 9 | gpio_white=50o 10 | gpio_wlan=51 11 | pwm_ch_ir850=0 12 | pwm_ch_white=1 13 | -------------------------------------------------------------------------------- /configs/cameras/tplink_tapo_c100_t31l_sc2336_rtl8188ftv/tplink_tapo_c100_t31l_sc2336_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/tplink_tapo_c100_t31l_sc2336_rtl8188ftv/tplink_tapo_c100_t31l_sc2336_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=62 2 | gpio_default=42o 43o 49o 50O 57o 60o 62i 63o 3 | gpio_ir850=49 4 | gpio_ircut=57o 5 | gpio_led_g=42 6 | gpio_led_r=43 7 | gpio_mmc_power=60 8 | gpio_speaker=63O 9 | gpio_white=50o 10 | gpio_wlan=51 11 | pwm_ch_ir850=0 12 | pwm_ch_white=1 13 | -------------------------------------------------------------------------------- /configs/cameras/tplink_tapo_c100_t31l_sc2336_rtl8188ftv/tplink_tapo_c100_t31l_sc2336_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: TP-Link Tapo C100 (T31L, SC2336, RTL8188FTV) 2 | # MODULE: t31l_sc2336_rtl8188ftv 3 | BR2_PACKAGE_THINGINO_KOPT_MMC0=y 4 | BR2_PACKAGE_THINGINO_KOPT_MMC0_PB_4BIT=y 5 | BR2_THINGINO_AUDIO=y 6 | BR2_THINGINO_BUTTON=y 7 | BR2_THINGINO_PWM_ENABLE=y 8 | BR2_THINGINO_SDCARD=y 9 | -------------------------------------------------------------------------------- /configs/cameras/tplink_tapo_tc70_t31l_sc2336_rtl8188ftv/tplink_tapo_tc70_t31l_sc2336_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4000" 3 | motor_maxstep_v="790" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/tptek_wor504jch_t31x_gc4653_eth+rtl8731/tptek_wor504jch_t31x_gc4653_eth+rtl8731.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4800" 3 | motor_maxstep_v="3600" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8733bu" 7 | -------------------------------------------------------------------------------- /configs/cameras/tptek_wor504jch_t31x_gc4653_eth+rtl8731/tptek_wor504jch_t31x_gc4653_eth+rtl8731.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=11 2 | gpio_default=57o 58o 49O 61O 3 | gpio_ircut=57 58 4 | gpio_mmc_cd=59 5 | gpio_motor_v=9 7 8 6 6 | gpio_motor_h=10 16 14 17 7 | gpio_speaker=63O 8 | gpio_white=49O 9 | gpio_wlan=61O 10 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_ak54_t31n_gc2053_eth/vanhua_ak54_t31n_gc2053_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/vanhua_ak54_t31n_gc2053_eth/vanhua_ak54_t31n_gc2053_eth.config -------------------------------------------------------------------------------- /configs/cameras/vanhua_ak54_t31n_gc2053_eth/vanhua_ak54_t31n_gc2053_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 2 | gpio_ircut=57 58 3 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_ak54_t31n_gc2053_eth/vanhua_ak54_t31n_gc2053_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Vanhua AK54 (T31N, GC2053, ETH) 2 | # MODULE: t31n_gc2053_eth 3 | BR2_THINGINO_AUDIO=y 4 | FLASH_SIZE_8=y 5 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_djz_t31n_gc2083_eth/vanhua_djz_t31n_gc2083_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/vanhua_djz_t31n_gc2083_eth/vanhua_djz_t31n_gc2083_eth.config -------------------------------------------------------------------------------- /configs/cameras/vanhua_djz_t31n_gc2083_eth/vanhua_djz_t31n_gc2083_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 2 | gpio_ir940=50 3 | gpio_ircut=57 58 4 | gpio_white=49 5 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_fjz_t31x_gc4653_eth/vanhua_fjz_t31x_gc4653_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/vanhua_fjz_t31x_gc4653_eth/vanhua_fjz_t31x_gc4653_eth.config -------------------------------------------------------------------------------- /configs/cameras/vanhua_fjz_t31x_gc4653_eth/vanhua_fjz_t31x_gc4653_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 2 | gpio_ir940=50 3 | gpio_ircut=57 58 4 | gpio_white=49 5 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_h33_t31l_gc2083_eth/vanhua_h33_t31l_gc2083_eth.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_h33_t31l_gc2083_eth/vanhua_h33_t31l_gc2083_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 49o 52o 53o 59o 60o 61o 62o 63o 2 | gpio_ir850=17 3 | gpio_ircut=57 58 4 | gpio_led_r=16 5 | gpio_motor_h=63 62 61 60 6 | gpio_motor_v=59 52 53 49 7 | gpio_speaker=10 8 | gpio_ttl_1=51 9 | gpio_ttl_2=54 10 | gpio_white=8 11 | pwm_ch_white=1 12 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_l34_t31l_gc2083_eth/vanhua_l34_t31l_gc2083_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/vanhua_l34_t31l_gc2083_eth/vanhua_l34_t31l_gc2083_eth.config -------------------------------------------------------------------------------- /configs/cameras/vanhua_l34_t31l_gc2083_eth/vanhua_l34_t31l_gc2083_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 2 | gpio_ircut=57 58 3 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_l34_t31l_gc2083_eth/vanhua_l34_t31l_gc2083_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: Vanhua L34 (T31L, GC2083, ETH) 2 | # MODULE: t31l_gc2083_eth 3 | BR2_THINGINO_AUDIO=y 4 | FLASH_SIZE_8=y 5 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_s37i_t31l_imx307_eth/vanhua_s37i_t31l_imx307_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/vanhua_s37i_t31l_imx307_eth/vanhua_s37i_t31l_imx307_eth.config -------------------------------------------------------------------------------- /configs/cameras/vanhua_s37i_t31l_imx307_eth/vanhua_s37i_t31l_imx307_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 2 | gpio_ir850=49 3 | gpio_ircut=57 58 4 | gpio_led_r=8O 5 | gpio_white=50 6 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_z55_t31x_gc4653_eth/vanhua_z55_t31x_gc4653_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/vanhua_z55_t31x_gc4653_eth/vanhua_z55_t31x_gc4653_eth.config -------------------------------------------------------------------------------- /configs/cameras/vanhua_z55_t31x_gc4653_eth/vanhua_z55_t31x_gc4653_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 2 | gpio_ir940=50 3 | gpio_ircut=57 58 4 | gpio_white=49 5 | -------------------------------------------------------------------------------- /configs/cameras/vanhua_z55i_t31x_gc4653_eth/vanhua_z55i_t31x_gc4653_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/vanhua_z55i_t31x_gc4653_eth/vanhua_z55i_t31x_gc4653_eth.config -------------------------------------------------------------------------------- /configs/cameras/vanhua_z55i_t31x_gc4653_eth/vanhua_z55i_t31x_gc4653_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=18O 57o 58o 2 | gpio_ir850=49 3 | gpio_ircut=57 58 4 | gpio_led_r=8O 5 | gpio_white=50 6 | -------------------------------------------------------------------------------- /configs/cameras/victure_pc420_t21n_jxf23_eth+rtl8188ftv/victure_pc420_t21n_jxf23_eth+rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/victure_pc420_t21n_jxf23_eth+rtl8188ftv/victure_pc420_t21n_jxf23_eth+rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=59 2 | gpio_default=18O 50o 52i 59i 63o 75o 78O 79o 80o 81o 3 | gpio_ir850=81 4 | gpio_ircut=79 80 5 | gpio_led_g=75 6 | gpio_led_r=78 7 | gpio_mmc_cd=52 8 | gpio_speaker=63o 9 | gpio_wlan=50o 10 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_g7_t31x_jxf37_eth/wanjiaan_g7_t31x_jxf37_eth.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/wanjiaan_g7_t31x_jxf37_eth/wanjiaan_g7_t31x_jxf37_eth.config -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_g7_t31x_jxf37_eth/wanjiaan_g7_t31x_jxf37_eth.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=54 2 | gpio_default=49i 50i 57i 58i 3 | gpio_ir850=49 4 | gpio_ircut=58 57 5 | gpio_mmc_cd=59 6 | gpio_white=50 7 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc51_t21n_sc2235_rtl8189ftv/wanjiaan_hdc51_t21n_sc2235_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc51_t21n_sc2235_rtl8189ftv/wanjiaan_hdc51_t21n_sc2235_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=59 2 | gpio_default=51i 52o 53o 59i 63o 3 | gpio_led_b=52o 4 | gpio_led_r=53o 5 | gpio_mmc_cd=51 6 | gpio_speaker=63 7 | gpio_wlan=62o 8 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc51_t31l_jxf37_rtl8188ftv/wanjiaan_hdc51_t31l_jxf37_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc51_t31l_jxf37_rtl8188ftv/wanjiaan_hdc51_t31l_jxf37_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=54 2 | gpio_default=7O 49o 51i 52O 53O 54i 63o 3 | gpio_ircut=49O 4 | gpio_lds=7 5 | gpio_led_b=53o 6 | gpio_led_r=52o 7 | gpio_mmc_cd=51 8 | gpio_speaker=63 9 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc51_t31l_sc2332_rtl8188ftv/wanjiaan_hdc51_t31l_sc2332_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc51_t31l_sc2332_rtl8188ftv/wanjiaan_hdc51_t31l_sc2332_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=54 2 | gpio_default=7O 51i 52o 53o 54i 57o 58o 63o 3 | gpio_ircut=57 58 4 | gpio_lds=7 5 | gpio_led_b=53o 6 | gpio_led_r=52o 7 | gpio_mmc_cd=51 8 | gpio_speaker=63 9 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc55_t31n_sc2332_rtl8188ftv/wanjiaan_hdc55_t31n_sc2332_rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3920" 3 | motor_maxstep_v="400" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8188fu" 7 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_hdc55_t31n_sc2332_rtl8188ftv/wanjiaan_hdc55_t31n_sc2332_rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=54 2 | gpio_ircds=7 3 | gpio_ircut=57 58 4 | gpio_led_b=52 5 | gpio_led_r=53 6 | gpio_mmc_cd=59 7 | gpio_motor_h=38 48 47 41 8 | gpio_motor_v=40 46 45 39 9 | gpio_speaker=63O 10 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_q2_t30x_sc2235_rtl8189ftv/wanjiaan_q2_t30x_sc2235_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4000" 3 | motor_maxstep_v="310" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8189fs" 7 | -------------------------------------------------------------------------------- /configs/cameras/wanjiaan_q2_t30x_sc2235_rtl8189ftv/wanjiaan_q2_t30x_sc2235_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=52 2 | gpio_button_call=54 3 | gpio_ircut=81 4 | gpio_led_r=89 5 | gpio_led_v=90 6 | gpio_mmc_cd=59 7 | gpio_motor_h=78 77 76 75 8 | gpio_motor_v=49 50 72 73 9 | gpio_speaker=63 10 | gpio_wlan=62O 11 | -------------------------------------------------------------------------------- /configs/cameras/wansview_106_t31n_jxf37/wansview_106_t31n_jxf37.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/configs/cameras/wansview_106_t31n_jxf37/wansview_106_t31n_jxf37.config -------------------------------------------------------------------------------- /configs/cameras/wansview_106_t31n_jxf37/wansview_106_t31n_jxf37.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=53o 2 | gpio_default_net= 3 | gpio_ircut= 4 | gpio_led_r=53O 5 | gpio_mmc_cd= 6 | -------------------------------------------------------------------------------- /configs/cameras/wansview_g6_t31l_sc2336_atbm6012b/wansview_g6_t31l_sc2336_atbm6012b.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="796" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012b" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/wansview_g6_t31l_sc2336_atbm6012b/wansview_g6_t31l_sc2336_atbm6012b.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir850=50 3 | gpio_ircut=10 11 4 | gpio_led_w=9o 5 | gpio_mmc_cd=49 6 | gpio_motor_h=64 53 52 54 7 | gpio_motor_v=51 63 62 61 8 | gpio_speaker=7O 9 | gpio_white=59 10 | gpio_wlan=6O 11 | pwm_ch_ir850=2 12 | pwm_ch_white=3 13 | -------------------------------------------------------------------------------- /configs/cameras/wansview_g6_t31l_sc2336_ssv6256p/wansview_g6_t31l_sc2336_ssv6256p.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3982" 3 | motor_maxstep_v="796" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6x5x" 7 | -------------------------------------------------------------------------------- /configs/cameras/wansview_g6_t31l_sc2336_ssv6256p/wansview_g6_t31l_sc2336_ssv6256p.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_ir850=50 3 | gpio_ircut=10 11 4 | gpio_led_w=9o 5 | gpio_mmc_cd=49 6 | gpio_motor_h=64 53 52 54 7 | gpio_motor_v=51 63 62 61 8 | gpio_speaker=7O 9 | gpio_white=59 10 | gpio_wlan=6O 11 | pwm_ch_ir850=2 12 | pwm_ch_white=3 13 | -------------------------------------------------------------------------------- /configs/cameras/wansview_k5_t21n_os02b10_mt7601u/wansview_k5_t21n_os02b10_mt7601u.config: -------------------------------------------------------------------------------- 1 | wlan_module="mt7601sta" 2 | -------------------------------------------------------------------------------- /configs/cameras/wansview_k5_t21n_os02b10_mt7601u/wansview_k5_t21n_os02b10_mt7601u.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50 2 | gpio_default=18O 39i 40o 47o 48i 49o 50i 52i 63O 64i 72O 73O 79o 80o 3 | gpio_ir850=49 4 | gpio_ircut=79 80 5 | gpio_led_b=73o 6 | gpio_led_r=72o 7 | gpio_mmc_cd=52 8 | gpio_speaker=63o 9 | -------------------------------------------------------------------------------- /configs/cameras/wansview_k5_t21n_ov2735b_mt7601u/wansview_k5_t21n_ov2735b_mt7601u.config: -------------------------------------------------------------------------------- 1 | wlan_module="mt7601sta" 2 | -------------------------------------------------------------------------------- /configs/cameras/wansview_k5_t21n_ov2735b_mt7601u/wansview_k5_t21n_ov2735b_mt7601u.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50 2 | gpio_default=18O 39i 40o 47o 48i 49o 50i 52i 63O 64i 72O 73O 79o 80o 3 | gpio_ir850=49 4 | gpio_ircut=79 80 5 | gpio_led_b=73o 6 | gpio_led_r=72o 7 | gpio_mmc_cd=52 8 | gpio_speaker=63o 9 | -------------------------------------------------------------------------------- /configs/cameras/wansview_q5_t23n_sc2336_atbm6012bx/wansview_q5_t23n_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3800" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/wansview_q7_t23n_sc2336_atbm6012bx/wansview_q7_t23n_sc2336_atbm6012bx.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3700" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012bx" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/wansview_w6_t21n_os02g10_eth+rtl8188ftv/wansview_w6_t21n_os02g10_eth+rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/wansview_w6_t21n_os02g10_eth+rtl8188ftv/wansview_w6_t21n_os02g10_eth+rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50 2 | gpio_ir850=49 3 | gpio_ircut=79 80 4 | gpio_led_net_rx=72 5 | gpio_led_net_tx=73 6 | gpio_mmc_cd=52 7 | gpio_speaker=63o 8 | -------------------------------------------------------------------------------- /configs/cameras/wansview_w6_t21n_ov2735b_eth+rtl8188ftv/wansview_w6_t21n_ov2735b_eth+rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8188fu" 2 | -------------------------------------------------------------------------------- /configs/cameras/wansview_w6_t21n_ov2735b_eth+rtl8188ftv/wansview_w6_t21n_ov2735b_eth+rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50 2 | gpio_ir850=49 3 | gpio_ircut=79 80 4 | gpio_led_net_rx=72 5 | gpio_led_net_tx=73 6 | gpio_mmc_cd=52 7 | gpio_speaker=63o 8 | -------------------------------------------------------------------------------- /configs/cameras/wansview_w7_t31l_sc2336_atbm6012b/wansview_w7_t31l_sc2336_atbm6012b.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4030" 3 | motor_maxstep_v="740" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6012b" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/wuuk_y0310_t31x_sc401ai_ssv6158/wuuk_y0310_t31x_sc401ai_ssv6158.config: -------------------------------------------------------------------------------- 1 | wlan_module="ssv6158" 2 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6x5x-wifi.cfg" 3 | -------------------------------------------------------------------------------- /configs/cameras/wuuk_y0310_t31x_sc401ai_ssv6158/wuuk_y0310_t31x_sc401ai_ssv6158.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50IDU 2 | gpio_default=7o 8O 9o 16O 17o 18O 49i 40i 50IDU 57o 58o 3 | gpio_ir940=9 4 | gpio_ircut=57 58 5 | gpio_led_b=16 6 | gpio_led_r=17 7 | gpio_mmc_cd=49 8 | gpio_speaker=7 9 | gpio_wlan=8O 10 | -------------------------------------------------------------------------------- /configs/cameras/wuuk_y0510_t31x_sc401ai_ssv6158/wuuk_y0510_t31x_sc401ai_ssv6158.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4050" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6158" 7 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6x5x-wifi.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras/wuuk_y0510_t31x_sc4336p_ssv6158/wuuk_y0510_t31x_sc4336p_ssv6158.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="4050" 3 | motor_maxstep_v="1000" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="ssv6158" 7 | wlan_module_opts="stacfgpath=/usr/share/wifi/ssv6x5x-wifi.cfg" 8 | -------------------------------------------------------------------------------- /configs/cameras/wyze_cam2_t20x_jxf22_rtl8189ftv/wyze_cam2_t20x_jxf22_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/wyze_cam2_t20x_jxf23_rtl8189ftv/wyze_cam2_t20x_jxf23_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/wyze_cam3_t31al_gc2053_atbm6031/wyze_cam3_t31al_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/wyze_cam3_t31x_gc2053_atbm6031/wyze_cam3_t31x_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/wyze_cam3_t31x_gc2053_rtl8189ftv/wyze_cam3_t31x_gc2053_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/wyze_camfl1_t31al_gc2053_atbm6031/wyze_camfl1_t31al_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/wyze_camfl1_t31x_gc2053_atbm6031/wyze_camfl1_t31x_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/wyze_camfl1_t31x_gc2053_rtl8189ftv/wyze_camfl1_t31x_gc2053_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/wyze_campan1_t20x_jxf22_rtl8189etv/wyze_campan1_t20x_jxf22_rtl8189etv.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="2590" 3 | motor_maxstep_v="710" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="8189es" 7 | -------------------------------------------------------------------------------- /configs/cameras/wyze_campan2_t31x_gc2053_atbm6031/wyze_campan2_t31x_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="2540" 3 | motor_maxstep_v="720" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6031" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/wyze_campan2_t31x_gc2053_atbm6031/wyze_campan2_t31x_gc2053_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=6 2 | gpio_default=25ID 26IDU 58o 58O 3 | gpio_ir850=60 4 | gpio_ircut=50 49 5 | gpio_led_b=38O 6 | gpio_led_r=39O 7 | gpio_mmc_cd=48 8 | gpio_mmc_power=47o 54o 9 | gpio_motor_h=52 53 57 51 10 | gpio_motor_v=63 62 61 59 11 | gpio_speaker=7 12 | gpio_wlan=58O 13 | -------------------------------------------------------------------------------- /configs/cameras/wyze_campan3_t31x_gc2053_atbm6031/wyze_campan3_t31x_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="3050" 3 | motor_maxstep_v="1550" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6031" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/wyze_campan3_t31x_gc2053_atbm6031/wyze_campan3_t31x_gc2053_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=6 2 | gpio_default=18O 38O 39O 48i 49o 50o 51o 52o 53o 57o 59o 60o 61o 62o 63o 3 | gpio_ir850=60 4 | gpio_ircut=50 49 5 | gpio_led_b=38 6 | gpio_led_r=39 7 | gpio_mmc_cd=48 8 | gpio_motor_h=51 57 53 52 9 | gpio_motor_v=63 62 61 59 10 | gpio_speaker=7 11 | -------------------------------------------------------------------------------- /configs/cameras/wyze_vdb1_t30x_sc4236_rtl8189ftv/wyze_vdb1_t30x_sc4236_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/wyze_vdb1_t31x_sc4236_rtl8189ftv/wyze_vdb1_t31x_sc4236_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/wyze_vdb2_t31x_sc301iot_atbm6031/wyze_vdb2_t31x_sc301iot_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/wyze_vdb2_t31x_sc301iot_atbm6031/wyze_vdb2_t31x_sc301iot_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=6 2 | gpio_button_chime=7 3 | gpio_default=25ID 26IDU 38o 39o 4 | gpio_ir940=60 5 | gpio_ircut=50 49 6 | gpio_led_b=39O 7 | gpio_led_y=38O 8 | gpio_mmc_cd=48 9 | gpio_mmc_power=47o 54o 10 | gpio_speaker=58 11 | gpio_sub1g=59 12 | gpio_wlan=57O 13 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_hlcam04_t31n_sc3335_atbm6031/xiaomi_hlcam04_t31n_sc3335_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv/xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv/xiaomi_mjsxj03hl_t31l_jxq03p_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=51i 2 | gpio_default=25ID 26IDU 3 | gpio_ir940=60 4 | gpio_ircut=50 49 5 | gpio_led_b=38 6 | gpio_led_y=39 7 | gpio_mmc_cd=48 8 | gpio_mmc_power=54o 9 | gpio_speaker=63 10 | gpio_wlan=58O 11 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv/xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv/xiaomi_mjsxj03hl_t31n_jxq03_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=51i 2 | gpio_default=25ID 26IDU 3 | gpio_ir940=60 4 | gpio_ircut=50 49 5 | gpio_led_b=38 6 | gpio_led_y=39 7 | gpio_mmc_cd=48 8 | gpio_mmc_power=54o 9 | gpio_speaker=63 10 | gpio_wlan=58O 11 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv/xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv/xiaomi_mjsxj03hl_t31n_jxq03p_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=51i 2 | gpio_default=25ID 26IDU 3 | gpio_ir940=60 4 | gpio_ircut=50 49 5 | gpio_led_b=38 6 | gpio_led_y=39 7 | gpio_mmc_cd=48 8 | gpio_mmc_power=54o 9 | gpio_speaker=63 10 | gpio_wlan=58O 11 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj05hl_t31l_gc2053_atbm6031/xiaomi_mjsxj05hl_t31l_gc2053_atbm6031.config: -------------------------------------------------------------------------------- 1 | wlan_module="atbm6031" 2 | wlan_module_opts="atbm_printk_mask=0" 3 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_mjsxj05hl_t31l_gc2053_atbm6031/xiaomi_mjsxj05hl_t31l_gc2053_atbm6031.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=51 2 | gpio_default=25ID 26IDU 3 | gpio_ir850=60 4 | gpio_ircut=50 49 5 | gpio_led_b=38 6 | gpio_led_y=39 7 | gpio_mmc_cd=48 8 | gpio_mmc_power=47o 54o 9 | gpio_speaker=63 10 | gpio_wlan=58O 11 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv/xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv/xiaomi_sxj02zm_t20l_ps5250_rtl8189ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_default=50i 72o 25o 26o 76O 75o 59i 43o 47o 60O 2 | gpio_ir940=72 3 | gpio_ircut=25 26 4 | gpio_led_b=76o 5 | gpio_led_y=75o 6 | gpio_mmc_cd=59 7 | gpio_mmc_power=43o 8 | gpio_speaker=63 9 | gpio_usb_en=47O 10 | gpio_wlan=60O 11 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_xiaofang_t20l_jxf22_rtl8189ftv/xiaomi_xiaofang_t20l_jxf22_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/xiaomi_xiaofang_t20l_jxf23_rtl8189ftv/xiaomi_xiaofang_t20l_jxf23_rtl8189ftv.config: -------------------------------------------------------------------------------- 1 | wlan_module="8189fs" 2 | -------------------------------------------------------------------------------- /configs/cameras/xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv/xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv.config: -------------------------------------------------------------------------------- 1 | motor_maxstep_h="3120" 2 | motor_maxstep_v="1140" 3 | wlandev="8188fu" 4 | -------------------------------------------------------------------------------- /configs/cameras/xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv/xvim_ipcam100_t21n_jxf37_eth+rtl8188ftv.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=50 2 | gpio_default=81O 3 | gpio_ircds=true 4 | gpio_ircut=80 79 5 | gpio_mmc_cd=52 6 | gpio_motor_h=49 40 48 47 7 | gpio_motor_v=60 39 38 41 8 | gpio_speaker=63o 9 | gpio_white=81o 10 | gpio_wlan=82O 11 | -------------------------------------------------------------------------------- /configs/cameras/zte_k540_t31x_sc4336_eth+atbm6032/zte_k540_t31x_sc4336_eth+atbm6032.config: -------------------------------------------------------------------------------- 1 | motors_homing="true" 2 | motor_maxstep_h="2000" 3 | motor_maxstep_v="700" 4 | motor_speed_h="900" 5 | motor_speed_v="900" 6 | wlan_module="atbm6032" 7 | wlan_module_opts="atbm_printk_mask=0" 8 | -------------------------------------------------------------------------------- /configs/cameras/zte_k540_t31x_sc4336_eth+atbm6032/zte_k540_t31x_sc4336_eth+atbm6032.uenv.txt: -------------------------------------------------------------------------------- 1 | gpio_button=14 2 | gpio_default=49i 63i 62i 61i 54i 53i 52i 59i 57i 58i 3 | gpio_ir850=11 4 | gpio_ircut=58 57 5 | gpio_led_b=10O 6 | gpio_led_g=17O 7 | gpio_led_r=16O 8 | gpio_mmc_cd=50 9 | gpio_motor_h=49 63 62 61 10 | gpio_motor_v=54 53 52 59 11 | gpio_speaker=64 12 | gpio_wlan=51o 13 | -------------------------------------------------------------------------------- /configs/common.uenv.txt: -------------------------------------------------------------------------------- 1 | # Platform ENV settings 2 | enable_updates=true 3 | -------------------------------------------------------------------------------- /configs/fragments/brand.fragment: -------------------------------------------------------------------------------- 1 | # brand.fragment 2 | BR2_TARGET_GENERIC_HOSTNAME="thingino-$(SOC_MODEL)" 3 | BR2_TARGET_GENERIC_ISSUE="Welcome to Thingino firmware" 4 | -------------------------------------------------------------------------------- /configs/fragments/ccache.fragment: -------------------------------------------------------------------------------- 1 | # ccache.fragment 2 | BR2_CCACHE=y 3 | BR2_CCACHE_DIR="$(HOME)/.ccache" 4 | BR2_OPTIMIZE_S=y 5 | BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/package/all-patches" 6 | BR2_REPRODUCIBLE=y 7 | BR2_PER_PACKAGE_DIRECTORIES=y 8 | -------------------------------------------------------------------------------- /configs/fragments/soc-xburst2.fragment: -------------------------------------------------------------------------------- 1 | # soc.fragment 2 | BR2_mipsel=y 3 | BR2_mips_xburst=y 4 | # BR2_MIPS_SOFT_FLOAT is not set 5 | # BR2_MIPS_FP32_MODE_32 is not set 6 | BR2_MIPS_FP32_MODE_64=y 7 | # BR2_MIPS_FP32_MODE_XX is not set 8 | BR2_MIPS_NAN_LEGACY=y 9 | BR2_MIPS_OABI32=y 10 | BR2_SOC_INGENIC=y 11 | -------------------------------------------------------------------------------- /configs/fragments/soc.fragment: -------------------------------------------------------------------------------- 1 | # soc.fragment 2 | BR2_mipsel=y 3 | BR2_mips_xburst=y 4 | # BR2_MIPS_SOFT_FLOAT is not set 5 | BR2_MIPS_FP32_MODE_32=y 6 | # BR2_MIPS_FP32_MODE_64 is not set 7 | # BR2_MIPS_FP32_MODE_XX is not set 8 | BR2_MIPS_NAN_LEGACY=y 9 | BR2_MIPS_OABI32=y 10 | BR2_SOC_INGENIC=y 11 | -------------------------------------------------------------------------------- /configs/fragments/target.fragment: -------------------------------------------------------------------------------- 1 | # target.fragment 2 | BR2_TARGET_LDFLAGS="-z max-page-size=0x1000" 3 | BR2_TARGET_ROOTFS_SQUASHFS=y 4 | BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y 5 | BR2_TARGET_ROOTFS_SQUASHFS_EXTREME_COMP=y 6 | -------------------------------------------------------------------------------- /configs/fragments/templates/kernel.tarball.fragment: -------------------------------------------------------------------------------- 1 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y 2 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(KERNEL_TARBALL_URL)" 3 | BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y 4 | BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL)/board/ingenic/$(INGENIC_ARCH)/kernel/$(SOC_FAMILY).generic.config" 5 | BR2_LINUX_KERNEL_LZMA=y 6 | -------------------------------------------------------------------------------- /configs/fragments/templates/toolchain.installed.fragment: -------------------------------------------------------------------------------- 1 | BR2_TOOLCHAIN_EXTERNAL=y 2 | BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y 3 | BR2_TOOLCHAIN_EXTERNAL_PATH="$(TOOLCHAIN_DIR)" 4 | BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10=y 5 | BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y 6 | BR2_TOOLCHAIN_EXTERNAL_CXX=y 7 | -------------------------------------------------------------------------------- /configs/fragments/toolchain-br-k3.fragment: -------------------------------------------------------------------------------- 1 | # toolchain.fragment 2 | BR2_TOOLCHAIN_BUILDROOT_VENDOR="thingino" 3 | BR2_TOOLCHAIN_BUILDROOT_MUSL=y 4 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_10=y 5 | BR2_BINUTILS_VERSION_2_44_X=y 6 | BR2_GCC_VERSION_14_X=y 7 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 8 | -------------------------------------------------------------------------------- /configs/fragments/toolchain-br-k4.fragment: -------------------------------------------------------------------------------- 1 | # toolchain.fragment 2 | BR2_TOOLCHAIN_BUILDROOT_VENDOR="thingino" 3 | BR2_TOOLCHAIN_BUILDROOT_MUSL=y 4 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y 5 | BR2_BINUTILS_VERSION_2_44_X=y 6 | BR2_GCC_VERSION_14_X=y 7 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 8 | -------------------------------------------------------------------------------- /configs/fragments/toolchain.fragment: -------------------------------------------------------------------------------- 1 | toolchain-musl.fragment -------------------------------------------------------------------------------- /configs/local.config: -------------------------------------------------------------------------------- 1 | # place your custom settings for local build here 2 | # these will merge into /etc/thingino.config 3 | -------------------------------------------------------------------------------- /configs/local.fragment: -------------------------------------------------------------------------------- 1 | # place your custom settings for local build here 2 | -------------------------------------------------------------------------------- /configs/local.uenv.txt: -------------------------------------------------------------------------------- 1 | ## environment settings for local compilation 2 | ## lines starting with # will be ignored 3 | # wlanssid=thingino 4 | # wlanpass=thingino 5 | -------------------------------------------------------------------------------- /configs/modules/a1n_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: A1N, SENSOR_DUMMY, ETH 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_DUMMY=y 5 | BR2_SOC_INGENIC_A1N=y 6 | -------------------------------------------------------------------------------- /configs/modules/c100_gc2053_bcmdhd_ap6214a_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: C100, GC2063, BCMDHD_AP6214A 2 | # FRAG: soc toolchain-glibc ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_BCMDHD_AP6214A=y 5 | BR2_SENSOR_GC2053=y 6 | BR2_SOC_INGENIC_C100=y 7 | -------------------------------------------------------------------------------- /configs/modules/t10_ov9712_ap6181_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T10, OV9712, AP6181 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SYN4343=y 5 | BR2_SENSOR_OV9712=y 6 | BR2_SOC_INGENIC_T10L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t10l_jxh42_mt7601_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T10L, JXH42, MT7601 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_MT7601U=y 5 | BR2_SENSOR_JXH42=y 6 | BR2_SOC_INGENIC_T10L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t10l_ov9750_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T10L, OV9750, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V12=y 5 | BR2_SENSOR_OV9750=y 6 | BR2_SOC_INGENIC_T10L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t20l_jxf22_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20L, JXF22, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXF22=y 6 | BR2_SOC_INGENIC_T20L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t20l_jxf23_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20L, JXF23, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXF23=y 6 | BR2_SOC_INGENIC_T20L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t20l_ps5250_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20L, PS5250, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_PS5250=y 6 | BR2_SOC_INGENIC_T20L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t20l_sc2232_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20L, SC2232, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V12=y 5 | BR2_SENSOR_SC2232=y 6 | BR2_SOC_INGENIC_T20L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t20l_sc2235_eth_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20L, SC2235, ETH, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V12=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_RTL8188FU=y 7 | BR2_SENSOR_SC2235=y 8 | BR2_SOC_INGENIC_T20L=y 9 | -------------------------------------------------------------------------------- /configs/modules/t20x_jxf22_rtl8189etv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20X, JXF22, RTL8189ETV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189ES=y 5 | BR2_SENSOR_JXF22=y 6 | BR2_SOC_INGENIC_T20X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t20x_jxf22_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20X, JXF22, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXF22=y 6 | BR2_SOC_INGENIC_T20X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t20x_jxf23_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T20X, JXF23, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXF23=y 6 | BR2_SOC_INGENIC_T20X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_jxf23_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, JXF23, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_JXF23=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_jxf37_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, JXF37, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_JXF37=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_jxh62_mt7601u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, JXH62, MT7601U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_MT7601U=y 5 | BR2_SENSOR_JXH62=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_os02b10_mt7601u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, OS02B10, MT7601U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_MT7601U=y 5 | BR2_SENSOR_OS02B10=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_os02g10_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, OS02G10, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_OS02G10=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_ov2735b_mt7601u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, OV2735B, MT7601U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_MT7601U=y 5 | BR2_SENSOR_OV2735B=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_ov2735b_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, OV2735B, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_OV2735B=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_sc2235_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, SC2235, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_SC2235=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21n_sc2300_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21N, SC2300, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC2300=y 6 | BR2_SOC_INGENIC_T21N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21z_jxf37_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21Z, JXF37, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_JXF37=y 6 | BR2_SOC_INGENIC_T21Z=y 7 | -------------------------------------------------------------------------------- /configs/modules/t21z_sc2300_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T21Z, SC2300, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC2300=y 6 | BR2_SOC_INGENIC_T21Z=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23dl_jxh63p_txw901u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23DL, JXH63P, TXW901U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T23DL=y 4 | BR2_SENSOR_JXH63P=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_TXW901U=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_gc1084_atbm6012b_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, GC1084, ATBM6012B 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SENSOR_GC1084=y 4 | BR2_PACKAGE_WIFI=y 5 | BR2_PACKAGE_WIFI_ATBM6012B=y 6 | BR2_SOC_INGENIC_T23N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_gc2083_aic8800u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, GC2083, AIC8800 (USB) 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_AIC8800=y 5 | BR2_PACKAGE_WIFI_AIC8800_USB=y 6 | BR2_PACKAGE_WIFI_AIC8800_USB_8800D80=y 7 | BR2_SENSOR_GC2083=y 8 | BR2_SOC_INGENIC_T23N=y 9 | -------------------------------------------------------------------------------- /configs/modules/t23n_gc2083_ssv6355_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, GC2083, SSV6355 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SSV6X5X=y 5 | BR2_PACKAGE_WIFI_SSV6X5X_SV6355=y 6 | BR2_SENSOR_GC2083=y 7 | BR2_SOC_INGENIC_T23N=y 8 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc1a4t_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC1A4T, ATBM6012BX 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6012BX=y 5 | BR2_SENSOR_SC1A4T=y 6 | BR2_SOC_INGENIC_T23N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc1a4t_ssv6355_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC1A4T, SSV6355 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SSV6X5X=y 5 | BR2_PACKAGE_WIFI_SSV6X5X_SV6355=y 6 | BR2_SENSOR_SC1A4T=y 7 | BR2_SOC_INGENIC_T23N=y 8 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc2336_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC2336, ATBM6012BX 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6012BX=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T23N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc2336_atbm6062_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC2336, ATBM6062U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6062U=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T23N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc2336_atbm6132u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC2336, ATBM6132U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T23N=y 4 | BR2_SENSOR_SC2336=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_ATBM6132U=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc2336p_atbm6132u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC2336P, ATBM6132U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T23N=y 4 | BR2_SENSOR_SC2336P=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_ATBM6132U=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc2336p_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC2336P, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T23N=y 4 | BR2_SENSOR_SC2336P=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_RTL8188FU=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc2336p_wq9001_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC2336P, WQ9001 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T23N=y 4 | BR2_SENSOR_SC2336P=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_WQ9001=y 7 | -------------------------------------------------------------------------------- /configs/modules/t23n_sc2336ps0+sc2336ps1_atbm6132u_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T23N, SC2336P+SC2336PS1, ATBM6132U 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T23N=y 4 | BR2_THINGINO_IMAGE_SENSOR_QTY_2=y 5 | BR2_SENSOR_1_SC2336PS0=y 6 | BR2_SENSOR_2_SC2336PS1=y 7 | BR2_PACKAGE_WIFI=y 8 | BR2_PACKAGE_WIFI_ATBM6132U=y 9 | -------------------------------------------------------------------------------- /configs/modules/t30l_sc1235_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T30L, SC1235, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_SC1235=y 6 | BR2_SOC_INGENIC_T30L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t30x_sc2235_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T30X, SC2235, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_SC2235=y 6 | BR2_SOC_INGENIC_T30X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t30x_sc4236_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T30X, SC4236, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V12=y 5 | BR2_SENSOR_SC4236=y 6 | BR2_SOC_INGENIC_T30X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t30x_sc4236_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T30X, SC4236, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_SC4236=y 6 | BR2_SOC_INGENIC_T30X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31a_gc2053_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31A, GC2053 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SENSOR_GC2053=y 4 | BR2_SOC_INGENIC_T31A=y 5 | -------------------------------------------------------------------------------- /configs/modules/t31al_gc2053_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31AL, GC2053, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_GC2053=y 6 | BR2_SOC_INGENIC_T31AL=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_gc2053_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, GC2053, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_GC2053=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_gc2083_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, GC2083, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_GC2083=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_gc2083_ssv6155_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, GC2083, SSV6155 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SSV6X5X=y 5 | BR2_PACKAGE_WIFI_SSV6X5X_SV6155P=y 6 | BR2_SENSOR_GC2083=y 7 | BR2_SOC_INGENIC_T31L=y 8 | -------------------------------------------------------------------------------- /configs/modules/t31l_imx307_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, IMX307, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_IMX307=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_jxf37_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, JXF37, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_JXF37=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_jxh62_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, JXH62, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_JXH62=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_jxq03p_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, JXQ03P, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXQ03P=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_os02g10_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, OS02G10, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_OS02G10=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc2332_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC2332, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC2332=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc2336_atbm6012b_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC2336, ATBM6012B 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6012B=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc2336_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC2336, ATBM6012BX 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6012BX=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc2336_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC2336, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc2336_atbm6032_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC2336, ATBM6032 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6032=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc2336_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC2336, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc2336_ssv6256p_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC2336, SV6256P 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_SENSOR_SC2336=y 5 | BR2_SOC_INGENIC_T31L=y 6 | BR2_PACKAGE_WIFI_SSV6X5X=y 7 | BR2_PACKAGE_WIFI_SSV6X5X_SV6256P=y 8 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc3336_atbm6012b_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC3336, ATBM6012B 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T31L=y 4 | BR2_SENSOR_SC3336=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_ATBM6012B=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc3336_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC3336, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC3336=y 6 | BR2_SOC_INGENIC_T31L=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc3338_atbm6012b_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC3338, ATBM6012B 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T31L=y 4 | BR2_SENSOR_SC3338=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_ATBM6012B=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc3338_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC3338, ATBM6012BX 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T31L=y 4 | BR2_SENSOR_SC3338=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_ATBM6012BX=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31l_sc3338_ssv6256p_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31L, SC3338, SV6256P 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SOC_INGENIC_T31L=y 4 | BR2_SENSOR_SC3338=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_SSV6X5X=y 7 | BR2_PACKAGE_WIFI_SSV6X5X_SV6256P=y 8 | -------------------------------------------------------------------------------- /configs/modules/t31lc_gc1084_hi3881_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31LC, GC1084, HI3881 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_HI3881=y 5 | BR2_SENSOR_GC1084=y 6 | BR2_SOC_INGENIC_T31LC=y 7 | BR2_PACKAGE_THINGINO_UBOOT_FORMAT_CUSTOM_NAME="u-boot-with-spl.bin" 8 | -------------------------------------------------------------------------------- /configs/modules/t31lc_sc2336_atbm6012b_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31LC, SC2336, ATBM6012B 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6012B=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31LC=y 7 | BR2_PACKAGE_THINGINO_UBOOT_FORMAT_CUSTOM_NAME="u-boot-with-spl.bin" 8 | -------------------------------------------------------------------------------- /configs/modules/t31lc_sc2336_atbm6012bx_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31LC, SC2336, ATBM6012BX 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6012BX=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31LC=y 7 | BR2_PACKAGE_THINGINO_UBOOT_FORMAT_CUSTOM_NAME="u-boot-with-spl.bin" 8 | -------------------------------------------------------------------------------- /configs/modules/t31n_gc1084_ssv6355_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, GC1084, SSV6355 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SSV6X5X=y 5 | BR2_PACKAGE_WIFI_SSV6X5X_SV6355=y 6 | BR2_SENSOR_GC1084=y 7 | BR2_SOC_INGENIC_T31N=y 8 | -------------------------------------------------------------------------------- /configs/modules/t31n_gc2053_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, GC2053, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_GC2053=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_gc2063_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, GC2063, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_GC2063=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_gc2063_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, GC2063, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_GC2063=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_gc2083_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, GC2083, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_GC2083=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_gc4653_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, GC4653, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_GC4653=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_jxf23_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, JXF23, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXF23=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_jxf37_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, JXF37 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_SENSOR_JXF37=y 4 | BR2_SOC_INGENIC_T31N=y 5 | -------------------------------------------------------------------------------- /configs/modules/t31n_jxq03_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, JXQ03, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXQ03=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_jxq03p_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, JXQ03P, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_JXQ03P=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_sc223a_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, SC223A, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC223A=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_sc2332_hi3881_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, SC2332, HI3881 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC=y 5 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V12=y 6 | BR2_PACKAGE_WIFI=y 7 | BR2_PACKAGE_WIFI_HI3881=y 8 | BR2_SENSOR_SC2332=y 9 | BR2_SOC_INGENIC_T31N=y 10 | -------------------------------------------------------------------------------- /configs/modules/t31n_sc2332_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, SC2332, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC2332=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_sc2336_atbm6012b_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, SC2336, ATBM6012B 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6012B=y 5 | BR2_SENSOR_SC2336=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31n_sc3335_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31N, SC3335, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_SC3335=y 6 | BR2_SOC_INGENIC_T31N=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_gc2053_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, GC2053, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_GC2053=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_gc2053_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, GC2053, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_GC2053=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_gc4023_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, GC4023, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_GC4023=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_gc4023_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, GC4023, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_GC4023=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_gc4653_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, GC4653, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_GC4653=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_gc4653_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, GC4653, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_GC4653=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_gc4653_eth_rtl8731_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, GC4653, ETH, RTL8731BU 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_RTL8733BU=y 7 | BR2_SENSOR_GC4653=y 8 | BR2_SOC_INGENIC_T31X=y 9 | -------------------------------------------------------------------------------- /configs/modules/t31x_jxf37_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, JXF37, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_JXF37=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_jxk04_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, JXK04, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_JXK04=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_jxk04_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, JXK04, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_JXK04=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_jxq03_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, JXQ03, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_JXQ03=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_jxq03_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, JXQ03, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_JXQ03=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_jxq03_ssv6155_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, JXQ03, SSV6155 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SSV6X5X=y 5 | BR2_PACKAGE_WIFI_SSV6X5X_SV6155P=y 6 | BR2_SENSOR_JXQ03=y 7 | BR2_SOC_INGENIC_T31X=y 8 | -------------------------------------------------------------------------------- /configs/modules/t31x_os03b10_ssv6155_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, OS03B10, SSV6155 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_PACKAGE_WIFI=y 6 | BR2_PACKAGE_WIFI_SSV6X5X=y 7 | BR2_PACKAGE_WIFI_SSV6X5X_SV6155P=y 8 | BR2_SENSOR_OS03B10=y 9 | BR2_SOC_INGENIC_T31X=y 10 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc301iot_atbm6031_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC301IOT, ATBM6031 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031=y 5 | BR2_SENSOR_SC301IOT=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc3235_syn4343_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC3235, SYN4343 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SYN4343=y 5 | BR2_SENSOR_SC3235=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc3335_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC3335, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_SC3335=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc3335_syn4343_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC3335, SYN4343 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SYN4343=y 5 | BR2_SENSOR_SC3335=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc3336_syn4343_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC3336, SYN4343 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SYN4343=y 5 | BR2_SENSOR_SC3336=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc3338_atbm6031x_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC3338, ATBM6031X 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_ATBM6031X=y 5 | BR2_SENSOR_SC3338=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc3338_syn4343_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC3338, SYN4343 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SYN4343=y 5 | BR2_SENSOR_SC3338=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc401ai_rtl8188ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC401AI, RTL8188FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8188FU=y 5 | BR2_SENSOR_SC401AI=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc401ai_ssv6158_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC401AI, SSV6158 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SSV6158=y 5 | BR2_SENSOR_SC401AI=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc4236_rtl8189ftv_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC4236, RTL8189FTV 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_RTL8189FS=y 5 | BR2_SENSOR_SC4236=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc4336_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC4336, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_SC4336=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc4336p_ssv6158_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC4336P, SSV6158 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_WIFI=y 4 | BR2_PACKAGE_WIFI_SSV6158=y 5 | BR2_SENSOR_SC4336P=y 6 | BR2_SOC_INGENIC_T31X=y 7 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc5235_eth_rtl8137bu_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC5235, ETH, RTL8137BU 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_PACKAGE_ETHERNET=y 4 | BR2_PACKAGE_WIFI=y 5 | BR2_PACKAGE_WIFI_RTL8137BU=y 6 | BR2_SENSOR_SC5235=y 7 | BR2_SOC_INGENIC_T31X=y 8 | -------------------------------------------------------------------------------- /configs/modules/t31x_sc5235_eth_rtl8731bu_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31X, SC5235, ETH, RTL8731BU 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_SC5235=y 5 | BR2_SOC_INGENIC_T31X=y 6 | BR2_PACKAGE_WIFI=y 7 | BR2_PACKAGE_WIFI_RTL8733BU=y 8 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 9 | -------------------------------------------------------------------------------- /configs/modules/t31zx_imx327_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T31ZX, IMX327, ETH 2 | # FRAG: soc toolchain ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_PACKAGE_THINGINO_KOPT_JZ_MAC_V13=y 5 | BR2_SENSOR_IMX327=y 6 | BR2_SOC_INGENIC_T31ZX=y 7 | -------------------------------------------------------------------------------- /configs/modules/t40n_imx307_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T40N, IMX307, ETH 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_IMX307=y 5 | BR2_SOC_INGENIC_T40N=y 6 | -------------------------------------------------------------------------------- /configs/modules/t40nn_gc5603_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T40NN, GC5603, ETH 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_GC5603=y 5 | BR2_THINGINO_RMEM_64=y 6 | BR2_SOC_INGENIC_T40NN=y 7 | -------------------------------------------------------------------------------- /configs/modules/t40nn_imx307_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T40NN, IMX307, ETH 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_IMX307=y 5 | BR2_SOC_INGENIC_T40NN=y 6 | -------------------------------------------------------------------------------- /configs/modules/t40nn_os02g10_ssv6256p_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T40NN, OS02G10, SSV6256P 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_OS02G10=y 5 | BR2_SOC_INGENIC_T40NN=y 6 | BR2_PACKAGE_WIFI=y 7 | BR2_PACKAGE_WIFI_SSV6X5X=y 8 | BR2_PACKAGE_WIFI_SSV6X5X_SV6256P=y 9 | -------------------------------------------------------------------------------- /configs/modules/t40xp_gc4653_rtl8192fs_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T40XP, GC4653, RTL8192FS 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_GC4653=y 5 | BR2_SOC_INGENIC_T40XP=y 6 | BR2_PACKAGE_WIFI=y 7 | BR2_PACKAGE_WIFI_RTL8192FS=y 8 | -------------------------------------------------------------------------------- /configs/modules/t40xp_imx307_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T40XP, IMX307, ETH 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_IMX307=y 5 | BR2_THINGINO_RMEM_64=y 6 | BR2_SOC_INGENIC_T40XP=y 7 | -------------------------------------------------------------------------------- /configs/modules/t41lq_gc5603_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T41LQ, GC5603, ETH 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_GC5603=y 5 | BR2_SOC_INGENIC_T41LQ=y 6 | BR2_PACKAGE_THINGINO_UBOOT_FLASH_CONTROLLER_JZ_SFC=n 7 | BR2_PACKAGE_THINGINO_UBOOT_FLASH_CONTROLLER_SFC0_NOR=y 8 | -------------------------------------------------------------------------------- /configs/modules/t41nq_gc4023_eth_defconfig: -------------------------------------------------------------------------------- 1 | # NAME: T41NQ, GC4023, ETH 2 | # FRAG: soc-xburst2 toolchain-xburst2 ccache brand rootfs kernel system target uboot 3 | BR2_ETHERNET=y 4 | BR2_SENSOR_GC4023=y 5 | BR2_SOC_INGENIC_T41NQ=y 6 | BR2_PACKAGE_THINGINO_UBOOT_FLASH_CONTROLLER_JZ_SFC=n 7 | BR2_PACKAGE_THINGINO_UBOOT_FLASH_CONTROLLER_SFC0_NOR=y 8 | 9 | -------------------------------------------------------------------------------- /docs/brands/abuntu.md: -------------------------------------------------------------------------------- 1 | Abuntu 2 | ------ 3 | - https://abuntu.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/anbiux.md: -------------------------------------------------------------------------------- 1 | Anbiux 2 | ------ 3 | - https://anbiux.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/anker.md: -------------------------------------------------------------------------------- 1 | Anker 2 | ----- 3 | - https://en.anker-in.com/ 4 | 5 | also [eufy](eufy.md), [CZEview](czeview.md) 6 | 7 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 8 | |-----|-------|-----|------|-----|-----|------|------| 9 | -------------------------------------------------------------------------------- /docs/brands/anpviz.md: -------------------------------------------------------------------------------- 1 | Anpviz 2 | ------ 3 | - https://www.anpvizsecurity.com/ 4 | - https://hisecu.aliexpress.com/ 5 | 6 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 7 | |-----|-------|-----|------|-----|-----|------|------| 8 | -------------------------------------------------------------------------------- /docs/brands/asecam.md: -------------------------------------------------------------------------------- 1 | Asecam 2 | ------ 3 | - https://asecam.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/atom.md: -------------------------------------------------------------------------------- 1 | ATOM 2 | ---- 3 | - https://www.atomtech.co.jp/ 4 | 5 | See [Hualai](hualai.md) 6 | -------------------------------------------------------------------------------- /docs/brands/besder.md: -------------------------------------------------------------------------------- 1 | Besder 2 | ------ 3 | - https://besdersecurity.com/ 4 | - https://besdertech.aliexpress.com/ 5 | -------------------------------------------------------------------------------- /docs/brands/boavision.md: -------------------------------------------------------------------------------- 1 | Boavision 2 | --------- 3 | - https://boavision.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/carecam.md: -------------------------------------------------------------------------------- 1 | CareCam 2 | ------- 3 | - https://www.aliexpress.com/store/1102513934 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/cinnado.md: -------------------------------------------------------------------------------- 1 | [see here](wansview.md) 2 | -------------------------------------------------------------------------------- /docs/brands/czeview.md: -------------------------------------------------------------------------------- 1 | CZEview 2 | ------- 3 | - https://czeview.net/ 4 | 5 | also [Anker](anker.md), [eufy](eufy.md) 6 | 7 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 8 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 9 | -------------------------------------------------------------------------------- /docs/brands/evkvo.md: -------------------------------------------------------------------------------- 1 | Evkvo 2 | ----- 3 | - https://www.aliexpress.com/store/5480158 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/gadinan.md: -------------------------------------------------------------------------------- 1 | Gadinan 2 | ------- 3 | - https://gadinan.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/galayou.md: -------------------------------------------------------------------------------- 1 | [see here](wansview.md) -------------------------------------------------------------------------------- /docs/brands/golspark.md: -------------------------------------------------------------------------------- 1 | Golspark 2 | -------- 3 | - https://www.amazon.ca/stores/Golspark/page/F649E67D-B98C-427F-96FD-AF90F3D0DB63 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/guoanvision.md: -------------------------------------------------------------------------------- 1 | Guoan Vision 2 | ------------ 3 | - https://www.aliexpress.com/store/1102875011 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/hfwvision.md: -------------------------------------------------------------------------------- 1 | HFW Vision 2 | ---------- 3 | - https://hfwvision.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/hiseeu.md: -------------------------------------------------------------------------------- 1 | Hiseeu 2 | ------ 3 | - https://www.aliexpress.com/store/1500556 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/hualai.md: -------------------------------------------------------------------------------- 1 | Hualai 2 | ------ 3 | - https://www.hualaikeji.com/ 4 | 5 | also [Azarton](azarton.md), [ATOM](atom.md), [Wyze](wyze.md) 6 | 7 | FCC: https://fccid.io/2ANJH 8 | 9 | Cloud: 10 | - https://www.hualai.com/ 11 | - [TUTK/ThroughTek](https://www.tutk.com/) 12 | -------------------------------------------------------------------------------- /docs/brands/inland.md: -------------------------------------------------------------------------------- 1 | Inland 2 | ------ 3 | 4 | | FCC ID | Model | SoC | CMOS | SPI | WiFi | Description | 5 | |-------------|-------------|-----|------|-------|------------|-------------| 6 | | 2AUPY-86316 | NEXHT 86316 | T21 | | 25Q?? | RTL8188FTV | | 7 | -------------------------------------------------------------------------------- /docs/brands/keview.md: -------------------------------------------------------------------------------- 1 | Keview 2 | ------ 3 | - https://www.aliexpress.com/store/1102138559 4 | 5 | | FCC | Model | SOC | CMOS | RES | CODEC | SPI | WIFI | Link | 6 | |-----|-----------|------------|--------|-----------|-------|-------|------|------| 7 | | | HS800B4-P | FH8856V200 | GC4653 | 3840x2160 | H.265 | 25Q64 | | | 8 | -------------------------------------------------------------------------------- /docs/brands/lmakook.md: -------------------------------------------------------------------------------- 1 | Lmakook 2 | ------- 3 | - https://www.aliexpress.com/store/1102982840 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |------------------|-------------|--------------|------|-----|-------|------------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/loxcam.md: -------------------------------------------------------------------------------- 1 | Loxcam 2 | ------ 3 | - https://www.aliexpress.com/store/5876456 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |------------------|-------------|--------------|------|-----|-------|------------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/lsvision.md: -------------------------------------------------------------------------------- 1 | LS Vision 2 | --------- 3 | - https://www.aliexpress.com/store/912697052 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |------------------|-------------|--------------|------|-----|-------|------------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/misecu.md: -------------------------------------------------------------------------------- 1 | Misecu 2 | ------ 3 | - https://misecu.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |-----------------|---------------|-------------|------|-----|--------|--------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/moshontek.md: -------------------------------------------------------------------------------- 1 | Moshontek 2 | --------- 3 | - https://www.moshontek.com/ 4 | -------------------------------------------------------------------------------- /docs/brands/ninivision.md: -------------------------------------------------------------------------------- 1 | Ninivision 2 | ---------- 3 | - https://ninivisionsecurity.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |------------------|-------|-----|------|-----|-----|------|------| 7 | | NINI-KO14PGI1-4K | | | | | | | | 8 | -------------------------------------------------------------------------------- /docs/brands/reolink.md: -------------------------------------------------------------------------------- 1 | Reolink 2 | ------- 3 | - https://reolink.com/ 4 | -------------------------------------------------------------------------------- /docs/brands/septekon.md: -------------------------------------------------------------------------------- 1 | Septekon 2 | -------- 3 | https://www.amazon.com/stores/Septekon/page/95E99351-D50B-4B28-A15A-F29D28232600 4 | -------------------------------------------------------------------------------- /docs/brands/sscam.md: -------------------------------------------------------------------------------- 1 | SSCAM 2 | ----- 3 | - https://www.aliexpress.com/store/4997146 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |------------------|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/tptek.md: -------------------------------------------------------------------------------- 1 | Tptek 2 | ----- 3 | - https://tpteksecu.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |------------------|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/usafeqlo.md: -------------------------------------------------------------------------------- 1 | USAFEQLO 2 | -------- 3 | - https://usafeqlo.aliexpress.com/ 4 | 5 | | FCC | Model | SOC | CMOS | RES | SPI | WIFI | Link | 6 | |------------------|-------|-----|------|-----|-----|------|------| 7 | -------------------------------------------------------------------------------- /docs/brands/veepai.md: -------------------------------------------------------------------------------- 1 | Veepai 2 | ------ 3 | - https://www.veepai.com/ 4 | -------------------------------------------------------------------------------- /docs/brands/xinlitong.md: -------------------------------------------------------------------------------- 1 | XinLiTong 2 | --------- 3 | - http://www.xinlitong.com/ 4 | - http://www.sztensh.com/ 5 | -------------------------------------------------------------------------------- /docs/cameras/noorio-t110.md: -------------------------------------------------------------------------------- 1 | Noorio T100 2 | =========== 3 | 4 | ### Hardware 5 | 6 | - SoC: Ingenic T41NQ 7 | - Image Sensor: 8 | - Wi-Fi Module: AIC8800 9 | - Flash Chip: NOR 32MB 10 | - Power: 5V DC (USB-C) 11 | -------------------------------------------------------------------------------- /docs/cameras/okam-qc3.md: -------------------------------------------------------------------------------- 1 | O-KAM QC3 2 | ========= 3 | 4 | ### Hardware 5 | 6 | - SoC: Ingenic T23N 7 | - Image Sensor: 8 | - GC1084 9 | - GC2083 10 | - JXF38P 11 | - OS02N10 12 | - OS04D10 13 | - OS04L10 14 | - Wi-Fi Module: AIC8800D40L 15 | - Flash Chip: NOR 8MB 16 | - Power: 5V DC (USB-C) 17 | 18 | ### Firmware 19 | 20 | -------------------------------------------------------------------------------- /docs/connectors.md: -------------------------------------------------------------------------------- 1 | Connectors 2 | ========== 3 | 4 | ### JST 5 | 6 | | model | pitch | 0 | 90 | 7 | |-------|-----------|-----|-----| 8 | | XH | 2.54 | XHP | XHR | 9 | | PH | 2.0 | PHP | PHR | 10 | | ZH | 1.5 | ZHP | ZHR | 11 | | GH | 1.25/2.27 | GHP | GHR | 12 | | SH | 1.0 | SHP | SHR | 13 | -------------------------------------------------------------------------------- /external.desc: -------------------------------------------------------------------------------- 1 | name: THINGINO 2 | desc: External Buildroot tree for Ingenic boards 3 | -------------------------------------------------------------------------------- /overlay/config/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/config/.gitkeep -------------------------------------------------------------------------------- /overlay/lower/etc/TZ: -------------------------------------------------------------------------------- 1 | GMT0 2 | -------------------------------------------------------------------------------- /overlay/lower/etc/cron/crontabs/root: -------------------------------------------------------------------------------- 1 | # see https://github.com/themactep/thingino-firmware/wiki/Cron-jobs 2 | 3 | # reboot camera nightly @ 3:00 4 | #0 3 * * * reboot -f 5 | # run daynight every minute 6 | */1 * * * * daynight 7 | -------------------------------------------------------------------------------- /overlay/lower/etc/default/ntp.conf: -------------------------------------------------------------------------------- 1 | server 0.pool.ntp.org iburst 2 | server 1.pool.ntp.org iburst 3 | server 2.pool.ntp.org iburst 4 | server 3.pool.ntp.org iburst 5 | -------------------------------------------------------------------------------- /overlay/lower/etc/default/resolv.conf: -------------------------------------------------------------------------------- 1 | nameserver 9.9.9.9 2 | nameserver 8.8.8.8 3 | nameserver 1.1.1.1 4 | -------------------------------------------------------------------------------- /overlay/lower/etc/fw_env.config: -------------------------------------------------------------------------------- 1 | /dev/mtd1 0 0x8000 0x8000 2 | -------------------------------------------------------------------------------- /overlay/lower/etc/init.d/F00dumpenv: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | . /usr/share/common 4 | 5 | start() { 6 | echo_title "Reading U-Boot environment" 7 | # Dumps the U-Boot environment to a file automatically 8 | } 9 | 10 | case "$1" in 11 | start) 12 | start 13 | ;; 14 | stop) 15 | true 16 | ;; 17 | *) 18 | echo "Usage: $0 {start|stop}" 19 | exit 1 20 | ;; 21 | esac 22 | -------------------------------------------------------------------------------- /overlay/lower/etc/init.d/rcF: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Run init scripts in numerical order. 4 | for i in $(find /etc/init.d/ -name "F*" -executable | sort -n); do 5 | /bin/sh -c "$i start" 6 | done 7 | 8 | exit 0 9 | -------------------------------------------------------------------------------- /overlay/lower/etc/issue: -------------------------------------------------------------------------------- 1 | Welcome to Thingino firmware! 2 | -------------------------------------------------------------------------------- /overlay/lower/etc/network/if-down.d/odhcp6c: -------------------------------------------------------------------------------- 1 | ../if-up.d/odhcp6c -------------------------------------------------------------------------------- /overlay/lower/etc/network/interfaces: -------------------------------------------------------------------------------- 1 | source-dir /etc/network/interfaces.d 2 | -------------------------------------------------------------------------------- /overlay/lower/etc/network/interfaces.d/eth0: -------------------------------------------------------------------------------- 1 | auto eth0 2 | iface eth0 inet dhcp 3 | dhcp-v6-enabled true 4 | -------------------------------------------------------------------------------- /overlay/lower/etc/network/interfaces.d/lo: -------------------------------------------------------------------------------- 1 | auto lo 2 | iface lo inet loopback 3 | -------------------------------------------------------------------------------- /overlay/lower/etc/ntp.conf: -------------------------------------------------------------------------------- 1 | /tmp/ntp.conf -------------------------------------------------------------------------------- /overlay/lower/etc/rc.local: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # rc.local 4 | # 5 | # This script is executed at the end of each multiuser runlevel. 6 | # Make sure that the script will "exit 0" on success or any other 7 | # value on error. 8 | 9 | echo "Ciao" 10 | 11 | exit 0 12 | -------------------------------------------------------------------------------- /overlay/lower/etc/rc.local.stop: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo "Ciao" 4 | 5 | exit 0 6 | -------------------------------------------------------------------------------- /overlay/lower/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | /tmp/resolv.conf -------------------------------------------------------------------------------- /overlay/lower/etc/sysctl.conf: -------------------------------------------------------------------------------- 1 | # Level of messages on console 2 | kernel.printk = 3 3 1 3 3 | -------------------------------------------------------------------------------- /overlay/lower/etc/timezone: -------------------------------------------------------------------------------- 1 | Etc/GMT 2 | -------------------------------------------------------------------------------- /overlay/lower/overlay/.empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/lower/overlay/.empty -------------------------------------------------------------------------------- /overlay/lower/rom/.empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/lower/rom/.empty -------------------------------------------------------------------------------- /overlay/lower/root/.ssh/.empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/lower/root/.ssh/.empty -------------------------------------------------------------------------------- /overlay/lower/usr/lib/firmware/.empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/lower/usr/lib/firmware/.empty -------------------------------------------------------------------------------- /overlay/lower/usr/sbin/ansi-colors: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | for n in $(seq 1 256); do 3 | printf "\e[38;5;%dm %03d\e[0m" $n $n 4 | [ $((n % 16)) -eq 0 ] && echo 5 | done 6 | -------------------------------------------------------------------------------- /overlay/lower/usr/sbin/echo_c: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | [ -z "$HASERLVER" ] && t="\e[38;5;$1m$2\e[0m" || t="$2" 3 | echo -e "$t" 4 | -------------------------------------------------------------------------------- /overlay/lower/usr/sbin/envfromcard: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ENV_FILE="/mnt/mmcblk0p1/uenv.txt" 4 | if [ ! -f "$ENV_FILE" ]; then 5 | echo "$ENV_FILE is missing" >&2 6 | exit 1 7 | fi 8 | 9 | tmpfile=$(mktemp) 10 | sed 's/=/ /' $ENV_FILE >> $tmpfile 11 | fw_setenv -s $tmpfile 12 | rm $tmpfile 13 | fw_printenv 14 | 15 | exit 0 16 | -------------------------------------------------------------------------------- /overlay/lower/usr/share/tz.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/lower/usr/share/tz.json.gz -------------------------------------------------------------------------------- /overlay/opt/.gitkeep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/opt/.gitkeep -------------------------------------------------------------------------------- /overlay/upper/.empty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/overlay/upper/.empty -------------------------------------------------------------------------------- /package/all-patches/linux/0001-strip-unneeded.patch: -------------------------------------------------------------------------------- 1 | --- a/Makefile 2 | +++ b/Makefile 3 | @@ -0,0 +0,1 @@ 4 | +INSTALL_MOD_STRIP = --strip-unneeded 5 | -------------------------------------------------------------------------------- /package/capjpeg/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_CAPJPEG 2 | bool "capjpeg" 3 | help 4 | Quick and dirty libimp testing for catpure still images 5 | For Ingenic T31 only now 6 | 7 | https://github.com/openipc/capjpeg/ 8 | -------------------------------------------------------------------------------- /package/faac/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FAAC 2 | bool "Freeware Advanced Audio Coder" 3 | help 4 | FAAC is an open-source MPEG-2 and MPEG-4 AAC audio format encoder. 5 | 6 | http://sourceforge.net/projects/faac/ 7 | -------------------------------------------------------------------------------- /package/gadget-serial/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GADGET_SERIAL 2 | bool "gadget-serial" 3 | select BR2_PACKAGE_THINGINO_KOPT 4 | select BR2_PACKAGE_THINGINO_KOPT_GADGET_SERIAL 5 | help 6 | Enables a USB gadget serial device to allow termial access 7 | -------------------------------------------------------------------------------- /package/ingenic-audiodaemon/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INGENIC_AUDIODAEMON 2 | bool "ingenic-audiodaemon" 3 | select BR2_PACKAGE_LIBWEBSOCKETS 4 | select BR2_PACKAGE_CJSON 5 | select BR2_PACKAGE_INGENIC_MUSL if BR2_TOOLCHAIN_USES_MUSL 6 | help 7 | Userspace program for interfacing with Audio on the Ingenic platform using IMP 8 | -------------------------------------------------------------------------------- /package/ingenic-diag-tools/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INGENIC_DIAG_TOOLS 2 | bool "Ingenic Diagnostic Tools" 3 | help 4 | Userspace program for manipulating GPIOs 5 | -------------------------------------------------------------------------------- /package/ingenic-lib/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INGENIC_LIB 2 | bool "ingenic-lib" 3 | help 4 | Ingenic IMP platform libraries 5 | -------------------------------------------------------------------------------- /package/ingenic-libimp-control/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INGENIC_LIBIMP_CONTROL 2 | bool "IMP Library Control" 3 | help 4 | Library for on the fly adjustments to the IMP Library 5 | -------------------------------------------------------------------------------- /package/ingenic-libimp-control/src/imp-control: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # This script provides a control interface for the libimp_control library. 4 | # It sends commands and parameters to the server listening on localhost port 4000. 5 | 6 | echo "imp_control $*" | nc localhost 4000 7 | -------------------------------------------------------------------------------- /package/ingenic-musl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INGENIC_MUSL 2 | bool "ingenic-musl" 3 | depends on BR2_TOOLCHAIN_USES_MUSL 4 | help 5 | Shared library implementing musl compatability with the Ingenic IMP platform 6 | -------------------------------------------------------------------------------- /package/ingenic-pwm/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INGENIC_PWM 2 | bool "Ingenic PWM" 3 | help 4 | Userspace program for controlling PWM channels on the Ingenic platform. 5 | -------------------------------------------------------------------------------- /package/ingenic-sdk/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INGENIC_SDK 2 | bool "Ingenic SDK" 3 | default y 4 | select BR2_LINUX_KERNEL 5 | help 6 | Code from Ingenic SDK 7 | -------------------------------------------------------------------------------- /package/jsonfilter/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_JSONFILTER 2 | bool "jsonfilter" 3 | select BR2_PACKAGE_JSON_C 4 | select BR2_PACKAGE_LIBUBOX 5 | help 6 | jsonfilter - simple JSON parser 7 | https://lxr.openwrt.org/source/jsonpath/ 8 | -------------------------------------------------------------------------------- /package/libhelix-aac/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBHELIX_AAC 2 | bool "libhelix-aac Fixed-point HE-AAC decoder" 3 | help 4 | libhelix-aac is a high-performance HE-AAC decoder for 32-bit fixed-point 5 | processors developed by RealNetworks. 6 | 7 | https://github.com/earlephilhower/ESP8266Audio/blob/master/src/libhelix-aac/readme.txt 8 | -------------------------------------------------------------------------------- /package/libschrift/0001-patch-stack-alloc.patch: -------------------------------------------------------------------------------- 1 | --- a/schrift.c 2 | +++ b/schrift.c 3 | @@ -1544,1 +1544,1 @@ 4 | - STACK_ALLOC(cells, Cell, 128 * 128, numPixels); 5 | + STACK_ALLOC(cells, Cell, 32 * 32, numPixels); 6 | -------------------------------------------------------------------------------- /package/libschrift/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBSCHRIFT 2 | bool "libschrift" 3 | help 4 | libschrift is a lightweight TrueType font rendering library. 5 | 6 | https://github.com/tomolt/libschrift 7 | -------------------------------------------------------------------------------- /package/lightnvr/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIGHTNVR 2 | bool "lightnvr" 3 | select BR2_PACKAGE_THINGINO_FFMPEG 4 | select BR2_PACKAGE_THINGINO_FFMPEG_LIGHTNVR 5 | select BR2_PACKAGE_SQLITE 6 | default n 7 | help 8 | Experimental NVR for Ingenic SoC's 9 | -------------------------------------------------------------------------------- /package/logcat-mini/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LOGCAT_MINI 2 | bool "logcat-mini" 3 | default y 4 | help 5 | Replacement tool for reading Android logging 6 | facility, which is used by Ingenic IMP libraries. 7 | Reduced features for space savings. 8 | -------------------------------------------------------------------------------- /package/logcat/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LOGCAT 2 | bool "logcat" 3 | default n 4 | help 5 | Full featured userspace programs for reading the Android logging 6 | facility, which is used by Ingenic IMP libraries. 7 | -------------------------------------------------------------------------------- /package/prudynt-t/files/configs/wyze_c3_t31al_atbm: -------------------------------------------------------------------------------- 1 | audio: { 2 | input_high_pass_filter: true; 3 | input_agc_enabled: true; 4 | input_vol: 120; 5 | input_gain: 30; 6 | input_alc_gain: 7; 7 | input_agc_target_level_dbfs: 30; 8 | input_agc_compression_gain_db: 70; 9 | input_noise_suppression: 3; 10 | }; 11 | -------------------------------------------------------------------------------- /package/prudynt-t/files/configs/wyze_c3_t31x_atbm: -------------------------------------------------------------------------------- 1 | audio: { 2 | input_high_pass_filter: true; 3 | input_agc_enabled: true; 4 | input_vol: 120; 5 | input_gain: 30; 6 | input_alc_gain: 7; 7 | input_agc_target_level_dbfs: 30; 8 | input_agc_compression_gain_db: 70; 9 | input_noise_suppression: 3; 10 | }; 11 | -------------------------------------------------------------------------------- /package/prudynt-t/files/configs/wyze_c3_t31x_rtl: -------------------------------------------------------------------------------- 1 | audio: { 2 | input_high_pass_filter: true; 3 | input_agc_enabled: true; 4 | input_vol: 120; 5 | input_gain: 30; 6 | input_alc_gain: 7; 7 | input_agc_target_level_dbfs: 30; 8 | input_agc_compression_gain_db: 70; 9 | input_noise_suppression: 3; 10 | }; 11 | -------------------------------------------------------------------------------- /package/raptor-ipc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_RAPTOR_IPC 2 | bool "Raptor streamer" 3 | select BR2_PACKAGE_GO2RTC 4 | select BR2_PACKAGE_INGENIC_LIBIMP_CONTROL 5 | help 6 | Raptor, an innovative and open-source platform designed for modular, multi-platform IP camera streaming. 7 | https://github.com/gtxaspec/raptor 8 | -------------------------------------------------------------------------------- /package/thingino-ap/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_AP 2 | bool "thingino-ap" 3 | select BR2_PACKAGE_THINGINO_WPA_SUPPLICANT_AP_SUPPORT 4 | help 5 | Local camera access via WiFi AP 6 | -------------------------------------------------------------------------------- /package/thingino-ap/files/dnsd-ap.conf: -------------------------------------------------------------------------------- 1 | thingino.local 100.64.1.1 2 | -------------------------------------------------------------------------------- /package/thingino-ap/files/resolv-ap.conf: -------------------------------------------------------------------------------- 1 | nameserver 100.64.1.1 2 | nameserver fe80::%wlan0 3 | search local 4 | -------------------------------------------------------------------------------- /package/thingino-ap/files/wpa-ap.conf: -------------------------------------------------------------------------------- 1 | ap_scan=2 2 | network={ 3 | ssid="THINGINO" 4 | mode=2 5 | frequency=2412 6 | key_mgmt=WPA-PSK 7 | proto=RSN 8 | pairwise=CCMP 9 | group=CCMP 10 | psk="thingino" 11 | } 12 | -------------------------------------------------------------------------------- /package/thingino-button/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_BUTTON 2 | bool "thingino-button" 3 | depends on BR2_USE_MMU # fork() 4 | help 5 | Minimal daemon to monitor and execute commands vis button events 6 | -------------------------------------------------------------------------------- /package/thingino-devscripts/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_DEVSCRIPTS 2 | bool "thingino-devscripts" 3 | help 4 | Miscelaneous development scripts to run on the camera side. 5 | -------------------------------------------------------------------------------- /package/thingino-devscripts/files/isinterative: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | echo_c 208 \$- 4 | if echo $- | grep -q i > /dev/null; then 5 | echo "Interactive" 6 | else 7 | echo "Non-interactive" 8 | fi 9 | 10 | 11 | echo_c 208 tty 12 | if tty > /dev/null; then 13 | echo "Interactive" 14 | else 15 | echo "Non-interactive" 16 | fi 17 | 18 | exit 0 19 | -------------------------------------------------------------------------------- /package/thingino-diag/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_DIAG 2 | bool "thingino-diag" 3 | help 4 | Installs userspace diagnostic utilities 5 | -------------------------------------------------------------------------------- /package/thingino-diag/thingino-diag.mk: -------------------------------------------------------------------------------- 1 | define THINGINO_DIAG_INSTALL_TARGET_CMDS 2 | $(INSTALL) -D -m 0755 $(THINGINO_DIAG_PKGDIR)/files/thingino-diag \ 3 | $(TARGET_DIR)/usr/sbin/thingino-diag 4 | endef 5 | 6 | $(eval $(generic-package)) 7 | -------------------------------------------------------------------------------- /package/thingino-ethernet/files/eth0: -------------------------------------------------------------------------------- 1 | auto eth0 2 | iface eth0 inet dhcp 3 | pre-up if ! readlink -f /sys/class/net/eth0/device | grep -q "usb"; then hwaddress ether $(fw_printenv -n ethaddr); fi 4 | post-up sleep 3 5 | -------------------------------------------------------------------------------- /package/thingino-fonts/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_FONTS 2 | bool "Thingino OSD fonts" 3 | help 4 | OSD fonts for thingino 5 | -------------------------------------------------------------------------------- /package/thingino-fonts/files/NotoSansDisplay-Condensed2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/NotoSansDisplay-Condensed2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/Roboto-Black2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/Roboto-Black2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/Roboto-Bold2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/Roboto-Bold2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/Roboto-Medium2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/Roboto-Medium2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/Roboto-Regular2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/Roboto-Regular2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/RobotoCondensed-Bold2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/RobotoCondensed-Bold2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/RobotoCondensed-Medium2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/RobotoCondensed-Medium2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/RobotoCondensed-Regular2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/RobotoCondensed-Regular2.ttf -------------------------------------------------------------------------------- /package/thingino-fonts/files/UbuntuMono-Regular2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-fonts/files/UbuntuMono-Regular2.ttf -------------------------------------------------------------------------------- /package/thingino-freetype/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_FREETYPE 2 | bool "freetype" 3 | help 4 | a free, high-quality and portable font engine. 5 | 6 | https://www.freetype.org/ 7 | -------------------------------------------------------------------------------- /package/thingino-gpio/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_GPIO 2 | bool "thingino-gpio" 3 | help 4 | Installs userspace scripts and configuration files to control GPIOs 5 | -------------------------------------------------------------------------------- /package/thingino-ircut/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_IRCUT 2 | bool "thingino-ircut" 3 | help 4 | Installs userspace scripts and configuration files to control IRCUT 5 | -------------------------------------------------------------------------------- /package/thingino-ledd/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_LEDD 2 | bool "thingino-ledd" 3 | help 4 | Minimal daemon to blink leds to indicate boot status 5 | -------------------------------------------------------------------------------- /package/thingino-libcurl/libcurl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | # https://curl.se/download/curl-8.12.1.tar.xz.asc 3 | # signed with key 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2 4 | sha256 0341f1ed97a26c811abaebd37d62b833956792b7607ea3f15d001613c76de202 curl-8.12.1.tar.xz 5 | sha256 e18f1989333b70044b2adfb7dc2f905d0119dbdcac3bc9f4bc9d540e3a29de5b COPYING 6 | -------------------------------------------------------------------------------- /package/thingino-mmc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_MMC 2 | bool "thingino-mmc" 3 | help 4 | Enables MMC (Multi Media Card) and SDIO platform support package 5 | -------------------------------------------------------------------------------- /package/thingino-mmc/thingino-mmc.mk: -------------------------------------------------------------------------------- 1 | define THINGINO_MMC_INSTALL_TARGET_CMDS 2 | $(INSTALL) -D -m 0755 $(THINGINO_MMC_PKGDIR)/files/S09mmc \ 3 | $(TARGET_DIR)/etc/init.d/S09mmc 4 | 5 | $(INSTALL) -D -m 0755 $(THINGINO_MMC_PKGDIR)/files/mmc \ 6 | $(TARGET_DIR)/usr/sbin/mmc 7 | endef 8 | 9 | $(eval $(generic-package)) 10 | -------------------------------------------------------------------------------- /package/thingino-mosquitto/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_MOSQUITTO 2 | bool "host mosquitto (mosquitto_passwd)" 3 | help 4 | Only installs mosquitto_passwd. 5 | -------------------------------------------------------------------------------- /package/thingino-motors/files/ptz_presets.conf: -------------------------------------------------------------------------------- 1 | # Example: 0=Window,1200,360 2 | 0=,, 3 | 1=,, 4 | 2=,, 5 | 3=,, 6 | 4=,, 7 | 5=,, 8 | 6=,, 9 | 7=,, 10 | -------------------------------------------------------------------------------- /package/thingino-portal/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_PORTAL 2 | bool "thingino-portal" 3 | select BR2_PACKAGE_THINGINO_WPA_SUPPLICANT_AP_SUPPORT 4 | help 5 | Captive Portal Package for WiFi setup 6 | -------------------------------------------------------------------------------- /package/thingino-portal/files/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-portal/files/favicon.ico -------------------------------------------------------------------------------- /package/thingino-portal/files/index.html: -------------------------------------------------------------------------------- 1 | Thingino Initial Configuration 2 | -------------------------------------------------------------------------------- /package/thingino-portal/files/portal.cgi: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "Status: 302 Moved Temporarily 3 | Content-type: text/html; charset=UTF-8 4 | Location: http://thingino.local/x/index.cgi 5 | " 6 | -------------------------------------------------------------------------------- /package/thingino-portal/files/wpa-portal_ap.conf: -------------------------------------------------------------------------------- 1 | ap_scan=2 2 | network={ 3 | ssid="THINGINO-" 4 | mode=2 5 | frequency=2412 6 | key_mgmt=NONE 7 | } 8 | -------------------------------------------------------------------------------- /package/thingino-sounds/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_SOUNDS 2 | bool "thingino-sounds" 3 | help 4 | Base sound files for thingino devices 5 | -------------------------------------------------------------------------------- /package/thingino-sounds/files/th-chime_1.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-sounds/files/th-chime_1.pcm -------------------------------------------------------------------------------- /package/thingino-sounds/files/th-chime_2.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-sounds/files/th-chime_2.pcm -------------------------------------------------------------------------------- /package/thingino-sounds/files/th-chime_3.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-sounds/files/th-chime_3.pcm -------------------------------------------------------------------------------- /package/thingino-sounds/files/th-doorbell_1.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-sounds/files/th-doorbell_1.pcm -------------------------------------------------------------------------------- /package/thingino-sounds/files/th-doorbell_2.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-sounds/files/th-doorbell_2.pcm -------------------------------------------------------------------------------- /package/thingino-sounds/files/th-doorbell_3.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-sounds/files/th-doorbell_3.pcm -------------------------------------------------------------------------------- /package/thingino-sounds/files/thingino.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-sounds/files/thingino.pcm -------------------------------------------------------------------------------- /package/thingino-sysupgrade/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_SYSUPGRADE 2 | bool "thingino-sysupgrade" 3 | help 4 | Enables FOTA (firmware-over-the-air) support package 5 | -------------------------------------------------------------------------------- /package/thingino-tailscale/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_TAILSCALE 2 | bool "tailscale" 3 | select BR2_PACKAGE_HOST_GO 4 | depends on !FLASH_SIZE_8 5 | help 6 | Install Tailscale VPN on Thingino devices. 7 | -------------------------------------------------------------------------------- /package/thingino-webui/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_THINGINO_WEBUI 2 | bool "Thingino Firmware Web User Interface" 3 | select BR2_PACKAGE_HASERL 4 | help 5 | Thingino Web UI working with httpd and haserl. 6 | https://github.com/themactep/thingino-firmware 7 | -------------------------------------------------------------------------------- /package/thingino-webui/files/httpd.conf: -------------------------------------------------------------------------------- 1 | H:/var/www 2 | /x:root:* 3 | /onvif/image.cgi:thingino:* 4 | P:/favicon.ico:http://127.0.0.1/a/favicon.ico 5 | P:/image.jpg:http://127.0.0.1/onvif/image.cgi 6 | P:/mjpeg:http://127.0.0.1/x/mjpeg.cgi 7 | E401:401.html 8 | -------------------------------------------------------------------------------- /package/thingino-webui/files/www/a/download.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /package/thingino-webui/files/www/a/nostream.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/thingino-webui/files/www/a/nostream.webp -------------------------------------------------------------------------------- /package/thingino-webui/files/www/a/tz.json.gz: -------------------------------------------------------------------------------- 1 | /usr/share/tz.json.gz -------------------------------------------------------------------------------- /package/thingino-webui/files/www/a/zoom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /package/thingino-webui/files/www/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | thingino 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /package/thingino-webui/files/www/x/index.cgi: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "Status: 302 Moved Temporarily 3 | Location: preview.cgi 4 | Content-type: text/plain; charset=UTF-8 5 | " 6 | -------------------------------------------------------------------------------- /package/thingino-webui/files/www/x/json-reset-ntp.cgi: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . ./_json.sh 3 | 4 | if cp /rom/etc/ntp.conf /tmp/ntp.conf; then 5 | json_ok '{"result":"success","message":"Configuration reset to firmware defaults."}' 6 | else 7 | json_error '{"result":"danger","message":"Configuration reset to firmware defaults failed!"}' 8 | fi 9 | 10 | -------------------------------------------------------------------------------- /package/thingino-wpa_supplicant/50-wpa_supplicant.preset: -------------------------------------------------------------------------------- 1 | disable wpa_supplicant@.service 2 | disable wpa_supplicant-nl80211@.service 3 | disable wpa_supplicant-wired@.service 4 | 5 | -------------------------------------------------------------------------------- /package/thingino-wpa_supplicant/wpa_supplicant.conf: -------------------------------------------------------------------------------- 1 | #ctrl_interface=/var/run/wpa_supplicant 2 | ap_scan=1 3 | 4 | network={ 5 | key_mgmt=NONE 6 | } 7 | -------------------------------------------------------------------------------- /package/usbnet/files/dnsd.conf: -------------------------------------------------------------------------------- 1 | thingino.local 172.16.0.1 2 | -------------------------------------------------------------------------------- /package/usbnet/files/usb0: -------------------------------------------------------------------------------- 1 | auto usb0 2 | iface usb0 inet dhcp 3 | dhcp-v6-enabled true 4 | -------------------------------------------------------------------------------- /package/usbnet/files/usb0-cdc: -------------------------------------------------------------------------------- 1 | auto usb0 2 | iface usb0 inet static 3 | address 172.16.0.1 4 | netmask 255.255.255.0 5 | gateway 172.16.0.1 6 | post-up ip link set usb0 up 7 | post-down ip link set usb0 down 8 | -------------------------------------------------------------------------------- /package/wifi-atbm-wifi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM_WIFI 2 | select BR2_LINUX_KERNEL 3 | bool "AltoBeam ATBM-WIFI" 4 | -------------------------------------------------------------------------------- /package/wifi-atbm-wifi/files/atbm_txpwer_dcxo_cfg.txt: -------------------------------------------------------------------------------- 1 | delta_gain1:-1 delta_gain2:-1 delta_gain3:-1 dcxo:-1 2 | b_delta_gain1:10 b_delta_gain2:12 b_delta_gain3:15 3 | gn_delta_gain1:10 gn_delta_gain2:8 gn_delta_gain3:12 -------------------------------------------------------------------------------- /package/wifi-atbm-wifi/files/set_rate_power.txt: -------------------------------------------------------------------------------- 1 | b_1M_2M=0 2 | b_5_5M_11M=0 3 | g_6M_n_6_5M=0 4 | g_9M=0 5 | g_12M_n_13M=0 6 | g_18M_n_19_5M=0 7 | g_24M_n_26M=0 8 | g_36M_n_39M=0 9 | g_48M_n_52M=0 10 | g_54M_n_58_5M=0 11 | n_65M=2 -------------------------------------------------------------------------------- /package/wifi-atbm6012b/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6012B 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 5 | bool "AltoBeam ATBM6012B" 6 | -------------------------------------------------------------------------------- /package/wifi-atbm6012bx/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6012BX 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 5 | bool "AltoBeam ATBM6012BX" 6 | -------------------------------------------------------------------------------- /package/wifi-atbm6031/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6031 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_MMC 4 | bool "AltoBeam ATBM6031" 5 | -------------------------------------------------------------------------------- /package/wifi-atbm6031x/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6031X 2 | select BR2_LINUX_KERNEL 3 | bool "AltoBeam ATBM6031X" 4 | -------------------------------------------------------------------------------- /package/wifi-atbm6032/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6032 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 5 | bool "AltoBeam ATBM6032" 6 | -------------------------------------------------------------------------------- /package/wifi-atbm6032x/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6032X 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 5 | bool "AltoBeam ATBM6032X" 6 | -------------------------------------------------------------------------------- /package/wifi-atbm6041/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6041 2 | select BR2_LINUX_KERNEL 3 | bool "AltoBeam ATBM6041" 4 | -------------------------------------------------------------------------------- /package/wifi-atbm6062s/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6062S 2 | select BR2_LINUX_KERNEL 3 | bool "AltoBeam ATBM6062S" 4 | -------------------------------------------------------------------------------- /package/wifi-atbm6062u/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6062U 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 5 | bool "AltoBeam ATBM6062U" 6 | -------------------------------------------------------------------------------- /package/wifi-atbm6132s/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6132S 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_MMC 4 | bool "AltoBeam ATBM6132S" 5 | -------------------------------------------------------------------------------- /package/wifi-atbm6132u/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATBM6132U 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 5 | bool "AltoBeam ATBM6132U" 6 | -------------------------------------------------------------------------------- /package/wifi-atbm6441/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ATBM6441 2 | bool "AltoBeam ATBM6441" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_MMC 5 | help 6 | Wireless driver atbm6441 7 | altobeam hare atbm6441 WiFi driver 8 | -------------------------------------------------------------------------------- /package/wifi-atk9/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_ATK9 2 | bool "Atheros 9271" 3 | help 4 | Firmware files for the Atheros 9271 module 5 | -------------------------------------------------------------------------------- /package/wifi-atk9/wifi-atk9.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-atk9/wifi-atk9.mk -------------------------------------------------------------------------------- /package/wifi-b43/files/fw_bcm43436b0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-b43/files/fw_bcm43436b0.bin -------------------------------------------------------------------------------- /package/wifi-b43/files/fw_bcm43438a1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-b43/files/fw_bcm43438a1.bin -------------------------------------------------------------------------------- /package/wifi-bcm43438/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_BCM43438 2 | bool "Broadcom 43438 (AP6212a)" 3 | select BR2_LINUX_KERNEL 4 | -------------------------------------------------------------------------------- /package/wifi-bcm43438/files/fw_bcm43438a1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-bcm43438/files/fw_bcm43438a1.bin -------------------------------------------------------------------------------- /package/wifi-bcmdhd_ap6214a/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_BCMDHD_AP6214A 2 | bool "Broadcom 43438 (AP6214a)" 3 | select BR2_LINUX_KERNEL 4 | depends on KERNEL_VERSION_4 && BR2_SOC_INGENIC_C100 5 | -------------------------------------------------------------------------------- /package/wifi-bcmdhd_ap6214a/files/fw_bcm43438a1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-bcmdhd_ap6214a/files/fw_bcm43438a1.bin -------------------------------------------------------------------------------- /package/wifi-hi3881/0001_wifi_cfg_path.patch: -------------------------------------------------------------------------------- 1 | diff --git a/driver/oal/plat_firmware.c b/driver/oal/plat_firmware.c 2 | index 19c0632..a01a8f9 100644 3 | --- a/driver/oal/plat_firmware.c 4 | +++ b/driver/oal/plat_firmware.c 5 | @@ -90,1 +90,1 @@ 6 | -#define WIFI_CFG_C01_PATH "/tmp/wifi_cfg" 7 | +#define WIFI_CFG_C01_PATH "/usr/share/wifi/wifi_cfg" 8 | -------------------------------------------------------------------------------- /package/wifi-hi3881/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_HI3881 2 | select BR2_LINUX_KERNEL 3 | select BR2_PACKAGE_THINGINO_KOPT_MMC 4 | bool "HiSilicon 3881" 5 | -------------------------------------------------------------------------------- /package/wifi-mt7601sta/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_MT7601STA 2 | bool "Mediatek MT7601STA" 3 | select BR2_LINUX_KERNEL 4 | help 5 | Wireless driver mt7601sta. -------------------------------------------------------------------------------- /package/wifi-mt7601u/files/mt7601u.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-mt7601u/files/mt7601u.bin -------------------------------------------------------------------------------- /package/wifi-rtl8188eu/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8188EU 2 | bool "Realtek RTL8188EU" 3 | help 4 | Realtek 8188EU 5 | -------------------------------------------------------------------------------- /package/wifi-rtl8188eus/0001-apmode.patch: -------------------------------------------------------------------------------- 1 | --- a/Makefile 2021-05-04 14:44:59.000000000 +0300 2 | +++ b/Makefile 2021-12-18 12:07:01.433235328 +0200 3 | @@ -2055,6 +2056,7 @@ 4 | else 5 | 6 | export CONFIG_RTL8188EU = m 7 | +EXTRA_CFLAGS += -DCONFIG_AP_MODE -DCONFIG_RTW_HOSTAPD_ACS -DCONFIG_RTW_MESH -DCONFIG_MINIMAL_MEMORY_USAGE 8 | 9 | all: modules 10 | 11 | -------------------------------------------------------------------------------- /package/wifi-rtl8188eus/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8188EUS 2 | bool "Realtek RTL8188EUS" 3 | select BR2_LINUX_KERNEL 4 | help 5 | A standalone driver for the RTL8188EU/RTL8188EUS/RTL8188ETV USB Wi-Fi adapter. 6 | https://github.com/aircrack-ng/rtl8188eus/ -------------------------------------------------------------------------------- /package/wifi-rtl8188eus/rtl8188fufw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-rtl8188eus/rtl8188fufw.bin -------------------------------------------------------------------------------- /package/wifi-rtl8188fu/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8188FU 2 | bool "Realtek RTL8188FU" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 5 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 6 | help 7 | RTL8188FU wireless driver 8 | -------------------------------------------------------------------------------- /package/wifi-rtl8189es/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8189ES 2 | bool "Realtek RTL8189ES" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_MMC 5 | help 6 | A driver for the RTL8189ES 7 | https://github.com/jwrdegoede/rtl8189ES_linux 8 | -------------------------------------------------------------------------------- /package/wifi-rtl8189fs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8189FS 2 | bool "Realtek RTL8189FS" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_MMC 5 | help 6 | A driver for the RTL8189FS 7 | https://github.com/jwrdegoede/rtl8189ES_linux 8 | -------------------------------------------------------------------------------- /package/wifi-rtl8192eu/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8192EU 2 | bool "Realtek RTL8192EU" 3 | select BR2_LINUX_KERNEL 4 | select CONFIG_WIRELESS_EXT 5 | help 6 | A standalone driver for the RTL8192EU USB Wi-Fi adapter. 7 | https://github.com/Mange/rtl8192eu-linux-driver 8 | -------------------------------------------------------------------------------- /package/wifi-rtl8192fs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8192FS 2 | bool "Realtek RTL8192FS" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_MMC 5 | help 6 | A driver for the RTL8192FS 7 | -------------------------------------------------------------------------------- /package/wifi-rtl8733bu/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8733BU 2 | bool "Realtek RTL8733BU" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 5 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 6 | help 7 | RTL8733BY wireless driver 8 | -------------------------------------------------------------------------------- /package/wifi-rtl8812au/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_RTL8812AU 2 | bool "Realtek RTL8812AU" 3 | select BR2_LINUX_KERNEL 4 | help 5 | A standalone driver for the RTL8812AU / RTL8821AU Dual Band 6 | USB Wi-Fi adapter. 7 | https://github.com/aircrack-ng/rtl8812au/ -------------------------------------------------------------------------------- /package/wifi-ssv6158/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_SSV6158 2 | bool "SSV6158" 3 | select BR2_LINUX_KERNEL 4 | help 5 | Enable support for SSV6158 SDIO based WiFi chips. 6 | -------------------------------------------------------------------------------- /package/wifi-ssw101b/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_SSW101B 2 | bool "Sigmastar SSW101B" 3 | select BR2_LINUX_KERNEL 4 | help 5 | Wireless driver ssw101b. 6 | SigmaStar ssw101b WiFi driver -------------------------------------------------------------------------------- /package/wifi-syn4343/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_SYN4343 2 | bool "Broadcom/Synaptics 4343x (BRCM4343x)" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_MMC 5 | -------------------------------------------------------------------------------- /package/wifi-syn4343/files/fw_bcm43436b0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-syn4343/files/fw_bcm43436b0.bin -------------------------------------------------------------------------------- /package/wifi-syn4343/files/fw_bcm43438a1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi-syn4343/files/fw_bcm43438a1.bin -------------------------------------------------------------------------------- /package/wifi-txw901u/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_TXW901U 2 | bool "TAIXIN SEMI TXW901U" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 5 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 6 | help 7 | TaiXin Semiconductor TXW901-USB wireless driver 8 | https://www.taixin-semi.com/ 9 | -------------------------------------------------------------------------------- /package/wifi-wq9001/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WIFI_WQ9001 2 | bool "WUQI WQ9001" 3 | select BR2_LINUX_KERNEL 4 | select BR2_PACKAGE_THINGINO_KOPT_DWC2 5 | select BR2_PACKAGE_THINGINO_KOPT_DWC2_WIFI_ONLY 6 | help 7 | WUQI Microelectronics WQ9001 wireless driver 8 | https://www.wuqi-micro.com/ 9 | -------------------------------------------------------------------------------- /package/wifi/files/ath9k_htc/htc_9271-1.4.0.fw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi/files/ath9k_htc/htc_9271-1.4.0.fw -------------------------------------------------------------------------------- /package/wifi/files/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi/files/favicon.ico -------------------------------------------------------------------------------- /package/wifi/files/mmc_gpio_pa: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /usr/share/common 3 | set_gpio pa08 3 2 4 | set_gpio pa09 3 1 5 | set_gpio pa10 3 1 6 | set_gpio pa11 3 1 7 | set_gpio pa16 3 1 8 | set_gpio pa17 3 1 9 | -------------------------------------------------------------------------------- /package/wifi/files/mmc_gpio_pb: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . /usr/share/common 3 | set_gpio pb08 1 2 4 | set_gpio pb09 1 1 5 | set_gpio pb10 1 1 6 | set_gpio pb11 1 1 7 | set_gpio pb13 1 1 8 | set_gpio pb14 1 1 9 | -------------------------------------------------------------------------------- /package/wifi/files/rtlwifi/rtl8188eufw.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/package/wifi/files/rtlwifi/rtl8188eufw.bin -------------------------------------------------------------------------------- /package/wifi/files/wlan0: -------------------------------------------------------------------------------- 1 | auto wlan0 2 | iface wlan0 inet dhcp 3 | dhcp-v6-enabled true 4 | -------------------------------------------------------------------------------- /scripts/mkenvimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/themactep/thingino-firmware/f039e89723bf1647eb88f4cfb81d1f374fecbce8/scripts/mkenvimage -------------------------------------------------------------------------------- /scripts/ubifs/ubinize.cfg: -------------------------------------------------------------------------------- 1 | [ubifs] 2 | mode=ubi 3 | vol_id=0 4 | vol_type=dynamic 5 | vol_name=rootfs 6 | vol_alignment=1 7 | vol_size=32MiB 8 | image=BR2_ROOTFS_UBIFS_PATH 9 | 10 | [data] 11 | mode=ubi 12 | vol_id=1 13 | vol_type=dynamic 14 | vol_name=rootfs_data 15 | vol_alignment=1 16 | vol_size=2MiB 17 | vol_flags=autoresize 18 | -------------------------------------------------------------------------------- /scripts/update_buildroot.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Update buildroot submodule to the latest version 3 | git pull 4 | git submodule update --remote --merge 5 | --------------------------------------------------------------------------------