mirror of https://github.com/OpenIPC/wiki.git
Merge branch 'master' of github:OpenIPC/wiki
commit
76391193b1
|
@ -20,11 +20,11 @@ CONFIG_IP_PNP_DHCP=y
|
|||
CONFIG_ROOT_NFS=y
|
||||
```
|
||||
|
||||
## The patch names
|
||||
## Patch files
|
||||
|
||||
```
|
||||
These patch files should be named <number>-<description>.patch.
|
||||
The patch files coming with Buildroot should not contain any package version reference in their filename.
|
||||
The field <number> in the patch file name refers to the apply order, and shall start at 1
|
||||
It is preferred to pad the number with zeros up to 4 digits, like git-format-patch does. E.g.: 0001-foobar-the-buz.patch
|
||||
```
|
||||
Patch files should be named `<number>-<description>.patch`.
|
||||
- The patch files should not contain any package version reference in their filename.
|
||||
- The field `<number>` in the patch file name refers to the apply order, and shall start at 1.
|
||||
It is preferred to pad the number with zeros up to 4 digits, like git-format-patch does. E.g.: _0001-foobar-the-buz.patch_
|
||||
- A message explaining what the patch does, and why it is needed, should be added in the header commentary of the patch.
|
||||
- You should add a Signed-off-by statement in the header of the each patch to help with keeping track of the changes and to certify that the patch is released under the same license as the software that is modified.
|
||||
|
|
|
@ -107,16 +107,13 @@ You can help us to write a better documentation, proofread and correct our websi
|
|||
You can just donate some money to cover the cost of development and long-term maintaining of what we believe
|
||||
is going to be the most stable, flexible, and open IP Network Camera Framework for users like yourself.
|
||||
|
||||
You can make a financial contribution to the project
|
||||
at [Open Collective](https://opencollective.com/openipc/contribute/backer-14335/checkout),
|
||||
or via [PayPal](https://www.paypal.com/donate/?hosted_button_id=C6F7UJLA58MBS),
|
||||
or via [YooMoney](https://openipc.org/donation/yoomoney.html).
|
||||
You can make a financial contribution to the project at [Open Collective](https://opencollective.com/openipc/contribute/backer-14335/checkout).
|
||||
|
||||
Thank you.
|
||||
|
||||
<p align="center">
|
||||
<a href="https://opencollective.com/openipc/contribute/backer-14335/checkout" target="_blank"><img src="https://opencollective.com/webpack/donate/button@2x.png?color=blue" width="375" alt="Open Collective donate button"></a>
|
||||
<a href="https://www.paypal.com/donate/?hosted_button_id=C6F7UJLA58MBS"><img src="https://www.paypalobjects.com/en_US/IT/i/btn/btn_donateCC_LG.gif" alt="PayPal donate button"></a>
|
||||
<a href="https://openipc.org/donation/yoomoney.html"><img src="https://yoomoney.ru/transfer/balance-informer/balance?id=596194605&key=291C29A811B500D7" width="140" alt="YooMoney donate button"></a>
|
||||
</p>
|
||||
|
||||
|
||||
[burn]: https://github.com/OpenIPC/burn
|
||||
|
|
Loading…
Reference in New Issue