mirror of https://github.com/OpenIPC/firmware.git
Merge branch 'master' of github:OpenIPC/openipc-2.1
commit
af4666a431
|
@ -1,4 +1,3 @@
|
|||
encoding: utf-8
|
||||
highlighter: rouge
|
||||
markdown: kramdown
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
[](https://github.com/OpenIPC/openipc-2.1/releases)
|
||||

|
||||

|
||||

|
||||
[](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
|
||||
```
|
||||
|
Loading…
Reference in New Issue