From 7ca3d460935e6a250f30cb50f66a6ed4a63fe28d Mon Sep 17 00:00:00 2001 From: Igor Zalatov Date: Sun, 18 Jul 2021 16:21:59 +0300 Subject: [PATCH] Test regenerate --- docs/_config.yml | 1 - docs/config_examples.md | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 docs/config_examples.md diff --git a/docs/_config.yml b/docs/_config.yml index c1f771bb..7572af15 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,4 +1,3 @@ encoding: utf-8 highlighter: rouge markdown: kramdown - diff --git a/docs/config_examples.md b/docs/config_examples.md deleted file mode 100644 index ffbcf9f6..00000000 --- a/docs/config_examples.md +++ /dev/null @@ -1,30 +0,0 @@ -## OpenIPC v2.1 (Buildroot based..) - -Alternative firmware for IP cameras based on the HiSilicon (and other) SoC's - -More information about the project is available in our [Wiki](https://github.com/OpenIPC/openipc-2.1/wiki) and [Site](https://openipc.org) - -[![CI status](https://img.shields.io/github/downloads/OpenIPC/openipc-2.1/total.svg)](https://github.com/OpenIPC/openipc-2.1/releases) -![GitHub repo size](https://img.shields.io/github/repo-size/OpenIPC/openipc-2.1) -![GitHub issues](https://img.shields.io/github/issues/OpenIPC/openipc-2.1) -![GitHub pull requests](https://img.shields.io/github/issues-pr/OpenIPC/openipc-2.1) -[![License](https://img.shields.io/github/license/OpenIPC/openipc-2.1)](https://opensource.org/licenses/MIT) - ------ - -### Debugger compile - -``` -BR2_PTHREAD_DEBUG=y -BR2_PACKAGE_HOST_GDB=y -BR2_PACKAGE_HOST_GDB_NOPYTHON=y -BR2_GDB_VERSION_9_2=y -BR2_GDB_VERSION="9.2" -BR2_PACKAGE_GDB=y -BR2_PACKAGE_GDB_SERVER=y -BR2_PACKAGE_GDB_DEBUGGER=y -BR2_PACKAGE_NCURSES=y -BR2_PACKAGE_NCURSES_ADDITIONAL_TERMINFO="" -BR2_PACKAGE_STRACE=y -``` -