mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add Qualcomm Shortcut FE driver support
This commit is contained in:
parent
3b1c0ae6c8
commit
e3ea12a28f
22 changed files with 12374 additions and 0 deletions
14
shortcut-fe/src/Kconfig
Normal file
14
shortcut-fe/src/Kconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# Shortcut forwarding engine
|
||||
#
|
||||
|
||||
config SHORTCUT_FE
|
||||
tristate "Shortcut Forwarding Engine"
|
||||
depends on NF_CONNTRACK
|
||||
---help---
|
||||
Shortcut is a fast in-kernel packet forwarding engine.
|
||||
|
||||
To compile this code as a module, choose M here: the module will be
|
||||
called shortcut-fe.
|
||||
|
||||
If unsure, say N.
|
Loading…
Add table
Add a link
Reference in a new issue