mirror of https://github.com/OpenIPC/firmware.git
Add Novatek folder
parent
932f410cff
commit
9431f437d5
|
@ -0,0 +1,10 @@
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/linux/Config.ext.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/novatek_patcher/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/aura-httpd/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/fwprintenv-ng/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/ipctool/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/libevent-mini/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/majestic/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/node-exporter/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/vtund-lite/Config.in"
|
||||||
|
source "$BR2_EXTERNAL_NOVATEK_PATH/package/yaml-cli/Config.in"
|
|
@ -0,0 +1,2 @@
|
||||||
|
name: NOVATEK
|
||||||
|
desc: Buildroot external tree for Novatek based IP cameras
|
|
@ -0,0 +1,10 @@
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/linux/linux-ext-novatek_patcher.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/novatek_patcher/novatek_patcher.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/aura-httpd/aura-httpd.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/fwprintenv-ng/fwprintenv-ng.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/ipctool/ipctool.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/libevent-mini/libevent-mini.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/majestic/majestic.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/node-exporter/node-exporter.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/vtund-lite/vtund-lite.mk
|
||||||
|
include $(BR2_EXTERNAL_NOVATEK_PATH)/package/yaml-cli/yaml-cli.mk
|
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
config BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER
|
||||||
|
bool "Novatek kernel patches"
|
||||||
|
select BR2_PACKAGE_NOVATEK_PATCHER
|
||||||
|
help
|
||||||
|
Patch Kernel for Novatek boards
|
||||||
|
|
||||||
|
if BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER
|
||||||
|
|
||||||
|
config BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER_LIST
|
||||||
|
string "Patch list"
|
||||||
|
help
|
||||||
|
Space-separated list of patches to be applied
|
||||||
|
|
||||||
|
endif # BR2_LINUX_KERNEL_EXT_NOVATEK_PATCHER
|
|
@ -0,0 +1,11 @@
|
||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# linux_kernel_ext_novatek_patcher
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
LINUX_EXTENSIONS += novatek_patcher
|
||||||
|
|
||||||
|
define NOVATEK_PATCHER_PREPARE_KERNEL
|
||||||
|
$(NOVATEK_PATCHER_PKGDIR)/apply.sh $(@D) $(BR2_LINUX_KERNEL_EXT_FULLHAN_PATCHER_LIST)
|
||||||
|
endef
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/aura-httpd
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/fwprintenv-ng
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/gdbserver-lite
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/ipctool
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/libevent-mini
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/node-exporter
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/vtund-lite
|
|
@ -0,0 +1 @@
|
||||||
|
../../general/package/yaml-cli
|
|
@ -1,3 +1,4 @@
|
||||||
encoding: utf-8
|
encoding: utf-8
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,8 @@ If you like our work, please consider supporting us on [Opencollective](https://
|
||||||
||Hi3516Ev200|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.hi3516ev200-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Ready |
|
||Hi3516Ev200|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.hi3516ev200-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Ready |
|
||||||
||Hi3516Ev300|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.hi3516ev300-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Ready |
|
||Hi3516Ev300|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.hi3516ev300-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Ready |
|
||||||
||Hi3518Ev300|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.hi3518ev300-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Ready |
|
||Hi3518Ev300|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.hi3518ev300-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Ready |
|
||||||
|
||NT98562|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.nt98562-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Start |
|
||||||
|
||NT98566|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.nt98566-br.tgz)|[zigfisher](https://github.com/ZigFisher), [widgetii](https://github.com/widgetii)| Start |
|
||||||
||SSC335|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.ssc335-br.tgz)|[zigfisher](https://github.com/ZigFisher)| Testing |
|
||SSC335|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.ssc335-br.tgz)|[zigfisher](https://github.com/ZigFisher)| Testing |
|
||||||
||XM530/XM550|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.xm530-br.tgz)|[zigfisher](https://github.com/ZigFisher)| Testing |
|
||XM530/XM550|[uImage + rootfs.squashfs](https://github.com/OpenIPC/openipc-2.1/releases/download/latest/openipc.xm530-br.tgz)|[zigfisher](https://github.com/ZigFisher)| Testing |
|
||||||
|
|
||||||
|
@ -51,6 +53,7 @@ If you like our work, please consider supporting us on [Opencollective](https://
|
||||||
|-------------|--------|--------|--------|
|
|-------------|--------|--------|--------|
|
||||||
| fh8856 | - | - | - |
|
| fh8856 | - | - | - |
|
||||||
| hi3516ev200 | - | yes | yes |
|
| hi3516ev200 | - | yes | yes |
|
||||||
|
| nt98566 | - | - | - |
|
||||||
| ssc335 | - | yes | yes |
|
| ssc335 | - | yes | yes |
|
||||||
| t31 | - | - | - |
|
| t31 | - | - | - |
|
||||||
| xm530 | - | yes | yes |
|
| xm530 | - | yes | yes |
|
||||||
|
@ -60,6 +63,7 @@ If you like our work, please consider supporting us on [Opencollective](https://
|
||||||
|-------------|-------|-------|-------|-------|-------|-------|
|
|-------------|-------|-------|-------|-------|-------|-------|
|
||||||
| fh8856 |
|
| fh8856 |
|
||||||
| hi3516ev200 | yes | yes | yes | yes | yes | yes |
|
| hi3516ev200 | yes | yes | yes | yes | yes | yes |
|
||||||
|
| nt98566 |
|
||||||
| ssc335 |
|
| ssc335 |
|
||||||
| t31 |
|
| t31 |
|
||||||
| xm530 |
|
| xm530 |
|
||||||
|
|
Loading…
Reference in New Issue