Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
d086d86e
Commit
d086d86e
authored
9 years ago
by
John Crispin
Browse files
Options
Downloads
Patches
Plain Diff
kernel/modules: add kmod-ip6-vti
Signed-off-by:
Stijn Tintel
<
stijn@linux-ipv6.be
>
SVN-Revision: 48703
parent
7865453d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/linux/modules/netsupport.mk
+16
-0
16 additions, 0 deletions
package/kernel/linux/modules/netsupport.mk
with
16 additions
and
0 deletions
package/kernel/linux/modules/netsupport.mk
+
16
−
0
View file @
d086d86e
...
...
@@ -420,6 +420,22 @@ endef
$(
eval
$(
call KernelPackage,ip-vti
))
define
KernelPackage/ip6-vti
SUBMENU
:=
$(
NETWORK_SUPPORT_MENU
)
TITLE
:=
IPv6 VTI
(
Virtual Tunnel Interface
)
DEPENDS
:=
+kmod-iptunnel +kmod-ip6-tunnel +kmod-ipsec6
KCONFIG
:=
CONFIG_IPV6_VTI
FILES
:=
$(
LINUX_DIR
)
/net/ipv6/ip6_vti.ko
AUTOLOAD
:=
$(
call AutoLoad,33,ip6_vti
)
endef
define
KernelPackage/ip6-vti/description
Kernel
modules
for
IPv6
VTI
(Virtual
Tunnel
Interface)
endef
$(
eval
$(
call KernelPackage,ip6-vti
))
define
KernelPackage/iptunnel4
SUBMENU
:=
$(
NETWORK_SUPPORT_MENU
)
TITLE
:=
IPv4 tunneling
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment