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
fa714a7f
Commit
fa714a7f
authored
15 years ago
by
Florian Fainelli
Browse files
Options
Downloads
Patches
Plain Diff
add kmod-pppol2tp, patch from Vladimir Voronkov
SVN-Revision: 16995
parent
ed70023f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/modules/netsupport.mk
+15
-1
15 additions, 1 deletion
package/kernel/modules/netsupport.mk
with
15 additions
and
1 deletion
package/kernel/modules/netsupport.mk
+
15
−
1
View file @
fa714a7f
...
...
@@ -146,7 +146,6 @@ define KernelPackage/isdn4linux/2.4
KCONFIG
+=
\
CONFIG_ISDN
FILES
+=
\
$(
LINUX_DIR
)
/drivers/isdn/isdn.
$(
LINUX_KMOD_SUFFIX
)
\
$(
LINUX_DIR
)
/drivers/isdn/isdn_bsdcomp.
$(
LINUX_KMOD_SUFFIX
)
endef
...
...
@@ -462,6 +461,21 @@ endef
$(
eval
$(
call KernelPackage,pppoa
))
define
KernelPackage/pppol2tp
SUBMENU
:=
$(
NETWORK_SUPPORT_MENU
)
TITLE
:=
PPPoL2TP support
DEPENDS
:=
kmod-ppp +kmod-pppoe @!LINUX_2_6_21||!LINUX_2_6_25||!LINUX_2_6_27
KCONFIG
:=
CONFIG_PPPOL2TP
FILES
:=
$(
LINUX_DIR
)
/drivers/net/pppol2tp.
$(
LINUX_KMOD_SUFFIX
)
AUTOLOAD
:=
$(
call AutoLoad,40,pppol2tp
)
endef
define
KernelPackage/pppol2tp/description
Kernel
modules
for
PPPoL2TP
(PPP
over
L2TP)
support
endef
$(
eval
$(
call KernelPackage,pppol2tp
))
define
KernelPackage/ipoa
SUBMENU
:=
$(
NETWORK_SUPPORT_MENU
)
...
...
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