mirror of https://github.com/OpenIPC/wiki.git
28 lines
688 B
Markdown
28 lines
688 B
Markdown
# OpenIPC Wiki
|
|
[Table of Content](index.md)
|
|
|
|
Additional requirements for kernel configuration
|
|
------------------------------------------------
|
|
|
|
```
|
|
CONFIG_BLK_DEV=y
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
```
|
|
|
|
```
|
|
CONFIG_IP_MULTICAST=y
|
|
```
|
|
|
|
```
|
|
CONFIG_IP_PNP=y
|
|
CONFIG_IP_PNP_DHCP=y
|
|
|
|
CONFIG_ROOT_NFS=y
|
|
```
|
|
|
|
## The patch names
|
|
|
|
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 |