diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-06-14 18:44:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:09:25 +0200 |
commit | c54818e2051d5cbed74abd9f792ce0c482bd488e (patch) | |
tree | 2cdd4802cc59669f52e0c60cd94d2523c10a93b2 /target | |
parent | 09d37d67ecd48b427a4d20667b839c10a3b26e03 (diff) | |
download | upstream-c54818e2051d5cbed74abd9f792ce0c482bd488e.tar.gz upstream-c54818e2051d5cbed74abd9f792ce0c482bd488e.tar.bz2 upstream-c54818e2051d5cbed74abd9f792ce0c482bd488e.zip |
gemini: enable CONFIG_PACKET
CONFIG_PACKET is a important feature to have.
The Packet protocol is used by applications which
communicate directly with network devices without
an intermediate network protocol implemented in
the kernel, e.g. tcpdump and ip.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit bdbb679adb976f0d2f06e4acbd5a34f63fc949d5)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/gemini/config-4.14 | 1 | ||||
-rw-r--r-- | target/linux/gemini/config-4.19 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/gemini/config-4.14 b/target/linux/gemini/config-4.14 index 6904ab9f69..fb96aa78c7 100644 --- a/target/linux/gemini/config-4.14 +++ b/target/linux/gemini/config-4.14 @@ -306,7 +306,6 @@ CONFIG_OF_PCI_IRQ=y CONFIG_OF_RESERVED_MEM=y CONFIG_OLD_SIGACTION=y CONFIG_OLD_SIGSUSPEND3=y -# CONFIG_PACKET is not set CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PANIC_ON_OOPS is not set CONFIG_PANIC_ON_OOPS_VALUE=0 diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19 index 055e7a4b49..a817303ec8 100644 --- a/target/linux/gemini/config-4.19 +++ b/target/linux/gemini/config-4.19 @@ -355,7 +355,6 @@ CONFIG_OF_NET=y CONFIG_OF_RESERVED_MEM=y CONFIG_OLD_SIGACTION=y CONFIG_OLD_SIGSUSPEND3=y -# CONFIG_PACKET is not set CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PANIC_ON_OOPS is not set CONFIG_PANIC_ON_OOPS_VALUE=0 |